Class FeatureManagementModal.FeatureViewModel
Inheritance
System.Object
FeatureManagementModal.FeatureViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.FeatureManagement.Web.Pages.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Web.dll
Syntax
public class FeatureViewModel
Properties
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |