Constructs a SystemData object. This will be constructed by RightEdge.
Namespace:
RightEdge.Common
Assembly:
Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SystemData(
SystemDataCreationSettings settings
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
settings As SystemDataCreationSettings _
) |
| Visual C++ |
|---|
public:
SystemData(
SystemDataCreationSettings^ settings
) |
Parameters
- settings
- Type: SystemDataCreationSettings
SystemDataCreationSettings object with settings used to initialize the SystemData object.
See Also