CustomEntityField
More...
|
| string | Name [get, set] |
| | The name of the field in the custom entity type definition. More...
|
| |
| Object | Value [get, set] |
| | The value for the field. More...
|
| |
| DateTimeOffset? | EffectiveFrom [get, set] |
| | The effective datetime from which the field's value is valid. For timeVariant fields, this defaults to the beginning of time. More...
|
| |
| DateTimeOffset? | EffectiveUntil [get, set] |
| | The effective datetime until which the field's value is valid. If not supplied, the value will be valid indefinitely or until the next “effectiveFrom” date of the field. More...
|
| |
◆ CustomEntityField() [1/2]
| Lusid.Sdk.Model.CustomEntityField.CustomEntityField |
( |
| ) |
|
|
inlineprotected |
◆ CustomEntityField() [2/2]
| Lusid.Sdk.Model.CustomEntityField.CustomEntityField |
( |
string |
name = default(string), |
|
|
Object |
value = default(Object), |
|
|
DateTimeOffset? |
effectiveFrom = default(DateTimeOffset?), |
|
|
DateTimeOffset? |
effectiveUntil = default(DateTimeOffset?) |
|
) |
| |
|
inline |
Initializes a new instance of the CustomEntityField class.
- Parameters
-
| name | The name of the field in the custom entity type definition. (required). |
| value | The value for the field.. |
| effectiveFrom | The effective datetime from which the field's value is valid. For timeVariant fields, this defaults to the beginning of time.. |
| effectiveUntil | The effective datetime until which the field's value is valid. If not supplied, the value will be valid indefinitely or until the next “effectiveFrom” date of the field.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CustomEntityField.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CustomEntityField.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.CustomEntityField.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.CustomEntityField.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ EffectiveFrom
| DateTimeOffset? Lusid.Sdk.Model.CustomEntityField.EffectiveFrom |
|
getset |
The effective datetime from which the field's value is valid. For timeVariant fields, this defaults to the beginning of time.
The effective datetime from which the field's value is valid. For timeVariant fields, this defaults to the beginning of time.
◆ EffectiveUntil
| DateTimeOffset? Lusid.Sdk.Model.CustomEntityField.EffectiveUntil |
|
getset |
The effective datetime until which the field's value is valid. If not supplied, the value will be valid indefinitely or until the next “effectiveFrom” date of the field.
The effective datetime until which the field's value is valid. If not supplied, the value will be valid indefinitely or until the next “effectiveFrom” date of the field.
◆ Name
| string Lusid.Sdk.Model.CustomEntityField.Name |
|
getset |
The name of the field in the custom entity type definition.
The name of the field in the custom entity type definition.
◆ Value
| Object Lusid.Sdk.Model.CustomEntityField.Value |
|
getset |
The value for the field.
The value for the field.
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/CustomEntityField.cs