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

AddressKeyDefinition More...

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

Public Member Functions

 AddressKeyDefinition (string addressKey=default(string), string type=default(string), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the AddressKeyDefinition 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 (AddressKeyDefinition input)
 Returns true if AddressKeyDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string AddressKey [get, set]
 The address key of the address key definition. More...
 
string Type [get, set]
 The type of the address key definition More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

AddressKeyDefinition

Constructor & Destructor Documentation

◆ AddressKeyDefinition() [1/2]

Lusid.Sdk.Model.AddressKeyDefinition.AddressKeyDefinition ( )
inlineprotected

Initializes a new instance of the AddressKeyDefinition class.

◆ AddressKeyDefinition() [2/2]

Lusid.Sdk.Model.AddressKeyDefinition.AddressKeyDefinition ( string  addressKey = default(string),
string  type = default(string),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AddressKeyDefinition class.

Parameters
addressKeyThe address key of the address key definition. (required).
typeThe type of the address key definition (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AddressKeyDefinition instances are equal

Parameters
inputInstance of AddressKeyDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.AddressKeyDefinition._Version
getset

Gets or Sets _Version

◆ AddressKey

string Lusid.Sdk.Model.AddressKeyDefinition.AddressKey
getset

The address key of the address key definition.

The address key of the address key definition.

◆ Links

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

Gets or Sets Links

◆ Type

string Lusid.Sdk.Model.AddressKeyDefinition.Type
getset

The type of the address key definition

The type of the address key definition


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