Class AssetCreation
Inheritance
AssetCreation
Syntax
public class AssetCreation : IAssetCreation
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Implements
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Project
Declaration
public IProject Project { get; set; }
Property Value
Implements
Type
Declaration
public string Type { get; set; }
Property Value
Implements
Version
Declaration
public int Version { get; set; }
Property Value
Implements
VersionName
Declaration
public string VersionName { get; set; }
Property Value
Implements
Extension Methods