Click or drag to resize
weroSoft AG, Software
IConfigurationItem Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Item meta data proxy interface.

Namespace:  WeroSoft.Configuration
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IConfigurationItem

The IConfigurationItem type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of this configuration item.
Public propertyId
Gets the identifier of the item meta data.
Public propertyName
Gets the name of the configuration item.
Public propertyNodeName
Gets the node name of the item.
Public propertyOrder
Gets the order of the configuration item.
Public propertyPath
Gets the path where the meta data resides in the resulting XML.
Top
See Also