Class Stack
Represents a GVL Stack.
Declaration
public class Stack
Properties
Id
Gets or sets the ID of the stack.
Declaration
public int Id { get; set; }
Purposes
Gets or sets a collection of purposes.
Declaration
public PurposeCollection Purposes { get; set; }
SpecialFeatures
Gets or sets a collection of special features.
Declaration
public FeatureCollection SpecialFeatures { get; set; }
Name
Gets or sets the name of the stack.
Declaration
public string Name { get; set; }
Description
Gets or sets the description of the stack.
Declaration
public string Description { get; set; }