Click or drag to resize

SafeConfigurablePofContext.IsUserType Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodIsUserType(Object)
Determine if the given object is of a user type known to this IPofContext.
(Inherited from ConfigurablePofContext.)
Public methodIsUserType(String)
Determine if the type with the given name is a user type known to this IPofContext.
(Overrides ConfigurablePofContext.IsUserType(String).)
Public methodIsUserType(Type)
Determine if the given type is a user type known to this IPofContext.
(Overrides ConfigurablePofContext.IsUserType(Type).)
Top
See Also