Show / Hide Table of Contents

Class WMProjectAsset

Links a WMProject to an Asset used by that Project.

Inheritance
object
WMProjectAsset
Implements
IDbEntity
IWMEntity
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDbEntity
IWMEntity
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE