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

The ConfigurablePofContext type exposes the following members.

Properties

  NameDescription
Public propertyConfig
IXmlElement holding configuration information.
Protected propertyConfigLocation
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
Public propertyStatic memberDefaultPofConfig
The default XML configuration used when one isn't explicitly passed in the constructor for this class.
Public propertyStatic memberDefaultPofConfigResource
The IResource for the default XML configuration used when one isn't explicitly passed in the constructor for this class.
Protected propertyIsInitialized
Determine if the ConfigurablePofContext has completed its initialization.
Protected propertyIsInterfaceAllowed
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the .NET type.
Public propertyIsReferenceEnabled
Determine if Identity/Reference type support is enabled for this 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.

See Also