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

UpsertResultValuesDataRequest More...

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

Public Member Functions

 UpsertResultValuesDataRequest (StructuredResultDataId documentId=default(StructuredResultDataId), Dictionary< string, string > key=default(Dictionary< string, string >), string dataAddress=default(string), ResultValue resultValue=default(ResultValue))
 Initializes a new instance of the UpsertResultValuesDataRequest 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 (UpsertResultValuesDataRequest input)
 Returns true if UpsertResultValuesDataRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

StructuredResultDataId DocumentId [get, set]
 Gets or Sets DocumentId More...
 
Dictionary< string, string > Key [get, set]
 The structured unit result data key. More...
 
string DataAddress [get, set]
 The address of the piece of unit result data More...
 
ResultValue ResultValue [get, set]
 Gets or Sets ResultValue More...
 

Detailed Description

UpsertResultValuesDataRequest

Constructor & Destructor Documentation

◆ UpsertResultValuesDataRequest() [1/2]

Lusid.Sdk.Model.UpsertResultValuesDataRequest.UpsertResultValuesDataRequest ( )
inlineprotected

Initializes a new instance of the UpsertResultValuesDataRequest class.

◆ UpsertResultValuesDataRequest() [2/2]

Lusid.Sdk.Model.UpsertResultValuesDataRequest.UpsertResultValuesDataRequest ( StructuredResultDataId  documentId = default(StructuredResultDataId),
Dictionary< string, string >  key = default(Dictionary<string, string>),
string  dataAddress = default(string),
ResultValue  resultValue = default(ResultValue) 
)
inline

Initializes a new instance of the UpsertResultValuesDataRequest class.

Parameters
documentIddocumentId (required).
keyThe structured unit result data key..
dataAddressThe address of the piece of unit result data.
resultValueresultValue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertResultValuesDataRequest instances are equal

Parameters
inputInstance of UpsertResultValuesDataRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataAddress

string Lusid.Sdk.Model.UpsertResultValuesDataRequest.DataAddress
getset

The address of the piece of unit result data

The address of the piece of unit result data

◆ DocumentId

StructuredResultDataId Lusid.Sdk.Model.UpsertResultValuesDataRequest.DocumentId
getset

Gets or Sets DocumentId

◆ Key

Dictionary<string, string> Lusid.Sdk.Model.UpsertResultValuesDataRequest.Key
getset

The structured unit result data key.

The structured unit result data key.

◆ ResultValue

ResultValue Lusid.Sdk.Model.UpsertResultValuesDataRequest.ResultValue
getset

Gets or Sets ResultValue


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