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

The request to add a diary entry More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Name [get, set]
 The name of the diary entry. More...
 
string Status [get, set]
 The status of the diary entry. Defaults to &#39;Undefined&#39; for valuation points and &#39;Estimate&#39; for closing periods. 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

The request to add a diary entry

Constructor & Destructor Documentation

◆ DiaryEntryRequest() [1/2]

Lusid.Sdk.Model.DiaryEntryRequest.DiaryEntryRequest ( )
inlineprotected

Initializes a new instance of the DiaryEntryRequest class.

◆ DiaryEntryRequest() [2/2]

Lusid.Sdk.Model.DiaryEntryRequest.DiaryEntryRequest ( string  name = default(string),
string  status = 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 DiaryEntryRequest class.

Parameters
nameThe name of the diary entry..
statusThe status of the diary entry. Defaults to &#39;Undefined&#39; for valuation points and &#39;Estimate&#39; for closing periods..
effectiveAtThe effective time of the diary entry. (required).
queryAsAtThe query time of the diary entry. Defaults to latest..
propertiesA set of properties for the diary entry..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DiaryEntryRequest instances are equal

Parameters
inputInstance of DiaryEntryRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.DiaryEntryRequest.EffectiveAt
getset

The effective time of the diary entry.

The effective time of the diary entry.

◆ Name

string Lusid.Sdk.Model.DiaryEntryRequest.Name
getset

The name of the diary entry.

The name of the diary entry.

◆ Properties

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

A set of properties for the diary entry.

A set of properties for the diary entry.

◆ QueryAsAt

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

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

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

◆ Status

string Lusid.Sdk.Model.DiaryEntryRequest.Status
getset

The status of the diary entry. Defaults to &#39;Undefined&#39; for valuation points and &#39;Estimate&#39; for closing periods.

The status of the diary entry. Defaults to &#39;Undefined&#39; for valuation points and &#39;Estimate&#39; for closing periods.


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