C# 클래스 System.Xml.Serialization.ListMap

상속: ObjectMap
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object other ) : bool
FindElement ( object ob, int index, object memberValue ) : System.Xml.Serialization.XmlTypeMapElementInfo
FindElement ( string elementName, string ns ) : System.Xml.Serialization.XmlTypeMapElementInfo
FindTextElement ( ) : System.Xml.Serialization.XmlTypeMapElementInfo
GetArrayType ( int itemCount, string &localName, string &ns ) : void
GetHashCode ( ) : int
GetSchemaArrayName ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

FindElement() 공개 메소드

public FindElement ( object ob, int index, object memberValue ) : System.Xml.Serialization.XmlTypeMapElementInfo
ob object
index int
memberValue object
리턴 System.Xml.Serialization.XmlTypeMapElementInfo

FindElement() 공개 메소드

public FindElement ( string elementName, string ns ) : System.Xml.Serialization.XmlTypeMapElementInfo
elementName string
ns string
리턴 System.Xml.Serialization.XmlTypeMapElementInfo

FindTextElement() 공개 메소드

public FindTextElement ( ) : System.Xml.Serialization.XmlTypeMapElementInfo
리턴 System.Xml.Serialization.XmlTypeMapElementInfo

GetArrayType() 공개 메소드

public GetArrayType ( int itemCount, string &localName, string &ns ) : void
itemCount int
localName string
ns string
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSchemaArrayName() 공개 메소드

public GetSchemaArrayName ( ) : string
리턴 string