Class EntityKeyPropertyAttribute
Specifies that this property forms part of the key properties for this entity
Multiple properties can be marked with this attribute to indicate their combination forms the unique key for this entity
Keys are used for importing/exporting and other methods of referring to this entity. The system still holds a globally unique id for each entity regardless - see ID
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class EntityKeyPropertyAttribute : Attribute
Constructors
EntityKeyPropertyAttribute()
Declaration
public EntityKeyPropertyAttribute()