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

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

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

Public Member Functions

 UpsertValuationPointRequest (string diaryEntryCode=default(string), string name=default(string), DateTimeOffset? effectiveAt=default(DateTimeOffset?), DateTimeOffset? queryAsAt=default(DateTimeOffset?), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the UpsertValuationPointRequest 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 (UpsertValuationPointRequest input)
 Returns true if UpsertValuationPointRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string DiaryEntryCode [get, set]
 Unique code for the Valuation Point. More...
 
string Name [get, set]
 Identifiable Name assigned to the Valuation Point. More...
 
DateTimeOffset? EffectiveAt [get, set]
 The effective time of the diary entry. More...
 
DateTimeOffset? QueryAsAt [get, set]
 The query time of the diary entry. Defaults to latest. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the diary entry. More...
 

Detailed Description

A definition for the period you wish to close

Constructor & Destructor Documentation

◆ UpsertValuationPointRequest()

Lusid.Sdk.Model.UpsertValuationPointRequest.UpsertValuationPointRequest ( string  diaryEntryCode = default(string),
string  name = default(string),
DateTimeOffset?  effectiveAt = default(DateTimeOffset?),
DateTimeOffset?  queryAsAt = default(DateTimeOffset?),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the UpsertValuationPointRequest class.

Parameters
diaryEntryCodeUnique code for the Valuation Point..
nameIdentifiable Name assigned to the Valuation Point..
effectiveAtThe effective time of the diary entry..
queryAsAtThe query time of the diary entry. Defaults to latest..
propertiesA set of properties for the diary entry..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertValuationPointRequest instances are equal

Parameters
inputInstance of UpsertValuationPointRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DiaryEntryCode

string Lusid.Sdk.Model.UpsertValuationPointRequest.DiaryEntryCode
getset

Unique code for the Valuation Point.

Unique code for the Valuation Point.

◆ EffectiveAt

DateTimeOffset? Lusid.Sdk.Model.UpsertValuationPointRequest.EffectiveAt
getset

The effective time of the diary entry.

The effective time of the diary entry.

◆ Name

string Lusid.Sdk.Model.UpsertValuationPointRequest.Name
getset

Identifiable Name assigned to the Valuation Point.

Identifiable Name assigned to the Valuation Point.

◆ Properties

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

A set of properties for the diary entry.

A set of properties for the diary entry.

◆ QueryAsAt

DateTimeOffset? Lusid.Sdk.Model.UpsertValuationPointRequest.QueryAsAt
getset

The query time of the diary entry. Defaults to latest.

The query time of the diary entry. Defaults to latest.


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