XmlNodeBase Class

public abstract class XmlNodeBase
This language is not supported or no code example is available.
public ref class XmlNodeBase abstract 
This language is not supported or no code example is available.
public abstract class XmlNodeBase
This language is not supported or no code example is available.
Name Description
Protected constructor XmlNodeBase()
Top
Name Description
Public property NodeName
Top
Methods
 
Name Description
Protected method AppendChildNode<T>()
Protected method AppendChildNode<T>(string)
Protected method ContainsAttribute(string)
Protected method GetBooleanAttribute(string)
Protected method GetBooleanValue()
Protected method GetBooleanValue(bool)
Protected method GetBooleanValueNode(string)
Protected method GetByteAttribute(string)
Protected method GetByteValue()
Protected method GetByteValue(byte)
Protected method GetByteValueNode(string)
Protected method GetChildNode<T>()
Protected method GetChildNode<T>(string)
Protected method GetChildNodes<T>()
Protected method GetDateTimeAttribute(string)
Protected method GetDateTimeValue()
Protected method GetDateTimeValue(DateTime)
Protected method GetDateTimeValueNode(string)
Protected method GetDecimalAttribute(string)
Protected method GetDecimalValue()
Protected method GetDecimalValue(decimal)
Protected method GetDecimalValueNode(string)
Protected method GetDoubleAttribute(string)
Protected method GetDoubleValue()
Protected method GetDoubleValue(double)
Protected method GetDoubleValueNode(string)
Protected method GetEnumAttribute(string, Type)
Protected method GetEnumValue(Type)
Protected method GetEnumValue<T>(T)
Protected method GetEnumValueXmlNode<T>(string)
Protected method GetFloatAttribute(string)
Protected method GetFloatValue()
Protected method GetFloatValue(float)
Protected method GetFloatValueNode(string)
Protected method GetGuidAttribute(string)
Protected method GetGuidValue()
Protected method GetGuidValue(Guid)
Protected method GetGuidValueNode(string)
Protected method GetInt16Attribute(string)
Protected method GetInt16Value()
Protected method GetInt16Value(short)
Protected method GetInt16ValueNode(string)
Protected method GetInt32Attribute(string)
Protected method GetInt32Value()
Protected method GetInt32Value(int)
Protected method GetInt32ValueNode(string)
Protected method GetInt64Attribute(string)
Protected method GetInt64Value()
Protected method GetInt64Value(long)
Protected method GetInt64ValueNode(string)
Protected method GetSByteAttribute(string)
Protected method GetSByteValue()
Protected method GetSByteValue(SByte)
Protected method GetStringAttribute(string)
Protected method GetStringValue()
Protected method GetStringValueNode(string)
Protected method GetTypeAttribute(string)
Protected method GetTypeValue()
Protected method GetTypeValueNode(string)
Protected method GetUInt16Attribute(string)
Protected method GetUInt16Value()
Protected method GetUInt16Value(UInt16)
Protected method GetUInt32Attribute(string)
Protected method GetUInt32Value()
Protected method GetUInt32Value(UInt32)
Protected method GetUInt64Attribute(string)
Protected method GetUInt64Value()
Protected method GetUInt64Value(UInt64)
Protected method SetAttribute(string, DateTime)
Protected method SetAttribute(string, Enum)
Protected method SetAttribute(string, Guid)
Protected method SetAttribute(string, Type)
Protected method SetAttribute(string, bool)
Protected method SetAttribute(string, byte)
Protected method SetAttribute(string, decimal)
Protected method SetAttribute(string, double)
Protected method SetAttribute(string, float)
Protected method SetAttribute(string, int)
Protected method SetAttribute(string, long)
Protected method SetAttribute(string, SByte)
Protected method SetAttribute(string, short)
Protected method SetAttribute(string, string)
Protected method SetAttribute(string, UInt32)
Protected method SetAttribute(string, UInt64)
Protected method SetAttribute(string, UInt16)
Protected method SetValue(DateTime)
Protected method SetValue(Enum)
Protected method SetValue(Guid)
Protected method SetValue(Type)
Protected method SetValue(bool)
Protected method SetValue(byte)
Protected method SetValue(decimal)
Protected method SetValue(double)
Protected method SetValue(float)
Protected method SetValue(int)
Protected method SetValue(long)
Protected method SetValue(SByte)
Protected method SetValue(short)
Protected method SetValue(string)
Protected method SetValue(UInt32)
Protected method SetValue(UInt64)
Protected method SetValue(UInt16)
Top

In this article

Definition