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

CustomDataModelPropertySpecificationWithDisplayName More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The display name of the property definition. More...
 
string PropertyKey [get, set]
 The property key that is required/allowed on the bound entity. More...
 
bool Required [get, set]
 Whether property is required or allowed. More...
 

Detailed Description

CustomDataModelPropertySpecificationWithDisplayName

Constructor & Destructor Documentation

◆ CustomDataModelPropertySpecificationWithDisplayName() [1/2]

Lusid.Sdk.Model.CustomDataModelPropertySpecificationWithDisplayName.CustomDataModelPropertySpecificationWithDisplayName ( )
inlineprotected

Initializes a new instance of the CustomDataModelPropertySpecificationWithDisplayName class.

◆ CustomDataModelPropertySpecificationWithDisplayName() [2/2]

Lusid.Sdk.Model.CustomDataModelPropertySpecificationWithDisplayName.CustomDataModelPropertySpecificationWithDisplayName ( string  displayName = default(string),
string  propertyKey = default(string),
bool  required = default(bool) 
)
inline

Initializes a new instance of the CustomDataModelPropertySpecificationWithDisplayName class.

Parameters
displayNameThe display name of the property definition..
propertyKeyThe property key that is required/allowed on the bound entity. (required).
requiredWhether property is required or allowed..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomDataModelPropertySpecificationWithDisplayName instances are equal

Parameters
inputInstance of CustomDataModelPropertySpecificationWithDisplayName to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayName

string Lusid.Sdk.Model.CustomDataModelPropertySpecificationWithDisplayName.DisplayName
getset

The display name of the property definition.

The display name of the property definition.

◆ PropertyKey

string Lusid.Sdk.Model.CustomDataModelPropertySpecificationWithDisplayName.PropertyKey
getset

The property key that is required/allowed on the bound entity.

The property key that is required/allowed on the bound entity.

◆ Required

bool Lusid.Sdk.Model.CustomDataModelPropertySpecificationWithDisplayName.Required
getset

Whether property is required or allowed.

Whether property is required or allowed.


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