adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetConditionStateDescription Method / GetConditionStateDescription(ConditionState,String) Method
The status to describe.
Optional extended description. Can be null.


In This Topic
    GetConditionStateDescription(ConditionState,String) Method
    In This Topic
    Gets a description combining the description for a ConditionState value and an optional extended description.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetConditionStateDescription( _
       ByVal status As ConditionState, _
       ByVal extendedDescription As String _
    ) As String
    public static string GetConditionStateDescription( 
       ConditionState status,
       string extendedDescription
    )
    public:
    static String^ GetConditionStateDescription( 
       ConditionState status,
       String^ extendedDescription
    ) 

    Parameters

    status
    The status to describe.
    extendedDescription
    Optional extended description. Can be null.

    Return Value

    The display value for the status followed by the extendedDescription if specified.
    See Also