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
System..::Object
System..::Attribute
Castle.ActiveRecord..::WithAccessAttribute
Castle.ActiveRecord..::BaseAttribute
Castle.ActiveRecord..::AnyAttribute
Castle.ActiveRecord..::BelongsToAttribute
Castle.ActiveRecord..::CompositeKeyAttribute
Castle.ActiveRecord..::CompositeUserTypeAttribute
Castle.ActiveRecord..::FieldAttribute
Castle.ActiveRecord..::PropertyAttribute
Castle.ActiveRecord..::NestedAttribute
Castle.ActiveRecord..::OneToOneAttribute
Castle.ActiveRecord..::PrimaryKeyAttribute
Castle.ActiveRecord..::TimestampAttribute
Castle.ActiveRecord..::VersionAttribute
System..::Attribute
Castle.ActiveRecord..::WithAccessAttribute
Castle.ActiveRecord..::BaseAttribute
Castle.ActiveRecord..::AnyAttribute
Castle.ActiveRecord..::BelongsToAttribute
Castle.ActiveRecord..::CompositeKeyAttribute
Castle.ActiveRecord..::CompositeUserTypeAttribute
Castle.ActiveRecord..::FieldAttribute
Castle.ActiveRecord..::PropertyAttribute
Castle.ActiveRecord..::NestedAttribute
Castle.ActiveRecord..::OneToOneAttribute
Castle.ActiveRecord..::PrimaryKeyAttribute
Castle.ActiveRecord..::TimestampAttribute
Castle.ActiveRecord..::VersionAttribute
See Also
WithAccessAttribute Members
Castle.ActiveRecord Namespace