Class Container
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a container that is used for security and organisational design.
public class Container : BaseConfigurationType
- Inheritance
-
Container
- Inherited Members
Constructors
Container()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.Container class.
public Container()
Properties
RootContainerIdentifier
Gets the well known identifier of the root container.
public static Guid RootContainerIdentifier { get; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.Container.
public Container Clone()
Returns
- Container
A clone of this CENTREL.XIA.Configuration.Types.Container.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.Container object from the specified XML data
public static Container FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- Container
A CENTREL.XIA.Configuration.Types.Container object.