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

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public SimpleValue(
	Object value,
	bool isAttribute
)

Parameters

value
Type: System..::..Object
The initial value for this SimpleValue.
isAttribute
Type: System..::..Boolean
true if this SimpleValue is an element attribute value; false if an element's content's value.

Remarks

Constructs an element's content or attribute value from the passed string value. The string should be un-escaped by this point; it must not still be in the form of the CDATA construct.

Exceptions

ExceptionCondition
System..::..ArgumentException If the string value is illegal.

See Also