Interface IAssetEntity
Version: 4.0
Defines a typed entity of type M.Asset.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface IAssetEntity : ITypedEntity, IEntity, IResource, IDirtyTracking
Properties
Description
Gets the description.
Declaration
RequestResponse
CultureSensitive<string> Description { get; }
Property Value
Type | Description |
---|---|
CultureSensitivestring |
FileName
Gets or sets the file name.
Declaration
RequestResponse
string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
FinalLifeCycleStatusToAsset
Gets the FinalLifeCycleStatusToAsset relation.
Declaration
RequestResponse
ReadOnlyToOneRelation<IChildToOneParentRelation> FinalLifeCycleStatusToAsset { get; }
Property Value
Type | Description |
---|---|
ReadOnlyToOneRelationIChildToOneParentRelation |
Title
Gets or sets the title.
Declaration
RequestResponse
string Title { get; set; }
Property Value
Type | Description |
---|---|
string |