Search Results for

    Show / Hide Table of Contents

    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
    IDataMappingPropertyBase.GetMapping()
    IDataMappingPropertyBase.SetMapping(EntityImportColDefinition)
    IDataMappingPropertyBase.Sequence
    IDataMappingPropertyBase.PropertyName
    IDataMappingPropertyBase.ColumnHeaderName
    IDataMappingPropertyBase.UseAsKey
    IDataMappingPropertyBase.DataSourceTypeID
    IDataMappingPropertyBase.OverrideValue
    IDataMappingPropertyBase.OverrideValueFormula
    IDataMappingPropertyBase.TrimValue
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IDataMapping
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.