RelationDefinition
More...
|
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| ResourceId | RelationDefinitionId [get, set] |
| | Gets or Sets RelationDefinitionId More...
|
| |
| string | SourceEntityDomain [get, set] |
| | The entity domain of the source entity object. More...
|
| |
| string | TargetEntityDomain [get, set] |
| | The entity domain of the target entity object. More...
|
| |
| string | DisplayName [get, set] |
| | The display name of the relation. More...
|
| |
| string | OutwardDescription [get, set] |
| | The description to relate source entity object and target entity object More...
|
| |
| string | InwardDescription [get, set] |
| | The description to relate target entity object and source entity object More...
|
| |
| string | LifeTime [get, set] |
| | Describes how the relations can change over time, allowed values are "Perpetual" and "TimeVariant" More...
|
| |
| string | ConstraintStyle [get, set] |
| | Describes the uniqueness and cardinality for relations with a specific source entity object and relations under this definition. Allowed values are "Property" and "Collection", defaults to "Collection" if not specified. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ RelationDefinition()
| Lusid.Sdk.Model.RelationDefinition.RelationDefinition |
( |
ModelVersion |
varVersion = default(ModelVersion), |
|
|
ResourceId |
relationDefinitionId = default(ResourceId), |
|
|
string |
sourceEntityDomain = default(string), |
|
|
string |
targetEntityDomain = default(string), |
|
|
string |
displayName = default(string), |
|
|
string |
outwardDescription = default(string), |
|
|
string |
inwardDescription = default(string), |
|
|
string |
lifeTime = default(string), |
|
|
string |
constraintStyle = default(string), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the RelationDefinition class.
- Parameters
-
| varVersion | varVersion. |
| relationDefinitionId | relationDefinitionId. |
| sourceEntityDomain | The entity domain of the source entity object.. |
| targetEntityDomain | The entity domain of the target entity object.. |
| displayName | The display name of the relation.. |
| outwardDescription | The description to relate source entity object and target entity object. |
| inwardDescription | The description to relate target entity object and source entity object. |
| lifeTime | Describes how the relations can change over time, allowed values are "Perpetual" and "TimeVariant". |
| constraintStyle | Describes the uniqueness and cardinality for relations with a specific source entity object and relations under this definition. Allowed values are "Property" and "Collection", defaults to "Collection" if not specified.. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.RelationDefinition.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
| override int Lusid.Sdk.Model.RelationDefinition.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.RelationDefinition.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.RelationDefinition.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ConstraintStyle
| string Lusid.Sdk.Model.RelationDefinition.ConstraintStyle |
|
getset |
Describes the uniqueness and cardinality for relations with a specific source entity object and relations under this definition. Allowed values are "Property" and "Collection", defaults to "Collection" if not specified.
Describes the uniqueness and cardinality for relations with a specific source entity object and relations under this definition. Allowed values are "Property" and "Collection", defaults to "Collection" if not specified.
◆ DisplayName
| string Lusid.Sdk.Model.RelationDefinition.DisplayName |
|
getset |
The display name of the relation.
The display name of the relation.
◆ InwardDescription
| string Lusid.Sdk.Model.RelationDefinition.InwardDescription |
|
getset |
The description to relate target entity object and source entity object
The description to relate target entity object and source entity object
◆ LifeTime
| string Lusid.Sdk.Model.RelationDefinition.LifeTime |
|
getset |
Describes how the relations can change over time, allowed values are "Perpetual" and "TimeVariant"
Describes how the relations can change over time, allowed values are "Perpetual" and "TimeVariant"
◆ Links
| List<Link> Lusid.Sdk.Model.RelationDefinition.Links |
|
getset |
◆ OutwardDescription
| string Lusid.Sdk.Model.RelationDefinition.OutwardDescription |
|
getset |
The description to relate source entity object and target entity object
The description to relate source entity object and target entity object
◆ RelationDefinitionId
| ResourceId Lusid.Sdk.Model.RelationDefinition.RelationDefinitionId |
|
getset |
Gets or Sets RelationDefinitionId
◆ SourceEntityDomain
| string Lusid.Sdk.Model.RelationDefinition.SourceEntityDomain |
|
getset |
The entity domain of the source entity object.
The entity domain of the source entity object.
◆ TargetEntityDomain
| string Lusid.Sdk.Model.RelationDefinition.TargetEntityDomain |
|
getset |
The entity domain of the target entity object.
The entity domain of the target entity object.
◆ VarVersion
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/RelationDefinition.cs