Class RoleElement
Represents a simplic role
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.Elements
Assembly: Simplic.Framework.SqlD.dll
Syntax
public class RoleElement : ConfigurationElement
Constructors
| Improve this Doc View SourceRoleElement(IConfigurationInteraction)
Create new repository entry for importing and exporting configurations
Declaration
public RoleElement(IConfigurationInteraction Interaction)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationInteraction | Interaction |
Methods
| Improve this Doc View SourceExecute(XmlNode)
Load the repository entiry configuration
Declaration
public override bool Execute(XmlNode Node)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | Node | XmlNode instance containing all information |
Returns
Type | Description |
---|---|
System.Boolean | True if every thing works |
Overrides
| Improve this Doc View SourceGetAsString(String)
Get configuration as string in xml format
Declaration
public override string GetAsString(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String | Instance of a string |
Overrides
| Improve this Doc View SourceGetElementName()
Get the element name
Declaration
public override string GetElementName()
Returns
Type | Description |
---|---|
System.String |