Class SettingFieldAttribute_BASE
Inheritance
SettingFieldAttribute_BASE
Implements
Inherited Members
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public abstract class SettingFieldAttribute_BASE : Attribute, _Attribute
Properties
| Edit this page View SourceDisplayName
Declaration
public string DisplayName { get; protected set; }
Property Value
Type | Description |
---|---|
string |
IsEnabled
Whether the field should be enabled and in what circumstances
Declaration
public EnabledType IsEnabled { get; protected set; }
Property Value
Type | Description |
---|---|
EnabledType |