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

Operation More...

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

Public Member Functions

 Operation (Object value=default(Object), string path=default(string), string op=default(string), string from=default(string))
 Initializes a new instance of the Operation 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 (Operation input)
 Returns true if Operation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Object Value [get, set]
 Gets or Sets Value More...
 
string Path [get, set]
 Gets or Sets Path More...
 
string Op [get, set]
 Gets or Sets Op More...
 
string From [get, set]
 Gets or Sets From More...
 

Detailed Description

Operation

Constructor & Destructor Documentation

◆ Operation() [1/2]

Lusid.Sdk.Model.Operation.Operation ( )
inlineprotected

Initializes a new instance of the Operation class.

◆ Operation() [2/2]

Lusid.Sdk.Model.Operation.Operation ( Object  value = default(Object),
string  path = default(string),
string  op = default(string),
string  from = default(string) 
)
inline

Initializes a new instance of the Operation class.

Parameters
valuevalue.
pathpath (required).
opop (required).
fromfrom.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Operation instances are equal

Parameters
inputInstance of Operation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ From

string Lusid.Sdk.Model.Operation.From
getset

Gets or Sets From

◆ Op

string Lusid.Sdk.Model.Operation.Op
getset

Gets or Sets Op

◆ Path

string Lusid.Sdk.Model.Operation.Path
getset

Gets or Sets Path

◆ Value

Object Lusid.Sdk.Model.Operation.Value
getset

Gets or Sets Value


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