Class AbstractAttribute
- Namespace
- Dec
- Assembly
- dec.dll
Signals that this Dec-deriving class is not a valid database root. No classes of this type will be instantiated and children of this class will have their own namespaces.
[AttributeUsage(AttributeTargets.Class)]
public class AbstractAttribute : Attribute
- Inheritance
-
objectAttributeAbstractAttribute
Remarks
Classes with this attribute must be abstract. The parent class of this class must also be marked with this.