Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SafeConfigurablePofContext type exposes the following members.

Properties

  NameDescription
Public propertyConfig
IXmlElement holding configuration information.
(Inherited from ConfigurablePofContext.)
Protected propertyConfigLocation
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
(Inherited from ConfigurablePofContext.)
Protected propertyIsInitialized
Determine if the ConfigurablePofContext has completed its initialization.
(Inherited from ConfigurablePofContext.)
Protected propertyIsInterfaceAllowed
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the .NET type.
(Inherited from ConfigurablePofContext.)
Public propertyIsReferenceEnabled
Determine if Identity/Reference type support is enabled for this ConfigurablePofContext.
(Inherited from ConfigurablePofContext.)
Protected propertyIsSubclassAllowed
Determine if the ConfigurablePofContext supports the serialization of an object that is an instance of a sub-class of a configured type, but not actually an instance of a class of a configured type.
(Inherited from ConfigurablePofContext.)

See Also