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

The shape and type of the returned data. The AddressSchema gives information about the requested keys, including the return type, links to further documentation, lifecycle status and removal date if they are deprecated. Note: the NodeValueSchema and PropertySchema fields have been deprecated. Please use the AddressSchema instead. More...

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

Public Member Functions

 ResultDataSchema (Dictionary< string, FieldSchema > nodeValueSchema=default(Dictionary< string, FieldSchema >), Dictionary< string, FieldSchema > propertySchema=default(Dictionary< string, FieldSchema >), Dictionary< string, AddressDefinition > addressSchema=default(Dictionary< string, AddressDefinition >))
 Initializes a new instance of the ResultDataSchema 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 (ResultDataSchema input)
 Returns true if ResultDataSchema instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, FieldSchemaNodeValueSchema [get, set]
 This has been deprecated. Please use AddressSchema instead. More...
 
Dictionary< string, FieldSchemaPropertySchema [get, set]
 This has been deprecated. Please use AddressSchema instead. More...
 
Dictionary< string, AddressDefinitionAddressSchema [get, set]
 Gets or Sets AddressSchema More...
 

Detailed Description

The shape and type of the returned data. The AddressSchema gives information about the requested keys, including the return type, links to further documentation, lifecycle status and removal date if they are deprecated. Note: the NodeValueSchema and PropertySchema fields have been deprecated. Please use the AddressSchema instead.

Constructor & Destructor Documentation

◆ ResultDataSchema()

Lusid.Sdk.Model.ResultDataSchema.ResultDataSchema ( Dictionary< string, FieldSchema nodeValueSchema = default(Dictionary<string, FieldSchema>),
Dictionary< string, FieldSchema propertySchema = default(Dictionary<string, FieldSchema>),
Dictionary< string, AddressDefinition addressSchema = default(Dictionary<string, AddressDefinition>) 
)
inline

Initializes a new instance of the ResultDataSchema class.

Parameters
nodeValueSchemaThis has been deprecated. Please use AddressSchema instead..
propertySchemaThis has been deprecated. Please use AddressSchema instead..
addressSchemaaddressSchema.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResultDataSchema instances are equal

Parameters
inputInstance of ResultDataSchema to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddressSchema

Dictionary<string, AddressDefinition> Lusid.Sdk.Model.ResultDataSchema.AddressSchema
getset

Gets or Sets AddressSchema

◆ NodeValueSchema

Dictionary<string, FieldSchema> Lusid.Sdk.Model.ResultDataSchema.NodeValueSchema
getset

This has been deprecated. Please use AddressSchema instead.

This has been deprecated. Please use AddressSchema instead.

◆ PropertySchema

Dictionary<string, FieldSchema> Lusid.Sdk.Model.ResultDataSchema.PropertySchema
getset

This has been deprecated. Please use AddressSchema instead.

This has been deprecated. Please use AddressSchema instead.


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