Table of Contents

Class PropertyDescriptorAccessor

Namespace
Alis.Core.Aspect.Data.Json
Assembly
Alis.dll

The property descriptor accessor class

internal sealed class PropertyDescriptorAccessor : IMemberAccessor

Inheritance

Implements

Inherited Members

Constructors

PropertyDescriptorAccessor(PropertyDescriptor)

Initializes a new instance of the Alis.Core.Aspect.Data.Json.PropertyDescriptorAccessor class

public PropertyDescriptorAccessor(PropertyDescriptor pd)

Parameters

pd PropertyDescriptor

The pd

Fields

_pd

The pd

private readonly PropertyDescriptor _pd

Field Value

PropertyDescriptor

Methods

Get(object)

Gets the component

public object Get(object component)

Parameters

component object

The component

Returns

object

The object

Set(object, object)

Sets the component

public void Set(object component, object value)

Parameters

component object

The component

value object

The value

See Also