Click or drag to resize

ForceDeleteModeAttribute Class

Specifies a delete mode for an entity explicitly, as opposed to allowing NetFORUM or Ignition system logic to make the determination
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ignition.Framework.EntitiesForceDeleteModeAttribute

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class ForceDeleteModeAttribute : Attribute

The ForceDeleteModeAttribute type exposes the following members.

Constructors
 NameDescription
Public methodForceDeleteModeAttributeInitializes a new instance of the ForceDeleteModeAttribute class
Top
Properties
 NameDescription
Public propertyDeleteMode The delete mode to force
Top
See Also