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

CalculateOrderDatesResponse More...

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

Public Member Functions

 CalculateOrderDatesResponse (Dictionary< string, TransferAgencyDates > successes=default(Dictionary< string, TransferAgencyDates >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), List< Link > links=default(List< Link >))
 Initializes a new instance of the CalculateOrderDatesResponse 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 (CalculateOrderDatesResponse input)
 Returns true if CalculateOrderDatesResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, TransferAgencyDatesSuccesses [get, set]
 A dictionary of successful date calculations, keyed by the request key. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 A dictionary of failed date calculations, keyed by the request key, containing the error details of any failures that occurred during the calculation. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CalculateOrderDatesResponse

Constructor & Destructor Documentation

◆ CalculateOrderDatesResponse()

Lusid.Sdk.Model.CalculateOrderDatesResponse.CalculateOrderDatesResponse ( Dictionary< string, TransferAgencyDates successes = default(Dictionary<string, TransferAgencyDates>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CalculateOrderDatesResponse class.

Parameters
successesA dictionary of successful date calculations, keyed by the request key..
failedA dictionary of failed date calculations, keyed by the request key, containing the error details of any failures that occurred during the calculation..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CalculateOrderDatesResponse instances are equal

Parameters
inputInstance of CalculateOrderDatesResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.CalculateOrderDatesResponse.Failed
getset

A dictionary of failed date calculations, keyed by the request key, containing the error details of any failures that occurred during the calculation.

A dictionary of failed date calculations, keyed by the request key, containing the error details of any failures that occurred during the calculation.

◆ Links

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

Gets or Sets Links

◆ Successes

Dictionary<string, TransferAgencyDates> Lusid.Sdk.Model.CalculateOrderDatesResponse.Successes
getset

A dictionary of successful date calculations, keyed by the request key.

A dictionary of successful date calculations, keyed by the request key.


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