Schema
More...
◆ Schema()
| Lusid.Sdk.Model.Schema.Schema |
( |
string |
entity = default(string), |
|
|
string |
href = default(string), |
|
|
Dictionary< string, FieldSchema > |
values = default(Dictionary<string, FieldSchema>), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the Schema class.
- Parameters
-
| entity | entity. |
| href | href. |
| values | values. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.Schema.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.Schema.Equals |
( |
Schema |
input | ) |
|
|
inline |
Returns true if Schema instances are equal
- Parameters
-
| input | Instance of Schema to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Schema.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Schema.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Schema.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Entity
| string Lusid.Sdk.Model.Schema.Entity |
|
getset |
◆ Href
| string Lusid.Sdk.Model.Schema.Href |
|
getset |
◆ Links
| List<Link> Lusid.Sdk.Model.Schema.Links |
|
getset |
◆ Values
| Dictionary<string, FieldSchema> Lusid.Sdk.Model.Schema.Values |
|
getset |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/Schema.cs