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

TemplateField More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string FieldName [get, set]
 Gets or Sets FieldName More...
 
string Specificity [get, set]
 Gets or Sets Specificity More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string Type [get, set]
 Gets or Sets Type More...
 
List< string > Usage [get, set]
 Gets or Sets Usage More...
 

Detailed Description

TemplateField

Constructor & Destructor Documentation

◆ TemplateField() [1/2]

Lusid.Sdk.Model.TemplateField.TemplateField ( )
inlineprotected

Initializes a new instance of the TemplateField class.

◆ TemplateField() [2/2]

Lusid.Sdk.Model.TemplateField.TemplateField ( string  fieldName = default(string),
string  specificity = default(string),
string  description = default(string),
string  type = default(string),
List< string >  usage = default(List<string>) 
)
inline

Initializes a new instance of the TemplateField class.

Parameters
fieldNamefieldName (required).
specificityspecificity (required).
descriptiondescription (required).
typetype (required).
usageusage (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateField instances are equal

Parameters
inputInstance of TemplateField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.TemplateField.Description
getset

Gets or Sets Description

◆ FieldName

string Lusid.Sdk.Model.TemplateField.FieldName
getset

Gets or Sets FieldName

◆ Specificity

string Lusid.Sdk.Model.TemplateField.Specificity
getset

Gets or Sets Specificity

◆ Type

string Lusid.Sdk.Model.TemplateField.Type
getset

Gets or Sets Type

◆ Usage

List<string> Lusid.Sdk.Model.TemplateField.Usage
getset

Gets or Sets Usage


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