Search Results for

    Show / Hide Table of Contents

    Class ConfigurationImport

    Inheritance
    System.Object
    ConfigurationImport
    Implements
    IConfigurationInteraction
    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: Simplic.Framework.SqlD.DCEF
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public class ConfigurationImport : IConfigurationInteraction

    Properties

    | Improve this Doc View Source

    OldVersion

    Declaration
    public Version OldVersion { get; set; }
    Property Value
    Type Description
    System.Version
    | Improve this Doc View Source

    State

    Declaration
    public ProductInstallState State { get; set; }
    Property Value
    Type Description
    ProductInstallState

    Methods

    | Improve this Doc View Source

    AddMsg(String)

    Add Message

    Declaration
    public void AddMsg(string Message)
    Parameters
    Type Name Description
    System.String Message

    Message-Content

    | Improve this Doc View Source

    InstallProduct()

    Install Product

    Declaration
    public ProductInstallState InstallProduct()
    Returns
    Type Description
    ProductInstallState
    | Improve this Doc View Source

    IsExported(String, Guid)

    Declaration
    public bool IsExported(string InternElementName, Guid ElementId)
    Parameters
    Type Name Description
    System.String InternElementName
    System.Guid ElementId
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetAsExported(String, Guid)

    Declaration
    public void SetAsExported(string InternElementName, Guid ElementId)
    Parameters
    Type Name Description
    System.String InternElementName
    System.Guid ElementId
    | Improve this Doc View Source

    ValidateAllViews()

    All view are validated and enabled

    Declaration
    public void ValidateAllViews()

    Events

    | Improve this Doc View Source

    OnAddMessage

    Declaration
    public event ConfigurationImport.AddMessage OnAddMessage
    Event Type
    Type Description
    ConfigurationImport.AddMessage
    | Improve this Doc View Source

    OnLoaded

    Declaration
    public event ConfigurationImport.Loaded OnLoaded
    Event Type
    Type Description
    ConfigurationImport.Loaded

    Implements

    IConfigurationInteraction
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx