Interface IAssetCreation
Syntax
public interface IAssetCreation
Properties
Description
Declaration
string Description { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
Organization
Declaration
IOrganization Organization { get; set; }
Property Value
Project
Declaration
IProject Project { get; set; }
Property Value
Type
Declaration
string Type { get; set; }
Property Value
Version
Declaration
int Version { get; set; }
Property Value
VersionName
Declaration
string VersionName { get; set; }
Property Value
Extension Methods