Interface IAsset
A strongly typed entity interface for assets.
Inherited Members
ITypedEntity.LoadTypedMembersAsync()
IEntity.GetPropertyAsync(string, MemberLoadOption)
IEntity.GetPropertyAsync
IEntity.GetPropertyValue(string)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync(string, MemberLoadOption)
IEntity.GetPropertyValueAsync
IEntity.GetPropertyValue(string, CultureInfo)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync
IEntity.SetPropertyValue(string, object)
IEntity.SetPropertyValue(string, CultureInfo, object)
IEntity.GetRelation(string, RelationRole?)
IEntity.GetRelationAsync(string, RelationRole?, MemberLoadOption)
IEntity.GetRelationAsync
IEntity.LoadPropertiesAsync(IPropertyLoadOption)
IEntity.LoadRelationsAsync(IRelationLoadOption)
IEntity.LoadMembersAsync(IPropertyLoadOption, IRelationLoadOption)
IEntity.GetEntityDefinitionAsync()
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
FileName
Gets or sets the filename.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the title.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetDescription(CultureInfo)
Gets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | Culture of the description. |
Returns
| Type | Description |
|---|---|
| string | The description in specified culture. |
GetFinalLifeCycleStatusAsync()
Gets the final life cycle status.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>FinalLifeCycleStatus | The status or null when the relation wasn't loaded. |
SetDescription(CultureInfo, string)
Sets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | Culture of the description. |
| string | description | The description. |