Class EntityLinkToAnyParentRelationshipModifier
Modifies a Entity
Inheritance
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: API.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = false, AllowMultiple = true)]
public sealed class EntityLinkToAnyParentRelationshipModifier : Attribute
Constructors
EntityLinkToAnyParentRelationshipModifier(EntityID, String, String)
Updates a Entity
Declaration
public EntityLinkToAnyParentRelationshipModifier(EntityID source, string sourePropertyName, string targetPropertyName)
Parameters
Type | Name | Description |
---|---|---|
Entity |
source | The global unique id of the source entity that has a Entity |
System. |
sourePropertyName | The source property on the entity that holds a Entity |
System. |
targetPropertyName | The property on this entity that the relationship points to (normally always ID) |
EntityLinkToAnyParentRelationshipModifier(String, String, String)
Updates a Entity
Declaration
public EntityLinkToAnyParentRelationshipModifier(string sourceID, string sourePropertyName, string targetPropertyName)
Parameters
Type | Name | Description |
---|---|---|
System. |
sourceID | The global unique id of the source entity that has a Entity |
System. |
sourePropertyName | The source property on the entity that holds a Entity |
System. |
targetPropertyName | The property on this entity that the relationship points to (normally always ID) |
Properties
ExcludeFromRelationship
Declaration
public bool ExcludeFromRelationship { get; set; }
Property Value
Type | Description |
---|---|
System. |
ExcludeFromRelationshipIsSet
Indicates if Exclude
Declaration
public bool ExcludeFromRelationshipIsSet { get; }
Property Value
Type | Description |
---|---|
System. |
PartOfThisSet
Overrides Part
Declaration
public bool PartOfThisSet { get; set; }
Property Value
Type | Description |
---|---|
System. |
PartOfThisSetIsSet
Indicates if Part
Declaration
public bool PartOfThisSetIsSet { get; }
Property Value
Type | Description |
---|---|
System. |
SourceEntityID
The global unique id of the source entity that has a Entity
Declaration
public Guid SourceEntityID { get; }
Property Value
Type | Description |
---|---|
System. |
SourcePropertyName
The source property on the entity that holds a Entity
Declaration
public string SourcePropertyName { get; }
Property Value
Type | Description |
---|---|
System. |
TargetPropertyName
The property on this entity that the relationship points to (normally always ID)
Declaration
public string TargetPropertyName { get; }
Property Value
Type | Description |
---|---|
System. |