C# 클래스 NClass.Core.AssociationRelationship

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

공개 메소드들

메소드 설명
Clone ( TypeBase first, TypeBase second ) : AssociationRelationship
Reverse ( ) : void
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
AssociationRelationship ( TypeBase first, TypeBase second ) : System
AssociationRelationship ( TypeBase first, TypeBase second, AssociationType type ) : System
OnReversed ( EventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( TypeBase first, TypeBase second ) : AssociationRelationship
first TypeBase
second TypeBase
리턴 AssociationRelationship

CopyFrom() 보호된 메소드

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

Deserialize() 보호된 메소드

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

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Serialize() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string