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

FeeTransactionTemplateSpecification More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string SpecificationTypeName [get, set]
 Gets or Sets SpecificationTypeName More...
 
List< TemplateFieldSupportedTemplateFields [get, set]
 Gets or Sets SupportedTemplateFields More...
 

Detailed Description

FeeTransactionTemplateSpecification

Constructor & Destructor Documentation

◆ FeeTransactionTemplateSpecification() [1/2]

Lusid.Sdk.Model.FeeTransactionTemplateSpecification.FeeTransactionTemplateSpecification ( )
inlineprotected

Initializes a new instance of the FeeTransactionTemplateSpecification class.

◆ FeeTransactionTemplateSpecification() [2/2]

Lusid.Sdk.Model.FeeTransactionTemplateSpecification.FeeTransactionTemplateSpecification ( string  specificationTypeName = default(string),
List< TemplateField supportedTemplateFields = default(List<TemplateField>) 
)
inline

Initializes a new instance of the FeeTransactionTemplateSpecification class.

Parameters
specificationTypeNamespecificationTypeName (required).
supportedTemplateFieldssupportedTemplateFields (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FeeTransactionTemplateSpecification instances are equal

Parameters
inputInstance of FeeTransactionTemplateSpecification to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SpecificationTypeName

string Lusid.Sdk.Model.FeeTransactionTemplateSpecification.SpecificationTypeName
getset

Gets or Sets SpecificationTypeName

◆ SupportedTemplateFields

List<TemplateField> Lusid.Sdk.Model.FeeTransactionTemplateSpecification.SupportedTemplateFields
getset

Gets or Sets SupportedTemplateFields


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