| Element Methods |
The Element type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendElement | If this Element is an array of Sequence or Choice Elements, appends
a default initialized element to this element and return the appended
element.
| |
| AppendValue(Boolean) | Appends the specified value to this array element.
| |
| AppendValue(Byte) | Appends the specified value to this array element.
| |
| AppendValue(Char) | Appends the specified value to this array element.
| |
| AppendValue(Double) | Appends the specified value to this array element.
| |
| AppendValue(Int32) | Appends the specified value to this array element.
| |
| AppendValue(Int64) | Appends the specified value to this array element.
| |
| AppendValue(Single) | Appends the specified value to this array element.
| |
| AppendValue(String) | Appends the specified value to this array element.
| |
| AppendValue(Constant) | Appends the specified value to this array element.
| |
| AppendValue(Datetime) | Appends the specified value to this array element.
| |
| AppendValue(Name) | Appends the specified value to this array element.
| |
| Clone | Clone this element.
| |
| FindConstant(ConstantsList) | Finds the constant in a ConstantList that is equal to the value of
this element.
| |
| FindConstant(ConstantsList, Int32) | Gets the constant in a ConstantList that is equal to the value at the specified index of
this element.
| |
| GetChoice | Returns the selected choice if this is a choice type.
| |
| GetElement(Int32) | Returns the sub-element at the specified zero based position.
| |
| GetElement(String) | Returns the named sub-element, creating it if it doesn't
exist and this element is modifiable.
| |
| GetElement(Name) | Returns the named sub-element, creating it if it doesn't exist and this
element is modifiable.
| |
| GetElementAsBool(String) | Returns the value of the named sub-element as a boolean.
| |
| GetElementAsBool(Name) | Returns the value of the named sub-element as a boolean.
| |
| GetElementAsBytes(String) | Returns the value of the named sub-element as a byte array.
| |
| GetElementAsBytes(Name) | Returns the value of the named sub-element as a byte array.
| |
| GetElementAsChar(String) | Returns the value of the named sub-element as a char.
| |
| GetElementAsChar(Name) | Returns the value of the named sub-element as a char.
| |
| GetElementAsDate(String) | Returns the value of the named sub-element as a Date.
| |
| GetElementAsDate(Name) | Returns the value of the named sub-element as a Date.
| |
| GetElementAsDatetime(String) | Returns the value of the named sub-element as a Datetime.
| |
| GetElementAsDatetime(Name) | Returns the value of the named sub-element as a Datetime.
| |
| GetElementAsFloat32(String) | Returns the value of the named sub-element as a float.
| |
| GetElementAsFloat32(Name) | Returns the value of the named sub-element as a float.
| |
| GetElementAsFloat64(String) | Returns the value of the named sub-element as a double.
| |
| GetElementAsFloat64(Name) | Returns the value of the named sub-element as a double.
| |
| GetElementAsInt32(String) | Returns the value of the named sub-element as an int.
| |
| GetElementAsInt32(Name) | Returns the value of the named sub-element as an int.
| |
| GetElementAsInt64(String) | Returns the value of the named sub-element as a long.
| |
| GetElementAsInt64(Name) | Returns the value of the named sub-element as a long.
| |
| GetElementAsName(String) | Returns the value of the named sub-element as a Name.
| |
| GetElementAsName(Name) | Returns the value of the named sub-element as a Name.
| |
| GetElementAsString(String) | Returns the value of the named sub-element as a string.
| |
| GetElementAsString(Name) | Returns the value of the named sub-element as a string.
| |
| GetElementAsTime(String) | Returns the value of the named sub-element as a Time.
| |
| GetElementAsTime(Name) | Returns the value of the named sub-element as a Time.
| |
| GetValue | Returns the value of this element as an object.
| |
| GetValue(Int32) | Returns the value of the element
at the specified index as an object.
| |
| GetValueAsBool | Returns the value of this element as a boolean.
| |
| GetValueAsBool(Int32) | Returns the value of the element
at the specified index as a boolean.
| |
| GetValueAsBytes | Returns the value of this element as a byte array.
| |
| GetValueAsBytes(Int32) | Returns the value of this element at the specified index as a byte array.
| |
| GetValueAsChar | Returns the value of this element as a char.
| |
| GetValueAsChar(Int32) | Returns the value of this element at the specified index as a char.
| |
| GetValueAsDate | Returns the value of this element as a Date.
| |
| GetValueAsDate(Int32) | Returns the value of this element at the specified index as a Date.
| |
| GetValueAsDatetime | Returns the value of this element as a Datetime.
| |
| GetValueAsDatetime(Int32) | Returns the value of this element at the specified index as a Datetime.
| |
| GetValueAsElement |
Returns the value of this element as an Element.
| |
| GetValueAsElement(Int32) | Returns the value at the specified index
in this element as an Element.
| |
| GetValueAsEnumeration | Returns the value of this element as a Enumeration constant.
| |
| GetValueAsEnumeration(Int32) | Returns the value of this element at the specified index as an Enumeration
constant.
| |
| GetValueAsFloat32 | Returns the value of this element as a float.
| |
| GetValueAsFloat32(Int32) | Returns the value of this element at the specified index as a float.
| |
| GetValueAsFloat64 | Returns the value of this element as a double.
| |
| GetValueAsFloat64(Int32) | Returns the value of this element at the specified index as a double.
| |
| GetValueAsInt32 | Returns the value of this element as an int.
| |
| GetValueAsInt32(Int32) | Returns the value of this element at the specified index as an int.
| |
| GetValueAsInt64 | Returns the value of this element as a long.
| |
| GetValueAsInt64(Int32) | Returns the value of this element at the specified index as a long.
| |
| GetValueAsName | Returns the value of this element as a Enumeration constant.
| |
| GetValueAsName(Int32) | Returns the value of this element at the specified index as an Enumeration
constant.
| |
| GetValueAsString | Returns the value of this element as a string.
| |
| GetValueAsString(Int32) | Returns the value of this element at the specified index as a string.
| |
| GetValueAsTime | Returns the value of this element as a Time.
| |
| GetValueAsTime(Int32) | Returns the value of this element at the specified index as a Time.
| |
| HasElement(String) | Returns true if this element contains an element with the specified name.
| |
| HasElement(Name) | Returns true if this element contains an element with the specified name.
| |
| HasElement(String, Boolean) | Returns true if this element contains an element with the specified name.
| |
| HasElement(Name, Boolean) | Returns true if this element contains an element with the specified name.
| |
| IsEqualTo(Constant) | Gets true if the value this element is equal to the specified constant.
| |
| IsEqualTo(Constant, Int32) | Gets true if the value at the specified index of this element is equal
to the specified constant.
| |
| IsNullValue | Gets true if the sub-element at the specified position in a sequence or
choice element is null.
| |
| Print(Stream) |
Prints the contents of this element to the specified Stream.
| |
| Print(TextWriter) |
Prints the contents of this element to the specified TextWriter.
| |
| SetChoice(String) | Sets the named sub-element as the choice's selection.
| |
| SetChoice(Name) | Sets the named sub-element as the choice's selection.
| |
| SetElement(String, Constant) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Datetime) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Name) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Boolean) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Byte) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Char) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Double) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Int32) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Int64) | Sets the named sub-element to the specified value.
| |
| SetElement(String, Single) | Sets the named sub-element to the specified value.
| |
| SetElement(String, String) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Constant) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Datetime) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Name) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Boolean) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Byte) | ||
| SetElement(Name, Char) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Double) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Int32) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Int64) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, Single) | Sets the named sub-element to the specified value.
| |
| SetElement(Name, String) | Sets the named sub-element to the specified value.
| |
| SetValue(Boolean) | Sets the value of this element to the specified value.
| |
| SetValue(Byte) | Sets the value of this element to the specified value.
| |
| SetValue(Char) | Sets the value of this element to the specified value.
| |
| SetValue(Double) | Sets the value of this element to the specified value.
| |
| SetValue(Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Int64) | Sets the value of this element to the specified value.
| |
| SetValue(Single) | Sets the value of this element to the specified value.
| |
| SetValue(String) | Sets the value of this element to the specified value.
| |
| SetValue(Constant) | Sets the value of this element to the specified value.
| |
| SetValue(Datetime) | Sets the value of this element to the specified value.
| |
| SetValue(Name) | Sets the value of this element to the specified value.
| |
| SetValue(Boolean, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Byte, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Char, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Double, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Int32, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Int64, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Single, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(String, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Constant, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Datetime, Int32) | Sets the value of this element to the specified value.
| |
| SetValue(Name, Int32) | Sets the value of this element to the specified value.
| |
| ToString | Return the string representation of this object.
(Overrides ObjectToString.) | |
| ValueIsNull | Obsolete. Gets true if the element at the specified position in a sequence or
choice element is null.
|