Class ImportSheetDefinition
Inheritance
System.Object
ImportSheetDefinition
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 ImportSheetDefinition : INotifyPropertyChanged
Constructors
ImportSheetDefinition()
Declaration
public ImportSheetDefinition()
Properties
Columns
Declaration
public ObservableCollection<ImportColumnDefinition> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ObservableCollection<ImportColumnDefinition> |
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 |
HeaderRowNumber
Declaration
public int HeaderRowNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SourceWorksheetName
Declaration
public string SourceWorksheetName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StatusColumnName
Declaration
public string StatusColumnName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TargetModelEntityName
Declaration
public string TargetModelEntityName { 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 |