Click or drag to resize

ParentEntityIdAttribute Class

Indicates that the annotated property maps to the Id of this entity's parent entity.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ignition.Framework.EntitiesParentEntityIdAttribute

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

The ParentEntityIdAttribute type exposes the following members.

Constructors
 NameDescription
Public methodParentEntityIdAttributeInitializes a new instance of the ParentEntityIdAttribute class
Top
See Also