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

The result of invoking a translation script. More...

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

Public Member Functions

 TranslationResult (string entity=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the TranslationResult 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 (TranslationResult input)
 Returns true if TranslationResult instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Entity [get, set]
 The serialised entity the translation script produced. More...
 
Dictionary< string, PropertyProperties [get, set]
 Any properties the translation script produced. More...
 

Detailed Description

The result of invoking a translation script.

Constructor & Destructor Documentation

◆ TranslationResult() [1/2]

Lusid.Sdk.Model.TranslationResult.TranslationResult ( )
inlineprotected

Initializes a new instance of the TranslationResult class.

◆ TranslationResult() [2/2]

Lusid.Sdk.Model.TranslationResult.TranslationResult ( string  entity = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the TranslationResult class.

Parameters
entityThe serialised entity the translation script produced. (required).
propertiesAny properties the translation script produced. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslationResult instances are equal

Parameters
inputInstance of TranslationResult to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Entity

string Lusid.Sdk.Model.TranslationResult.Entity
getset

The serialised entity the translation script produced.

The serialised entity the translation script produced.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.TranslationResult.Properties
getset

Any properties the translation script produced.

Any properties the translation script produced.


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