AllowOverridesAttribute Class
Identifies an entity as eligible (or ineligible) for being overridden via an entity override.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowOverridesAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class)>
Public NotInheritable Class AllowOverridesAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class AllowOverridesAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type AllowOverridesAttribute =
class
inherit Attribute
end
- Inheritance
- Object Attribute AllowOverridesAttribute