PropertyValueBagUntypedValue Structure

Represents a typed value converted to untyped string.

Definition

Namespace: Quine.Schemas.Core.Eventing
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public struct UntypedValue
Inheritance
Object    ValueType    PropertyValueBagUntypedValue

Fields

Type Fully-qaulified name of the type.
Value String representation as returned by ToString.

See Also