A schema that a given document must obey. A representation of the validation of a particular Dialect, in a given language.
More...
|
| string | Type [get, set] |
| | The type of schema this represents. Available values: None, JsonSchema. More...
|
| |
| string | Body [get, set] |
| | The body of the schema More...
|
| |
A schema that a given document must obey. A representation of the validation of a particular Dialect, in a given language.
◆ DialectSchema() [1/2]
| Lusid.Sdk.Model.DialectSchema.DialectSchema |
( |
| ) |
|
|
inlineprotected |
◆ DialectSchema() [2/2]
| Lusid.Sdk.Model.DialectSchema.DialectSchema |
( |
string |
type = default(string), |
|
|
string |
body = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the DialectSchema class.
- Parameters
-
| type | The type of schema this represents. Available values: None, JsonSchema. (required). |
| body | The body of the schema. |
◆ Equals() [1/2]
Returns true if DialectSchema instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.DialectSchema.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.DialectSchema.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.DialectSchema.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.DialectSchema.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Body
| string Lusid.Sdk.Model.DialectSchema.Body |
|
getset |
The body of the schema
The body of the schema
◆ Type
| string Lusid.Sdk.Model.DialectSchema.Type |
|
getset |
The type of schema this represents. Available values: None, JsonSchema.
The type of schema this represents. Available values: None, JsonSchema.
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/DialectSchema.cs