wt.identity
Interface TypeMessageCalculatorInterface

All Known Implementing Classes:
NonTypedDelegate, TypedDelegate

public interface TypeMessageCalculatorInterface

Used for old client only. New client code should not call any of its methods. This interface provide a way of calculating "soft-type " object's type information. Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage(). Never call this function directly.

Supported API: true

Extendable: false


Method Summary
 Object CalculateTypeMessage(Object object)
          Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage().
 

Method Detail

CalculateTypeMessage

Object CalculateTypeMessage(Object object)
Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage(). Never call this function directly.

Supported API: true

Parameters:
object -
Returns:
Object