Class Feature
Represents a GVL Feature.
Declaration
public class Feature
Properties
Id
Gets or sets the ID of the feature.
Declaration
public int Id { get; set; }
Name
Gets or sets the name of the feature.
Declaration
public string Name { get; set; }
Description
Gets or sets the description of the feature.
Declaration
public string Description { get; set; }
DescriptionLegal
Gets or sets the legal description of the feature.
Declaration
public string DescriptionLegal { get; set; }