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

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

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

Public Member Functions

 LockPeriodDiaryEntryRequest (string diaryEntryCode=default(string), List< string > closingOptions=default(List< string >))
 Initializes a new instance of the LockPeriodDiaryEntryRequest 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 (LockPeriodDiaryEntryRequest input)
 Returns true if LockPeriodDiaryEntryRequest 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 closed period will be located. More...
 
List< string > ClosingOptions [get, set]
 The options which will be executed once a period is closed or locked. More...
 

Detailed Description

A definition for the period you wish to lock

Constructor & Destructor Documentation

◆ LockPeriodDiaryEntryRequest()

Lusid.Sdk.Model.LockPeriodDiaryEntryRequest.LockPeriodDiaryEntryRequest ( string  diaryEntryCode = default(string),
List< string >  closingOptions = default(List<string>) 
)
inline

Initializes a new instance of the LockPeriodDiaryEntryRequest class.

Parameters
diaryEntryCodeUnique code assigned to a period. When left blank last closed period will be located..
closingOptionsThe options which will be executed once a period is closed or locked..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if LockPeriodDiaryEntryRequest instances are equal

Parameters
inputInstance of LockPeriodDiaryEntryRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ClosingOptions

List<string> Lusid.Sdk.Model.LockPeriodDiaryEntryRequest.ClosingOptions
getset

The options which will be executed once a period is closed or locked.

The options which will be executed once a period is closed or locked.

◆ DiaryEntryCode

string Lusid.Sdk.Model.LockPeriodDiaryEntryRequest.DiaryEntryCode
getset

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

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


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