ParentEntityIdAttribute Class
Indicates that the annotated property maps to the Id of this entity's parent entity.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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
end
- Inheritance
- Object Attribute ParentEntityIdAttribute