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

PeriodDiaryEntriesReopenedResponse More...

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

Public Member Functions

 PeriodDiaryEntriesReopenedResponse (string href=default(string), DateTimeOffset? effectiveFrom=default(DateTimeOffset?), DateTimeOffset asAt=default(DateTimeOffset), int periodDiaryEntriesRemoved=default(int), DateTimeOffset periodDiaryEntriesFrom=default(DateTimeOffset), DateTimeOffset periodDiaryEntriesTo=default(DateTimeOffset), List< Link > links=default(List< Link >))
 Initializes a new instance of the PeriodDiaryEntriesReopenedResponse 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 (PeriodDiaryEntriesReopenedResponse input)
 Returns true if PeriodDiaryEntriesReopenedResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
DateTimeOffset? EffectiveFrom [get, set]
 The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable. More...
 
DateTimeOffset AsAt [get, set]
 The asAt datetime at which the deletion was committed to LUSID. More...
 
int PeriodDiaryEntriesRemoved [get, set]
 Number of Diary Entries removed as a result of reopening periods More...
 
DateTimeOffset PeriodDiaryEntriesFrom [get, set]
 The start point where periods were removed from More...
 
DateTimeOffset PeriodDiaryEntriesTo [get, set]
 The end point where periods were removed to More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

PeriodDiaryEntriesReopenedResponse

Constructor & Destructor Documentation

◆ PeriodDiaryEntriesReopenedResponse() [1/2]

Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.PeriodDiaryEntriesReopenedResponse ( )
inlineprotected

Initializes a new instance of the PeriodDiaryEntriesReopenedResponse class.

◆ PeriodDiaryEntriesReopenedResponse() [2/2]

Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.PeriodDiaryEntriesReopenedResponse ( string  href = default(string),
DateTimeOffset?  effectiveFrom = default(DateTimeOffset?),
DateTimeOffset  asAt = default(DateTimeOffset),
int  periodDiaryEntriesRemoved = default(int),
DateTimeOffset  periodDiaryEntriesFrom = default(DateTimeOffset),
DateTimeOffset  periodDiaryEntriesTo = default(DateTimeOffset),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PeriodDiaryEntriesReopenedResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
effectiveFromThe effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable..
asAtThe asAt datetime at which the deletion was committed to LUSID. (required).
periodDiaryEntriesRemovedNumber of Diary Entries removed as a result of reopening periods (required).
periodDiaryEntriesFromThe start point where periods were removed from (required).
periodDiaryEntriesToThe end point where periods were removed to (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PeriodDiaryEntriesReopenedResponse instances are equal

Parameters
inputInstance of PeriodDiaryEntriesReopenedResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.AsAt
getset

The asAt datetime at which the deletion was committed to LUSID.

The asAt datetime at which the deletion was committed to LUSID.

◆ EffectiveFrom

DateTimeOffset? Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.EffectiveFrom
getset

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

◆ Href

string Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

List<Link> Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.Links
getset

Gets or Sets Links

◆ PeriodDiaryEntriesFrom

DateTimeOffset Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.PeriodDiaryEntriesFrom
getset

The start point where periods were removed from

The start point where periods were removed from

◆ PeriodDiaryEntriesRemoved

int Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.PeriodDiaryEntriesRemoved
getset

Number of Diary Entries removed as a result of reopening periods

Number of Diary Entries removed as a result of reopening periods

◆ PeriodDiaryEntriesTo

DateTimeOffset Lusid.Sdk.Model.PeriodDiaryEntriesReopenedResponse.PeriodDiaryEntriesTo
getset

The end point where periods were removed to

The end point where periods were removed to


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