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

IdentifierPartSchema More...

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

Public Member Functions

 IdentifierPartSchema (int index=default(int), string name=default(string), string displayName=default(string), string description=default(string), bool required=default(bool), List< Link > links=default(List< Link >))
 Initializes a new instance of the IdentifierPartSchema 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 (IdentifierPartSchema input)
 Returns true if IdentifierPartSchema instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int Index [get, set]
 Gets or Sets Index More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 
bool Required [get, set]
 Gets or Sets Required More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

IdentifierPartSchema

Constructor & Destructor Documentation

◆ IdentifierPartSchema() [1/2]

Lusid.Sdk.Model.IdentifierPartSchema.IdentifierPartSchema ( )
inlineprotected

Initializes a new instance of the IdentifierPartSchema class.

◆ IdentifierPartSchema() [2/2]

Lusid.Sdk.Model.IdentifierPartSchema.IdentifierPartSchema ( int  index = default(int),
string  name = default(string),
string  displayName = default(string),
string  description = default(string),
bool  required = default(bool),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the IdentifierPartSchema class.

Parameters
indexindex (required).
namename (required).
displayNamedisplayName (required).
descriptiondescription (required).
requiredrequired (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IdentifierPartSchema instances are equal

Parameters
inputInstance of IdentifierPartSchema to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.IdentifierPartSchema.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.IdentifierPartSchema.DisplayName
getset

Gets or Sets DisplayName

◆ Index

int Lusid.Sdk.Model.IdentifierPartSchema.Index
getset

Gets or Sets Index

◆ Links

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

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.IdentifierPartSchema.Name
getset

Gets or Sets Name

◆ Required

bool Lusid.Sdk.Model.IdentifierPartSchema.Required
getset

Gets or Sets Required


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