Class ConfigurationImport
Inheritance
System.Object
ConfigurationImport
Implements
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 SourceOldVersion
Declaration
public Version OldVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Version |
State
Declaration
public ProductInstallState State { get; set; }
Property Value
Type | Description |
---|---|
ProductInstallState |
Methods
| Improve this Doc View SourceAddMsg(String)
Add Message
Declaration
public void AddMsg(string Message)
Parameters
Type | Name | Description |
---|---|---|
System.String | Message | Message-Content |
InstallProduct()
Install Product
Declaration
public ProductInstallState InstallProduct()
Returns
Type | Description |
---|---|
ProductInstallState |
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 |
SetAsExported(String, Guid)
Declaration
public void SetAsExported(string InternElementName, Guid ElementId)
Parameters
Type | Name | Description |
---|---|---|
System.String | InternElementName | |
System.Guid | ElementId |
ValidateAllViews()
All view are validated and enabled
Declaration
public void ValidateAllViews()
Events
| Improve this Doc View SourceOnAddMessage
Declaration
public event ConfigurationImport.AddMessage OnAddMessage
Event Type
Type | Description |
---|---|
ConfigurationImport.AddMessage |
OnLoaded
Declaration
public event ConfigurationImport.Loaded OnLoaded
Event Type
Type | Description |
---|---|
ConfigurationImport.Loaded |