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

DateAttributes More...

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

Public Member Functions

 DateAttributes (bool irregular=default(bool), bool irregularSession=default(bool), bool newHours=default(bool), string activity=default(string), string firstOpen=default(string), string lastOpen=default(string), string firstClose=default(string), string lastClose=default(string))
 Initializes a new instance of the DateAttributes 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 (DateAttributes input)
 Returns true if DateAttributes instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

bool Irregular [get, set]
 Gets or Sets Irregular More...
 
bool IrregularSession [get, set]
 Gets or Sets IrregularSession More...
 
bool NewHours [get, set]
 Gets or Sets NewHours More...
 
string Activity [get, set]
 Gets or Sets Activity More...
 
string FirstOpen [get, set]
 Gets or Sets FirstOpen More...
 
string LastOpen [get, set]
 Gets or Sets LastOpen More...
 
string FirstClose [get, set]
 Gets or Sets FirstClose More...
 
string LastClose [get, set]
 Gets or Sets LastClose More...
 

Detailed Description

DateAttributes

Constructor & Destructor Documentation

◆ DateAttributes() [1/2]

Lusid.Sdk.Model.DateAttributes.DateAttributes ( )
inlineprotected

Initializes a new instance of the DateAttributes class.

◆ DateAttributes() [2/2]

Lusid.Sdk.Model.DateAttributes.DateAttributes ( bool  irregular = default(bool),
bool  irregularSession = default(bool),
bool  newHours = default(bool),
string  activity = default(string),
string  firstOpen = default(string),
string  lastOpen = default(string),
string  firstClose = default(string),
string  lastClose = default(string) 
)
inline

Initializes a new instance of the DateAttributes class.

Parameters
irregularirregular (required).
irregularSessionirregularSession (required).
newHoursnewHours (required).
activityactivity.
firstOpenfirstOpen.
lastOpenlastOpen.
firstClosefirstClose.
lastCloselastClose.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DateAttributes instances are equal

Parameters
inputInstance of DateAttributes to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Activity

string Lusid.Sdk.Model.DateAttributes.Activity
getset

Gets or Sets Activity

◆ FirstClose

string Lusid.Sdk.Model.DateAttributes.FirstClose
getset

Gets or Sets FirstClose

◆ FirstOpen

string Lusid.Sdk.Model.DateAttributes.FirstOpen
getset

Gets or Sets FirstOpen

◆ Irregular

bool Lusid.Sdk.Model.DateAttributes.Irregular
getset

Gets or Sets Irregular

◆ IrregularSession

bool Lusid.Sdk.Model.DateAttributes.IrregularSession
getset

Gets or Sets IrregularSession

◆ LastClose

string Lusid.Sdk.Model.DateAttributes.LastClose
getset

Gets or Sets LastClose

◆ LastOpen

string Lusid.Sdk.Model.DateAttributes.LastOpen
getset

Gets or Sets LastOpen

◆ NewHours

bool Lusid.Sdk.Model.DateAttributes.NewHours
getset

Gets or Sets NewHours


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