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

DayMonth More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

int Day [get, set]
 Day part of Day, Month for Year End date specification. More...
 
int Month [get, set]
 Month part of Day, Month for Year End date specification. More...
 

Detailed Description

DayMonth

Constructor & Destructor Documentation

◆ DayMonth() [1/2]

Lusid.Sdk.Model.DayMonth.DayMonth ( )
inlineprotected

Initializes a new instance of the DayMonth class.

◆ DayMonth() [2/2]

Lusid.Sdk.Model.DayMonth.DayMonth ( int  day = default(int),
int  month = default(int) 
)
inline

Initializes a new instance of the DayMonth class.

Parameters
dayDay part of Day, Month for Year End date specification. (required).
monthMonth part of Day, Month for Year End date specification. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DayMonth instances are equal

Parameters
inputInstance of DayMonth to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Day

int Lusid.Sdk.Model.DayMonth.Day
getset

Day part of Day, Month for Year End date specification.

Day part of Day, Month for Year End date specification.

◆ Month

int Lusid.Sdk.Model.DayMonth.Month
getset

Month part of Day, Month for Year End date specification.

Month part of Day, Month for Year End date specification.


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