C# 클래스 NClass.Core.ClassType

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

공개 메소드들

메소드 설명
Clone ( ) : ClassType

보호된 메소드들

메소드 설명
ClassType ( String name ) : System
CopyFrom ( TypeBase type ) : void
Deserialize ( XmlElement node ) : void
Serialize ( XmlElement node ) : void

비공개 메소드들

메소드 설명
IsAncestor ( ClassType classType ) : bool

메소드 상세

ClassType() 보호된 메소드

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

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

public abstract Clone ( ) : ClassType
리턴 ClassType

CopyFrom() 보호된 메소드

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

Deserialize() 보호된 메소드

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

Serialize() 보호된 메소드

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