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

ElectionSpecification More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string ElectionType [get, set]
 Gets or Sets ElectionType More...
 
Dictionary< string, string > Cardinality [get, set]
 Gets or Sets Cardinality More...
 
List< string > ReferencedAs [get, set]
 Gets or Sets ReferencedAs More...
 

Detailed Description

ElectionSpecification

Constructor & Destructor Documentation

◆ ElectionSpecification() [1/2]

Lusid.Sdk.Model.ElectionSpecification.ElectionSpecification ( )
inlineprotected

Initializes a new instance of the ElectionSpecification class.

◆ ElectionSpecification() [2/2]

Lusid.Sdk.Model.ElectionSpecification.ElectionSpecification ( string  electionType = default(string),
Dictionary< string, string >  cardinality = default(Dictionary<string, string>),
List< string >  referencedAs = default(List<string>) 
)
inline

Initializes a new instance of the ElectionSpecification class.

Parameters
electionTypeelectionType (required).
cardinalitycardinality (required).
referencedAsreferencedAs (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ElectionSpecification instances are equal

Parameters
inputInstance of ElectionSpecification to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Cardinality

Dictionary<string, string> Lusid.Sdk.Model.ElectionSpecification.Cardinality
getset

Gets or Sets Cardinality

◆ ElectionType

string Lusid.Sdk.Model.ElectionSpecification.ElectionType
getset

Gets or Sets ElectionType

◆ ReferencedAs

List<string> Lusid.Sdk.Model.ElectionSpecification.ReferencedAs
getset

Gets or Sets ReferencedAs


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