Interface IWMAsset
All implementations of Assets in World Modeler must implement this interface
Inherited Members
Namespace: Quantellia.WMServer.Asset.Base
Assembly: WMServer.dll
Syntax
public interface IWMAsset : IDbEntity, IWMEntity, IDocumentedEntity, INamedEntity, IWMAssetDirectoryMember, IWMPrincipalOwned
Properties
OwnerID
ID of the OwnerID of this asset.
Declaration
string? OwnerID { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnerType
Type of the Owner of this asset.
Declaration
string? OwnerType { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
Custom properties defined by the user
Declaration
Dictionary<string, string> Properties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |