C# 클래스 NClass.Core.Relationship

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

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
CopyFrom ( Relationship relationship ) : void
Deserialize ( XmlElement node ) : void
OnAttaching ( EventArgs e ) : void
OnDetaching ( EventArgs e ) : void
Serialize ( XmlElement node ) : void

비공개 메소드들

메소드 설명
Attach ( ) : void
Detach ( ) : void
ISerializableElement ( XmlElement node ) : void
OnDeserializing ( SerializeEventArgs e ) : void
OnSerializing ( SerializeEventArgs e ) : void

메소드 상세

CopyFrom() 보호된 메소드

protected CopyFrom ( Relationship relationship ) : void
relationship Relationship
리턴 void

Deserialize() 보호된 메소드

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

OnAttaching() 보호된 메소드

protected OnAttaching ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDetaching() 보호된 메소드

protected OnDetaching ( EventArgs e ) : void
e System.EventArgs
리턴 void

Serialize() 보호된 메소드

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

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

public abstract ToString ( ) : string
리턴 string