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.Sequence
    IDataMappingPropertyBase.PropertyName
    IDataMappingPropertyBase.ColumnHeaderName
    IDataMappingPropertyBase.UseAsKey
    IDataMappingPropertyBase.DataSourceTypeID
    IDataMappingPropertyBase.OverrideValue
    IDataMappingPropertyBase.OverrideValueFormula
    IDataMappingPropertyBase.TrimValue
    IDataMappingPropertyBase.GetMapping()
    IDataMappingPropertyBase.SetMapping(EntityImportColDefinition)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.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
    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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    IDataMapping
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.