Interface IToManyRelation
Base interface for relation that are associated with many entities.
Inherited Members
IRelation.SetIdentifiersAsync(IEnumerable
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
Add(long)
Adds an id to the relations values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| long | id | Id. |
AddAsync(string)
Adds an id to the relations values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | identifier | The identifier. |
Returns
| Type | Description |
|---|---|
| Task | A representing the asynchronous operation. |
AddRange(IEnumerable)
Adds multiple ids to the relations values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<>long | ids | Ids. |
AddRangeAsync(IEnumerable)
Adds multiple ids to the relations values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<>string | identifiers | The identifiers. |
Returns
| Type | Description |
|---|---|
| Task | A representing the asynchronous operation. |
If you have suggestions for improving this article, let us know!