다음을 통해 공유


TypedXmlDocument 클래스

정의

public ref class TypedXmlDocument : Microsoft::RuleEngine::ITypedXmlDocument, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class TypedXmlDocument : Microsoft.RuleEngine.ITypedXmlDocument, System.Runtime.Serialization.ISerializable
type TypedXmlDocument = class
    interface ITypedXmlDocument
    interface ISerializable
Public Class TypedXmlDocument
Implements ISerializable, ITypedXmlDocument
상속
TypedXmlDocument
특성
구현

생성자

TypedXmlDocument(SerializationInfo, StreamingContext)
TypedXmlDocument(String, XmlNode, TypedXmlDocument, XPathPair)
TypedXmlDocument(String, XmlNode, TypedXmlDocument)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument, XPathPair)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager)
TypedXmlDocument(String, XmlNode)
TypedXmlDocument(String, XmlReader)
TypedXmlDocument(String)

속성

Document
DocumentType
NamespaceManager
Parent
SelectorUsed
TypeName

메서드

CheckExistence(String)
GetBoolean(String)
GetByte(String)
GetChar(String)
GetDateTime(String)
GetDecimal(String)
GetDouble(String)
GetInt16(String)
GetInt32(String)
GetInt64(String)
GetNullableBoolean(String)
GetNullableByte(String)
GetNullableChar(String)
GetNullableDateTime(String)
GetNullableDecimal(String)
GetNullableDouble(String)
GetNullableInt16(String)
GetNullableInt32(String)
GetNullableInt64(String)
GetNullableSByte(String)
GetNullableSingle(String)
GetNullableUInt16(String)
GetNullableUInt32(String)
GetNullableUInt64(String)
GetObject(String)
GetObjectData(SerializationInfo, StreamingContext)
GetSByte(String)
GetSingle(String)
GetString(String)
GetUInt16(String)
GetUInt32(String)
GetUInt64(String)
GrabObject(String)
MarkAsChanged()
OnAssert(IRuleSetExecutor)
OnChildRetracted(IRuleSetExecutor, TypedXmlDocument, XPathPair)
OnClear(IRuleSetExecutor)
OnRetract(IRuleSetExecutor)
OnSetSelectors(IRuleSetExecutor, XPathPair[])
OnUpdate(IRuleSetExecutor)
Set(String, String)
SetBoolean(String, Boolean)
SetBoolean(String, Nullable<Boolean>)
SetByte(String, Byte)
SetByte(String, Object)
SetChar(String, Char)
SetChar(String, Object)
SetDateTime(String, DateTime)
SetDateTime(String, Nullable<DateTime>)
SetDecimal(String, Decimal)
SetDecimal(String, Object)
SetDouble(String, Double)
SetDouble(String, Object)
SetInt16(String, Int16)
SetInt16(String, Object)
SetInt32(String, Int32)
SetInt32(String, Object)
SetInt64(String, Int64)
SetInt64(String, Object)
SetObject(String, Object)
SetSByte(String, Object)
SetSByte(String, SByte)
SetSingle(String, Object)
SetSingle(String, Single)
SetString(String, String)
SetUInt16(String, Object)
SetUInt16(String, UInt16)
SetUInt32(String, Object)
SetUInt32(String, UInt32)
SetUInt64(String, Object)
SetUInt64(String, UInt64)

적용 대상