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

CustomDataModelPropertySpecification More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

CustomDataModelPropertySpecification

Constructor & Destructor Documentation

◆ CustomDataModelPropertySpecification() [1/2]

Lusid.Sdk.Model.CustomDataModelPropertySpecification.CustomDataModelPropertySpecification ( )
inlineprotected

Initializes a new instance of the CustomDataModelPropertySpecification class.

◆ CustomDataModelPropertySpecification() [2/2]

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

Initializes a new instance of the CustomDataModelPropertySpecification class.

Parameters
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.CustomDataModelPropertySpecification.Equals ( CustomDataModelPropertySpecification  input)
inline

Returns true if CustomDataModelPropertySpecification instances are equal

Parameters
inputInstance of CustomDataModelPropertySpecification to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PropertyKey

string Lusid.Sdk.Model.CustomDataModelPropertySpecification.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.CustomDataModelPropertySpecification.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: