Class WMProjectAsset
Links a WMProject to an Asset used by that Project.
Inherited Members
Namespace: Quantellia.WMServer.Workflow
Assembly: WMServer.dll
Syntax
public class WMProjectAsset : IDbEntity, IWMEntity
Constructors
WMProjectAsset()
Default Constructor
Declaration
public WMProjectAsset()
Properties
AssetID
ID of Asset linkned to the associated Project
Declaration
public string AssetID { get; set; }
Property Value
Type | Description |
---|---|
string |
AssetType
Type of Asset linked to the associated Project.
Declaration
public string AssetType { get; set; }
Property Value
Type | Description |
---|---|
string |
BaselineAssetVersion
Version number of Asset that precedes this one, and which provides the baseline for this version.
Declaration
public int BaselineAssetVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
CreatedBy
ID of Principal that created this object.
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedDate
Date/Time this object was created.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ID
ID (primary key) of this object.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdatedBy
ID of Principal that last updated this object.
Declaration
public string LastUpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdatedDate
Date/Time this object was last updated.
Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ProjectID
ID of Project to which the linked Asset is associated
Declaration
public string ProjectID { get; set; }
Property Value
Type | Description |
---|---|
string |