Class FeatureManagementModal.FeatureViewModel
Inheritance
FeatureManagementModal.FeatureViewModel
Assembly: Volo.Abp.FeatureManagement.Web.dll
Syntax
public class FeatureManagementModal.FeatureViewModel
Constructors
FeatureViewModel()
Declaration
public FeatureViewModel()
Properties
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Extension Methods