Creates a new instance of the Status class
and initializes it with the specified type.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public Status( StatusTypeEnum type, CultureInfo culture ) |
Visual Basic |
---|
Public Sub New ( _ type As StatusTypeEnum, _ culture As CultureInfo _ ) |
Parameters
- type
- Type: C1.C1Schedule..::..StatusTypeEnum
The StatusTypeEnum value.
- culture
- Type: System.Globalization..::..CultureInfo
The CultureInfo value.