1. IAssetEntity

Interface IAssetEntity

Defines a typed entity of type M.Asset.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
[TypedEntityDefinitionConstraintAttribute]
public interface IAssetEntity : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

Description

Gets the description.

Declaration
CultureSensitive<string> Description { get; }
Property Value
TypeDescription
CultureSensitivestring

FileName

Gets or sets the file name.

Declaration
string FileName { get; set; }
Property Value
TypeDescription
string

FinalLifeCycleStatusToAsset

Gets the FinalLifeCycleStatusToAsset relation.

Declaration
ReadOnlyToOneRelation<IChildToOneParentRelation> FinalLifeCycleStatusToAsset { get; }
Property Value

Title

Gets or sets the title.

Declaration
string Title { get; set; }
Property Value
TypeDescription
string

Extension Methods

If you have suggestions for improving this article, let us know!