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

CustomDataModel More...

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

Public Member Functions

 CustomDataModel (DataModelSummary dataModelSummary=default(DataModelSummary), CustomDataModelCriteria inherited=default(CustomDataModelCriteria), CustomDataModelCriteria incremental=default(CustomDataModelCriteria), CustomDataModelCriteria applied=default(CustomDataModelCriteria), ModelVersion varVersion=default(ModelVersion))
 Initializes a new instance of the CustomDataModel 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 (CustomDataModel input)
 Returns true if CustomDataModel instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DataModelSummary DataModelSummary [get, set]
 Gets or Sets DataModelSummary More...
 
CustomDataModelCriteria Inherited [get, set]
 Gets or Sets Inherited More...
 
CustomDataModelCriteria Incremental [get, set]
 Gets or Sets Incremental More...
 
CustomDataModelCriteria Applied [get, set]
 Gets or Sets Applied More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 

Detailed Description

CustomDataModel

Constructor & Destructor Documentation

◆ CustomDataModel()

Lusid.Sdk.Model.CustomDataModel.CustomDataModel ( DataModelSummary  dataModelSummary = default(DataModelSummary),
CustomDataModelCriteria  inherited = default(CustomDataModelCriteria),
CustomDataModelCriteria  incremental = default(CustomDataModelCriteria),
CustomDataModelCriteria  applied = default(CustomDataModelCriteria),
ModelVersion  varVersion = default(ModelVersion) 
)
inline

Initializes a new instance of the CustomDataModel class.

Parameters
dataModelSummarydataModelSummary.
inheritedinherited.
incrementalincremental.
appliedapplied.
varVersionvarVersion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomDataModel instances are equal

Parameters
inputInstance of CustomDataModel to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Applied

CustomDataModelCriteria Lusid.Sdk.Model.CustomDataModel.Applied
getset

Gets or Sets Applied

◆ DataModelSummary

DataModelSummary Lusid.Sdk.Model.CustomDataModel.DataModelSummary
getset

Gets or Sets DataModelSummary

◆ Incremental

CustomDataModelCriteria Lusid.Sdk.Model.CustomDataModel.Incremental
getset

Gets or Sets Incremental

◆ Inherited

CustomDataModelCriteria Lusid.Sdk.Model.CustomDataModel.Inherited
getset

Gets or Sets Inherited

◆ VarVersion

ModelVersion Lusid.Sdk.Model.CustomDataModel.VarVersion
getset

Gets or Sets VarVersion


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