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

CutLabelDefinition More...

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

Public Member Functions

 CutLabelDefinition (string code=default(string), string displayName=default(string), string description=default(string), CutLocalTime cutLocalTime=default(CutLocalTime), string timeZone=default(string), string href=default(string), List< Link > links=default(List< Link >))
 Initializes a new instance of the CutLabelDefinition 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 (CutLabelDefinition input)
 Returns true if CutLabelDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Code [get, set]
 Gets or Sets Code More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 
CutLocalTime CutLocalTime [get, set]
 Gets or Sets CutLocalTime More...
 
string TimeZone [get, set]
 Gets or Sets TimeZone More...
 
string Href [get, set]
 Gets or Sets Href More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

CutLabelDefinition

Constructor & Destructor Documentation

◆ CutLabelDefinition()

Lusid.Sdk.Model.CutLabelDefinition.CutLabelDefinition ( string  code = default(string),
string  displayName = default(string),
string  description = default(string),
CutLocalTime  cutLocalTime = default(CutLocalTime),
string  timeZone = default(string),
string  href = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CutLabelDefinition class.

Parameters
codecode.
displayNamedisplayName.
descriptiondescription.
cutLocalTimecutLocalTime.
timeZonetimeZone.
hrefhref.
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if CutLabelDefinition instances are equal

Parameters
inputInstance of CutLabelDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CutLabelDefinition.Code
getset

Gets or Sets Code

◆ CutLocalTime

CutLocalTime Lusid.Sdk.Model.CutLabelDefinition.CutLocalTime
getset

Gets or Sets CutLocalTime

◆ Description

string Lusid.Sdk.Model.CutLabelDefinition.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.CutLabelDefinition.DisplayName
getset

Gets or Sets DisplayName

◆ Href

string Lusid.Sdk.Model.CutLabelDefinition.Href
getset

Gets or Sets Href

◆ Links

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

Collection of links.

Collection of links.

◆ TimeZone

string Lusid.Sdk.Model.CutLabelDefinition.TimeZone
getset

Gets or Sets TimeZone


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