Class ConfigurationElement
Inheritance
System.Object
ConfigurationElement
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 abstract class ConfigurationElement
Constructors
| Improve this Doc View SourceConfigurationElement(IConfigurationInteraction)
Constructor
Declaration
public ConfigurationElement(IConfigurationInteraction Interaction)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationInteraction | Interaction | Interaction element |
Properties
| Improve this Doc View SourceConnectionStringName
Declaration
public string ConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InteractionObject
Declaration
public IConfigurationInteraction InteractionObject { get; }
Property Value
Type | Description |
---|---|
IConfigurationInteraction |
PackageName
Declaration
public string PackageName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageVersion
Declaration
public Version PackageVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Version |
Methods
| Improve this Doc View SourceExecute(XmlNode)
Execute the configuration
Declaration
public abstract bool Execute(XmlNode Node)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | Node |
Returns
Type | Description |
---|---|
System.Boolean | True if the element was imported succesfull |
GetAsString(String)
Get the Element as a XML-String
Declaration
public abstract string GetAsString(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the element (optional) |
Returns
Type | Description |
---|---|
System.String |
GetElementName()
Get Element Name
Declaration
public abstract string GetElementName()
Returns
Type | Description |
---|---|
System.String |