Denotes that the specific class - which is an ActiveRecordBase subclass should not be processed by the framework

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

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ActiveRecordSkipAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.ActiveRecord..::ActiveRecordSkipAttribute

See Also