Table of Contents

Interface IMemberAccessor

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

Defines an interface for quick access to a type member.

public interface IMemberAccessor

Methods

Get(object)

Gets a component value.

object Get(object component)

Parameters

component object

The component.

Returns

object

The value.

Set(object, object)

Sets a component's value.

void Set(object component, object value)

Parameters

component object

The component.

value object

The value to set.