Search Results for

    Show / Hide Table of Contents

    Class DataSourceResult

    Inheritance
    object
    DataSourceResult
    Implements
    IDataSourceResult
    INotifyPropertyChanging
    INotifyPropertyChanged
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.DataIntegration
    Assembly: LemonEdge.API.Entities.Auto.dll
    Syntax
    [DataContract]
    public class DataSourceResult : IDataSourceResult, INotifyPropertyChanging, INotifyPropertyChanged

    Constructors

    DataSourceResult()

    Declaration
    public DataSourceResult()

    Properties

    DataSourceTypeID

    The id of the datasource type that this match was found for

    Declaration
    public Guid DataSourceTypeID { get; set; }
    Property Value
    Type Description
    Guid

    DataSourceTypeID_Label

    The name of the data source type that this match was found for

    Declaration
    public string DataSourceTypeID_Label { get; set; }
    Property Value
    Type Description
    string

    EntityID

    The unique of the actual item that has this associated dat source id

    Declaration
    [Key]
    public Guid EntityID { get; set; }
    Property Value
    Type Description
    Guid

    EntityTypeID

    The unique global id of the type of entity that has this associated data source id

    Declaration
    [Key]
    public Guid EntityTypeID { get; set; }
    Property Value
    Type Description
    Guid

    LastUpdated

    The date/time stamp of the last modification of this item

    Declaration
    public DateTimeOffset LastUpdated { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    ModifiedByUserID

    The id of the user that last modified this item

    Declaration
    public Guid ModifiedByUserID { get; set; }
    Property Value
    Type Description
    Guid

    ModifiedByUserID_Label

    The name of the user that last modified this item

    Declaration
    public string ModifiedByUserID_Label { get; set; }
    Property Value
    Type Description
    string

    SourceID

    The matching third party id associated with this item

    Declaration
    [Key]
    public string SourceID { get; set; }
    Property Value
    Type Description
    string

    Methods

    OnPropertyChanged(string)

    Declaration
    protected void OnPropertyChanged(string propName)
    Parameters
    Type Name Description
    string propName

    OnPropertyChanging(string)

    Declaration
    protected void OnPropertyChanging(string propName)
    Parameters
    Type Name Description
    string propName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    PropertyChanging

    Declaration
    public event PropertyChangingEventHandler PropertyChanging
    Event Type
    Type Description
    PropertyChangingEventHandler

    Implements

    IDataSourceResult
    INotifyPropertyChanging
    INotifyPropertyChanged

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.