Interface IAccessor
Base class for "Accessors", which are types that act as links between UIElement and properties in a GlobalSettings class
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
public interface IAccessor
Properties
| Edit this page View SourceDescription
A description of the field (if any)
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
FieldName
The name of the field this accessor is accessing
Declaration
string FieldName { get; }
Property Value
Type | Description |
---|---|
string |
FieldValue
The value of the member field
Declaration
object FieldValue { get; set; }
Property Value
Type | Description |
---|---|
object |
MemberInfo
The member info of the field (if any)
Declaration
MemberInfo MemberInfo { get; }
Property Value
Type | Description |
---|---|
MemberInfo |
MemberType
The type of member this accessor is using
Declaration
Type MemberType { get; }
Property Value
Type | Description |
---|---|
Type |