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

The ValuationPointDataRequest. More...

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

Public Member Functions

 ValuationPointDataRequest (string diaryEntryCode=default(string))
 Initializes a new instance of the ValuationPointDataRequest 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 (ValuationPointDataRequest input)
 Returns true if ValuationPointDataRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string DiaryEntryCode [get, set]
 Unique code for the Valuation Point. More...
 

Detailed Description

The ValuationPointDataRequest.

Constructor & Destructor Documentation

◆ ValuationPointDataRequest() [1/2]

Lusid.Sdk.Model.ValuationPointDataRequest.ValuationPointDataRequest ( )
inlineprotected

Initializes a new instance of the ValuationPointDataRequest class.

◆ ValuationPointDataRequest() [2/2]

Lusid.Sdk.Model.ValuationPointDataRequest.ValuationPointDataRequest ( string  diaryEntryCode = default(string))
inline

Initializes a new instance of the ValuationPointDataRequest class.

Parameters
diaryEntryCodeUnique code for the Valuation Point. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ValuationPointDataRequest instances are equal

Parameters
inputInstance of ValuationPointDataRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DiaryEntryCode

string Lusid.Sdk.Model.ValuationPointDataRequest.DiaryEntryCode
getset

Unique code for the Valuation Point.

Unique code for the Valuation Point.


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