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

DateOrDiaryEntry More...

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

Public Member Functions

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

Properties

DateTimeOrCutLabel Date [get, set]
 A date. If specified, DiaryEntry must not be specified. More...
 
string DiaryEntry [get, set]
 The code of a diary entry. If specified, Date must not be specified. More...
 

Detailed Description

DateOrDiaryEntry

Constructor & Destructor Documentation

◆ DateOrDiaryEntry()

Lusid.Sdk.Model.DateOrDiaryEntry.DateOrDiaryEntry ( DateTimeOrCutLabel  date = default(DateTimeOrCutLabel),
string  diaryEntry = default(string) 
)
inline

Initializes a new instance of the DateOrDiaryEntry class.

Parameters
dateA date. If specified, DiaryEntry must not be specified..
diaryEntryThe code of a diary entry. If specified, Date must not be specified..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DateOrDiaryEntry instances are equal

Parameters
inputInstance of DateOrDiaryEntry to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Date

DateTimeOrCutLabel Lusid.Sdk.Model.DateOrDiaryEntry.Date
getset

A date. If specified, DiaryEntry must not be specified.

A date. If specified, DiaryEntry must not be specified.

◆ DiaryEntry

string Lusid.Sdk.Model.DateOrDiaryEntry.DiaryEntry
getset

The code of a diary entry. If specified, Date must not be specified.

The code of a diary entry. If specified, Date must not be specified.


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