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

Warning More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string EntityId [get, set]
 Gets or Sets EntityId More...
 
string Message [get, set]
 Gets or Sets Message More...
 

Detailed Description

Warning

Constructor & Destructor Documentation

◆ Warning() [1/2]

Lusid.Sdk.Model.Warning.Warning ( )
inlineprotected

Initializes a new instance of the Warning class.

◆ Warning() [2/2]

Lusid.Sdk.Model.Warning.Warning ( string  entityId = default(string),
string  message = default(string) 
)
inline

Initializes a new instance of the Warning class.

Parameters
entityIdentityId (required).
messagemessage (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Warning instances are equal

Parameters
inputInstance of Warning to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityId

string Lusid.Sdk.Model.Warning.EntityId
getset

Gets or Sets EntityId

◆ Message

string Lusid.Sdk.Model.Warning.Message
getset

Gets or Sets Message


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