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

A definition for the period you wish to re open More...

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

Public Member Functions

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

Properties

string DiaryEntryCode [get, set]
 Unique code assigned to a period. When left blank last period will be used. More...
 

Detailed Description

A definition for the period you wish to re open

Constructor & Destructor Documentation

◆ ReOpenPeriodDiaryEntryRequest()

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

Initializes a new instance of the ReOpenPeriodDiaryEntryRequest class.

Parameters
diaryEntryCodeUnique code assigned to a period. When left blank last period will be used..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReOpenPeriodDiaryEntryRequest instances are equal

Parameters
inputInstance of ReOpenPeriodDiaryEntryRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DiaryEntryCode

string Lusid.Sdk.Model.ReOpenPeriodDiaryEntryRequest.DiaryEntryCode
getset

Unique code assigned to a period. When left blank last period will be used.

Unique code assigned to a period. When left blank last period will be used.


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