Class ElementValue
Abstract base class from which all other element value classes are derived.
Assembly: WMServer.dll
Syntax
public abstract class ElementValue
Constructors
ElementValue()
Declaration
ElementValue(object)
Declaration
protected ElementValue(object val)
Parameters
Type |
Name |
Description |
object |
val |
|
Properties
Type
Declaration
public string Type { get; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Methods
Create(object)
Factory function to create a new ElementValue based on the
type of the object that defines the value.
Declaration
public static ElementValue Create(object val)
Parameters
Type |
Name |
Description |
object |
val |
|
Returns