ParentEntityIdAttribute Class

Indicates that the annotated property maps to the Id of this entity's parent entity.

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class ParentEntityIdAttribute : Attribute
Inheritance
Object    Attribute    ParentEntityIdAttribute

Constructors

ParentEntityIdAttributeInitializes a new instance of the ParentEntityIdAttribute class

See Also