GetChangeDescription(ObjectChangeType,TextCase) Method
 
            
                In This Topic
            
            Gets the display name for an 
ObjectChangeType.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Shared Function GetChangeDescription( _
   ByVal  As ObjectChangeType, _
   ByVal  As ArcanaDevelopment.adTempus.Resources.TextCase _
) As String
             
        
            
            public static string GetChangeDescription( 
   ObjectChangeType ,
   ArcanaDevelopment.adTempus.Resources.TextCase 
)
             
        
             
        
            Parameters
- changeType
 
- The change action to describe.
 - textCaseOption
 
- The text casing to apply to the returned value. See ArcanaDevelopment.adTempus.Resources.TextCase.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also