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

The date that is the requested number of business days after the given start date More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

DateTimeOffset Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

The date that is the requested number of business days after the given start date

Constructor & Destructor Documentation

◆ AddBusinessDaysToDateResponse() [1/2]

Lusid.Sdk.Model.AddBusinessDaysToDateResponse.AddBusinessDaysToDateResponse ( )
inlineprotected

Initializes a new instance of the AddBusinessDaysToDateResponse class.

◆ AddBusinessDaysToDateResponse() [2/2]

Lusid.Sdk.Model.AddBusinessDaysToDateResponse.AddBusinessDaysToDateResponse ( DateTimeOffset  value = default(DateTimeOffset))
inline

Initializes a new instance of the AddBusinessDaysToDateResponse class.

Parameters
valuevalue (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AddBusinessDaysToDateResponse instances are equal

Parameters
inputInstance of AddBusinessDaysToDateResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Value

DateTimeOffset Lusid.Sdk.Model.AddBusinessDaysToDateResponse.Value
getset

Gets or Sets Value


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