LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.UpdateValuationPointRequest Class Reference

A definition for the period you wish to close More...

Inheritance diagram for Lusid.Sdk.Model.UpdateValuationPointRequest:
Inheritance graph
[legend]

Public Member Functions

 UpdateValuationPointRequest (string valuationPointCode=default(string), string variant=default(string), string name=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), bool? applyClearDown=default(bool?), bool? updateInclusionDateNavAdjustments=default(bool?))
 Initializes a new instance of the UpdateValuationPointRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (UpdateValuationPointRequest input)
 Returns true if UpdateValuationPointRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 UpdateValuationPointRequest ()
 Initializes a new instance of the UpdateValuationPointRequest class. More...
 

Properties

string ValuationPointCode [get, set]
 Unique code for the Valuation Point. More...
 
string Variant [get, set]
 Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates. More...
 
string Name [get, set]
 Identifiable Name assigned to the Valuation Point. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the diary entry. More...
 
bool? ApplyClearDown [get, set]
 Defaults to null. Set to true if you want the closed period to have the clear down applied. More...
 
bool? UpdateInclusionDateNavAdjustments [get, set]
 Defaults to null. Set to true if you have the required licence and want the InclusionDate property values to be used to determine whether items should be automatically included in the post close activities. More...
 

Detailed Description

A definition for the period you wish to close

Constructor & Destructor Documentation

◆ UpdateValuationPointRequest() [1/2]

Lusid.Sdk.Model.UpdateValuationPointRequest.UpdateValuationPointRequest ( )
inlineprotected

Initializes a new instance of the UpdateValuationPointRequest class.

◆ UpdateValuationPointRequest() [2/2]

Lusid.Sdk.Model.UpdateValuationPointRequest.UpdateValuationPointRequest ( string  valuationPointCode = default(string),
string  variant = default(string),
string  name = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
bool?  applyClearDown = default(bool?),
bool?  updateInclusionDateNavAdjustments = default(bool?) 
)
inline

Initializes a new instance of the UpdateValuationPointRequest class.

Parameters
valuationPointCodeUnique code for the Valuation Point. (required).
variantOptional variant code. Only required when it is necessary to choose between scenarios with multiple estimates..
nameIdentifiable Name assigned to the Valuation Point..
propertiesA set of properties for the diary entry..
applyClearDownDefaults to null. Set to true if you want the closed period to have the clear down applied..
updateInclusionDateNavAdjustmentsDefaults to null. Set to true if you have the required licence and want the InclusionDate property values to be used to determine whether items should be automatically included in the post close activities..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.UpdateValuationPointRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.UpdateValuationPointRequest.Equals ( UpdateValuationPointRequest  input)
inline

Returns true if UpdateValuationPointRequest instances are equal

Parameters
inputInstance of UpdateValuationPointRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.UpdateValuationPointRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.UpdateValuationPointRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.UpdateValuationPointRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplyClearDown

bool? Lusid.Sdk.Model.UpdateValuationPointRequest.ApplyClearDown
getset

Defaults to null. Set to true if you want the closed period to have the clear down applied.

Defaults to null. Set to true if you want the closed period to have the clear down applied.

◆ Name

string Lusid.Sdk.Model.UpdateValuationPointRequest.Name
getset

Identifiable Name assigned to the Valuation Point.

Identifiable Name assigned to the Valuation Point.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.UpdateValuationPointRequest.Properties
getset

A set of properties for the diary entry.

A set of properties for the diary entry.

◆ UpdateInclusionDateNavAdjustments

bool? Lusid.Sdk.Model.UpdateValuationPointRequest.UpdateInclusionDateNavAdjustments
getset

Defaults to null. Set to true if you have the required licence and want the InclusionDate property values to be used to determine whether items should be automatically included in the post close activities.

Defaults to null. Set to true if you have the required licence and want the InclusionDate property values to be used to determine whether items should be automatically included in the post close activities.

◆ ValuationPointCode

string Lusid.Sdk.Model.UpdateValuationPointRequest.ValuationPointCode
getset

Unique code for the Valuation Point.

Unique code for the Valuation Point.

◆ Variant

string Lusid.Sdk.Model.UpdateValuationPointRequest.Variant
getset

Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates.

Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates.


The documentation for this class was generated from the following file: