Show / Hide Table of Contents

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 Source

Description

A description of the field (if any)

Declaration
string Description { get; }
Property Value
Type Description
string
| Edit this page View Source

FieldName

The name of the field this accessor is accessing

Declaration
string FieldName { get; }
Property Value
Type Description
string
| Edit this page View Source

FieldValue

The value of the member field

Declaration
object FieldValue { get; set; }
Property Value
Type Description
object
| Edit this page View Source

MemberInfo

The member info of the field (if any)

Declaration
MemberInfo MemberInfo { get; }
Property Value
Type Description
MemberInfo
| Edit this page View Source

MemberType

The type of member this accessor is using

Declaration
Type MemberType { get; }
Property Value
Type Description
Type

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾