 | ParentEntityIdAttribute Class |
Indicates that the annotated property maps to the Id of this entity's parent entity.
Inheritance HierarchySystemObject
SystemAttribute
Ignition.Framework.EntitiesParentEntityIdAttribute
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class ParentEntityIdAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class ParentEntityIdAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class ParentEntityIdAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type ParentEntityIdAttribute =
class
inherit Attribute
endThe ParentEntityIdAttribute type exposes the following members.
Constructors
See Also