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

CalendarDate More...

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

Public Member Functions

 CalendarDate (string href=default(string), string dateIdentifier=default(string), DateTimeOffset fromUtc=default(DateTimeOffset), DateTimeOffset toUtc=default(DateTimeOffset), string localDate=default(string), string timezone=default(string), string description=default(string), string type=default(string), DateAttributes attributes=default(DateAttributes), Dictionary< string, string > sourceData=default(Dictionary< string, string >))
 Initializes a new instance of the CalendarDate 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 (CalendarDate input)
 Returns true if CalendarDate instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 Gets or Sets Href More...
 
string DateIdentifier [get, set]
 Gets or Sets DateIdentifier More...
 
DateTimeOffset FromUtc [get, set]
 Gets or Sets FromUtc More...
 
DateTimeOffset ToUtc [get, set]
 Gets or Sets ToUtc More...
 
string LocalDate [get, set]
 Gets or Sets LocalDate More...
 
string Timezone [get, set]
 Gets or Sets Timezone More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string Type [get, set]
 Gets or Sets Type More...
 
DateAttributes Attributes [get, set]
 Gets or Sets Attributes More...
 
Dictionary< string, string > SourceData [get, set]
 Gets or Sets SourceData More...
 

Detailed Description

CalendarDate

Constructor & Destructor Documentation

◆ CalendarDate() [1/2]

Lusid.Sdk.Model.CalendarDate.CalendarDate ( )
inlineprotected

Initializes a new instance of the CalendarDate class.

◆ CalendarDate() [2/2]

Lusid.Sdk.Model.CalendarDate.CalendarDate ( string  href = default(string),
string  dateIdentifier = default(string),
DateTimeOffset  fromUtc = default(DateTimeOffset),
DateTimeOffset  toUtc = default(DateTimeOffset),
string  localDate = default(string),
string  timezone = default(string),
string  description = default(string),
string  type = default(string),
DateAttributes  attributes = default(DateAttributes),
Dictionary< string, string >  sourceData = default(Dictionary<string, string>) 
)
inline

Initializes a new instance of the CalendarDate class.

Parameters
hrefhref.
dateIdentifierdateIdentifier (required).
fromUtcfromUtc (required).
toUtctoUtc (required).
localDatelocalDate (required).
timezonetimezone (required).
descriptiondescription (required).
typetype (required).
attributesattributes.
sourceDatasourceData.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CalendarDate instances are equal

Parameters
inputInstance of CalendarDate to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Attributes

DateAttributes Lusid.Sdk.Model.CalendarDate.Attributes
getset

Gets or Sets Attributes

◆ DateIdentifier

string Lusid.Sdk.Model.CalendarDate.DateIdentifier
getset

Gets or Sets DateIdentifier

◆ Description

string Lusid.Sdk.Model.CalendarDate.Description
getset

Gets or Sets Description

◆ FromUtc

DateTimeOffset Lusid.Sdk.Model.CalendarDate.FromUtc
getset

Gets or Sets FromUtc

◆ Href

string Lusid.Sdk.Model.CalendarDate.Href
getset

Gets or Sets Href

◆ LocalDate

string Lusid.Sdk.Model.CalendarDate.LocalDate
getset

Gets or Sets LocalDate

◆ SourceData

Dictionary<string, string> Lusid.Sdk.Model.CalendarDate.SourceData
getset

Gets or Sets SourceData

◆ Timezone

string Lusid.Sdk.Model.CalendarDate.Timezone
getset

Gets or Sets Timezone

◆ ToUtc

DateTimeOffset Lusid.Sdk.Model.CalendarDate.ToUtc
getset

Gets or Sets ToUtc

◆ Type

string Lusid.Sdk.Model.CalendarDate.Type
getset

Gets or Sets Type


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