Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a PropertyProcessor for the specified property name.

Namespace: Tangosol.Util.Processor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public PropertyProcessor(
	string name,
	bool useIs
)

Parameters

name
Type: System..::..String
A property name.
useIs
Type: System..::..Boolean
If true, the getter method will be prefixed with "Is".

See Also