Interface IDataMappingProperty
The system entity for a Data Mapping Property, which belongs to a IDataMapping holding the design for a data maping
See https://help.lemonedge.com/help/open-architecture/data-integration/data-mappings/properties-view.html for more information
Inherited Members
Namespace: LemonEdge.API.Entities.DataIntegration
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.DataMappingProperty, "dbo.LT_DataMappingProperties", "DataMappingProperty", LabelColumn = "PropertyName", IsStandingDataEntity = true)]
[DefaultEntityIcon(ImageType.DataTableColumn)]
[EntityIndex(Name = "Mappings", ColumnNames = new string[] { "DataMappingID" }, IndexOrder = new IndexOrder[] { IndexOrder.Ascending }, IsClustered = false, IsUnique = false)]
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, "Data Mapping", "Mapped Properties", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
[RequiredNoDefaultIDValidation]
[EntityKeyProperty]
Guid DataMappingID { get; set; }
Property Value
Type | Description |
---|---|
Guid |