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

ComplianceTemplateParameter More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Name [get, set]
 The name for the required Compliance Template Parameter More...
 
string Description [get, set]
 The description for the required Compliance Template Parameter More...
 
string Type [get, set]
 The type for the required Compliance Template Parameter More...
 

Detailed Description

ComplianceTemplateParameter

Constructor & Destructor Documentation

◆ ComplianceTemplateParameter() [1/2]

Lusid.Sdk.Model.ComplianceTemplateParameter.ComplianceTemplateParameter ( )
inlineprotected

Initializes a new instance of the ComplianceTemplateParameter class.

◆ ComplianceTemplateParameter() [2/2]

Lusid.Sdk.Model.ComplianceTemplateParameter.ComplianceTemplateParameter ( string  name = default(string),
string  description = default(string),
string  type = default(string) 
)
inline

Initializes a new instance of the ComplianceTemplateParameter class.

Parameters
nameThe name for the required Compliance Template Parameter (required).
descriptionThe description for the required Compliance Template Parameter (required).
typeThe type for the required Compliance Template Parameter (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceTemplateParameter instances are equal

Parameters
inputInstance of ComplianceTemplateParameter to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.ComplianceTemplateParameter.Description
getset

The description for the required Compliance Template Parameter

The description for the required Compliance Template Parameter

◆ Name

string Lusid.Sdk.Model.ComplianceTemplateParameter.Name
getset

The name for the required Compliance Template Parameter

The name for the required Compliance Template Parameter

◆ Type

string Lusid.Sdk.Model.ComplianceTemplateParameter.Type
getset

The type for the required Compliance Template Parameter

The type for the required Compliance Template Parameter


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