adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetChangeDescription Method / GetChangeDescription(ObjectChangeType) Method
The change action to describe.


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

    Parameters

    changeType
    The change action to describe.
    See Also