Base class that allows specifying an access strategy to get/set the value for an object' property.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public abstract class WithAccessAttribute : Attribute

Inheritance Hierarchy

See Also