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

Whether or not a DateTimeOffset is a business DateTime More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

DateTimeOffset RequestedDateTime [get, set]
 Gets or Sets RequestedDateTime More...
 
bool IsBusinessDay [get, set]
 Gets or Sets IsBusinessDay More...
 

Detailed Description

Whether or not a DateTimeOffset is a business DateTime

Constructor & Destructor Documentation

◆ IsBusinessDayResponse() [1/2]

Lusid.Sdk.Model.IsBusinessDayResponse.IsBusinessDayResponse ( )
inlineprotected

Initializes a new instance of the IsBusinessDayResponse class.

◆ IsBusinessDayResponse() [2/2]

Lusid.Sdk.Model.IsBusinessDayResponse.IsBusinessDayResponse ( DateTimeOffset  requestedDateTime = default(DateTimeOffset),
bool  isBusinessDay = default(bool) 
)
inline

Initializes a new instance of the IsBusinessDayResponse class.

Parameters
requestedDateTimerequestedDateTime (required).
isBusinessDayisBusinessDay (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IsBusinessDayResponse instances are equal

Parameters
inputInstance of IsBusinessDayResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ IsBusinessDay

bool Lusid.Sdk.Model.IsBusinessDayResponse.IsBusinessDay
getset

Gets or Sets IsBusinessDay

◆ RequestedDateTime

DateTimeOffset Lusid.Sdk.Model.IsBusinessDayResponse.RequestedDateTime
getset

Gets or Sets RequestedDateTime


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