adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetChangeDescription Method / GetChangeDescription(ObjectChangeType,TextCase) Method
The change action to describe.
The text casing to apply to the returned value. See ArcanaDevelopment.adTempus.Resources.TextCase.


In This Topic
    GetChangeDescription(ObjectChangeType,TextCase) Method
    In This Topic
    Gets the display name for an ObjectChangeType.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetChangeDescription( _
       ByVal changeType As ObjectChangeType, _
       ByVal textCaseOption As ArcanaDevelopment.adTempus.Resources.TextCase _
    ) As String
    public static string GetChangeDescription( 
       ObjectChangeType changeType,
       ArcanaDevelopment.adTempus.Resources.TextCase textCaseOption
    )
    public:
    static String^ GetChangeDescription( 
       ObjectChangeType changeType,
       ArcanaDevelopment.adTempus.Resources.TextCase textCaseOption
    ) 

    Parameters

    changeType
    The change action to describe.
    textCaseOption
    The text casing to apply to the returned value. See ArcanaDevelopment.adTempus.Resources.TextCase.
    See Also