Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Status Class / Status Constructor / Status Constructor(Guid)
The System.Guid value which should be used as status key.

In This Topic
    Status Constructor(Guid)
    In This Topic
    Initializes a new instance of the Status class with the specified key.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As Guid _
    )
    public Status( 
       Guid key
    )

    Parameters

    key
    The System.Guid value which should be used as status key.
    Remarks
    Use this constructor if your business logic requires setting custom key value. Make sure that you use the correct constructor overload (with integer or Guid key value) and that key value is unique.
    See Also