Class CustomPropertyAccessor_Base
Inheritance
CustomPropertyAccessor_Base
Assembly: WeaverCore.dll
Syntax
public abstract class CustomPropertyAccessor_Base : IAccessor
Constructors
|
Edit this page
View Source
CustomPropertyAccessor_Base(GlobalSettings, string, string)
Declaration
public CustomPropertyAccessor_Base(GlobalSettings panel, string displayName, string description)
Parameters
Fields
|
Edit this page
View Source
Panel
Declaration
public readonly GlobalSettings Panel
Field Value
|
Edit this page
View Source
_description
Declaration
protected readonly string _description
Field Value
|
Edit this page
View Source
_displayName
Declaration
protected readonly string _displayName
Field Value
Properties
|
Edit this page
View Source
Description
A description of the field (if any)
Declaration
public string Description { get; }
Property Value
|
Edit this page
View Source
FieldName
The name of the field this accessor is accessing
Declaration
public string FieldName { get; }
Property Value
|
Edit this page
View Source
FieldValue
The value of the member field
Declaration
public abstract object FieldValue { get; set; }
Property Value
|
Edit this page
View Source
MemberInfo
The member info of the field (if any)
Declaration
public MemberInfo MemberInfo { get; }
Property Value
|
Edit this page
View Source
MemberType
The type of member this accessor is using
Declaration
public abstract Type MemberType { get; }
Property Value
Implements
Extension Methods