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

UpdateCalendarRequest More...

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

Public Member Functions

 UpdateCalendarRequest (WeekendMask weekendMask=default(WeekendMask), string sourceProvider=default(string), List< Property > properties=default(List< Property >))
 Initializes a new instance of the UpdateCalendarRequest 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 (UpdateCalendarRequest input)
 Returns true if UpdateCalendarRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

WeekendMask WeekendMask [get, set]
 Gets or Sets WeekendMask More...
 
string SourceProvider [get, set]
 Gets or Sets SourceProvider More...
 
List< PropertyProperties [get, set]
 Gets or Sets Properties More...
 

Detailed Description

UpdateCalendarRequest

Constructor & Destructor Documentation

◆ UpdateCalendarRequest() [1/2]

Lusid.Sdk.Model.UpdateCalendarRequest.UpdateCalendarRequest ( )
inlineprotected

Initializes a new instance of the UpdateCalendarRequest class.

◆ UpdateCalendarRequest() [2/2]

Lusid.Sdk.Model.UpdateCalendarRequest.UpdateCalendarRequest ( WeekendMask  weekendMask = default(WeekendMask),
string  sourceProvider = default(string),
List< Property properties = default(List<Property>) 
)
inline

Initializes a new instance of the UpdateCalendarRequest class.

Parameters
weekendMaskweekendMask (required).
sourceProvidersourceProvider (required).
propertiesproperties (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCalendarRequest instances are equal

Parameters
inputInstance of UpdateCalendarRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Properties

List<Property> Lusid.Sdk.Model.UpdateCalendarRequest.Properties
getset

Gets or Sets Properties

◆ SourceProvider

string Lusid.Sdk.Model.UpdateCalendarRequest.SourceProvider
getset

Gets or Sets SourceProvider

◆ WeekendMask

WeekendMask Lusid.Sdk.Model.UpdateCalendarRequest.WeekendMask
getset

Gets or Sets WeekendMask


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