Interface IDataMappingProperty
The system entity for a Data Mapping Property, which belongs to a IDataMapping holding the design for a data maping
See https://web.lemonedge.com/help/data-mapping-properties-view/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.DataMappingProperty, "dbo.LT_DataMappingProperties", "DataMappingProperty", LabelColumn = "PropertyName", IsStandingDataEntity = true)]
[DefaultEntityIcon(ImageType.DataTableColumn)]
public interface IDataMappingProperty : IDataMappingPropertyBase, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
DataMappingID
[Key] Links to IDataMapping. The parent data mapping this entity beloings to
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.DataMapping, "ID", SingleJoinType.One, "DataMappingProperty", "DataMapping", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = true, InheritPermissions = true)]
Guid DataMappingID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |