Search Results for

    Show / Hide Table of Contents

    Class ImportBookDefinition

    Inheritance
    System.Object
    ImportBookDefinition
    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 ImportBookDefinition : INotifyPropertyChanged

    Constructors

    ImportBookDefinition()

    Declaration
    public ImportBookDefinition()

    Fields

    Namespace

    Declaration
    public static readonly XNamespace Namespace
    Field Value
    Type Description
    System.Xml.Linq.XNamespace

    Properties

    SaveReport

    Declaration
    [Obsolete("The value is forced/assumed to be true.")]
    public bool SaveReport { get; set; }
    Property Value
    Type Description
    System.Boolean

    Sheets

    Declaration
    public ObservableCollection<ImportSheetDefinition> Sheets { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ImportSheetDefinition>

    SourceProvider

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

    Methods

    OnPropertyChanged(String)

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

    ReadXaml(String)

    Declaration
    public static ImportBookDefinition ReadXaml(string xaml)
    Parameters
    Type Name Description
    System.String xaml
    Returns
    Type Description
    ImportBookDefinition

    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