Search Results for

    Show / Hide Table of Contents

    Class ImportColumnDefinition

    Inheritance
    System.Object
    ImportColumnDefinition
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Import
    Assembly: TimeCockpit.Data.Import.dll
    Syntax
    public class ImportColumnDefinition : INotifyPropertyChanged

    Constructors

    ImportColumnDefinition()

    Declaration
    public ImportColumnDefinition()

    Properties

    HandleOnInsertExpression

    Declaration
    public string HandleOnInsertExpression { get; set; }
    Property Value
    Type Description
    System.String

    HandleOnUpdateExpression

    Declaration
    public string HandleOnUpdateExpression { get; set; }
    Property Value
    Type Description
    System.String

    IsKey

    Declaration
    public bool IsKey { get; set; }
    Property Value
    Type Description
    System.Boolean

    NonPrefixedRelationMatchPath

    Declaration
    public string NonPrefixedRelationMatchPath { get; }
    Property Value
    Type Description
    System.String

    Optional

    Declaration
    public bool Optional { get; set; }
    Property Value
    Type Description
    System.Boolean

    PostprocessFormula

    Declaration
    public string PostprocessFormula { get; set; }
    Property Value
    Type Description
    System.String

    PreprocessFormula

    Declaration
    public string PreprocessFormula { get; set; }
    Property Value
    Type Description
    System.String

    RelationMatchPath

    Declaration
    public string RelationMatchPath { get; set; }
    Property Value
    Type Description
    System.String

    SourceColumnName

    Declaration
    public string SourceColumnName { get; set; }
    Property Value
    Type Description
    System.String

    SourceColumnType

    Declaration
    public ImportColumnType SourceColumnType { get; set; }
    Property Value
    Type Description
    ImportColumnType

    TargetPropertyName

    Declaration
    public string TargetPropertyName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnPropertyChanged(String)

    Declaration
    protected void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    WriteXml()

    Declaration
    public XElement WriteXml()
    Returns
    Type Description
    System.Xml.Linq.XElement

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler
    In This Article
    Back to top Copyright © 2025 software architects gmbh