Interface IToOneRelation
Base interface for relation that are associated with only one entity.
Inherited Members
IRelation.SetIdentifiersAsync(IEnumerable
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
GetId()
Gets the value of the relation.
Declaration
Returns
| Type | Description |
|---|---|
| long | An id. |
SetId(long?)
Sets the value of the relation.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| long | id | The id. |
SetIdentifierAsync(string)
Sets the value of the relation.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | identifier | The identifier. |
Returns
| Type | Description |
|---|---|
| Task | A representing the asynchronous operation. |
If you have suggestions for improving this article, let us know!