C# 클래스 NClass.Core.TypeBase

상속: LanguageElement, IEntity
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
MoveDownItem ( object item ) : bool
MoveUpItem ( object item ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
CopyFrom ( TypeBase type ) : void
Deserialize ( XmlElement node ) : void
MoveDown ( IList list, object item ) : bool
MoveUp ( IList list, object item ) : bool
Serialize ( XmlElement node ) : void
TypeBase ( string name ) : System

비공개 메소드들

메소드 설명
ISerializableElement ( XmlElement node ) : void
IsNestedAncestor ( TypeBase type ) : bool
OnDeserializing ( SerializeEventArgs e ) : void
OnSerializing ( SerializeEventArgs e ) : void

메소드 상세

CopyFrom() 보호된 메소드

protected CopyFrom ( TypeBase type ) : void
type TypeBase
리턴 void

Deserialize() 보호된 메소드

/// An error occured whiledeserializing. /// /// The XML document is corrupt. /// /// is null. ///
protected Deserialize ( XmlElement node ) : void
node System.Xml.XmlElement
리턴 void

MoveDown() 보호된 정적인 메소드

protected static MoveDown ( IList list, object item ) : bool
list IList
item object
리턴 bool

MoveDownItem() 공개 추상적인 메소드

public abstract MoveDownItem ( object item ) : bool
item object
리턴 bool

MoveUp() 보호된 정적인 메소드

protected static MoveUp ( IList list, object item ) : bool
list IList
item object
리턴 bool

MoveUpItem() 공개 추상적인 메소드

public abstract MoveUpItem ( object item ) : bool
item object
리턴 bool

Serialize() 보호된 메소드

/// is null. ///
protected Serialize ( XmlElement node ) : void
node System.Xml.XmlElement
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeBase() 보호된 메소드

/// The does not fit to the syntax. ///
protected TypeBase ( string name ) : System
name string
리턴 System