C# 클래스 NClass.Core.GeneralizationRelationship

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

Private Properties

프로퍼티 타입 설명
GeneralizationRelationship System

공개 메소드들

메소드 설명
Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
ToString ( ) : string

보호된 메소드들

메소드 설명
OnAttaching ( EventArgs e ) : void
OnDetaching ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GeneralizationRelationship ( CompositeType derivedType, CompositeType baseType ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
derivedType CompositeType
baseType CompositeType
리턴 GeneralizationRelationship

OnAttaching() 보호된 메소드

/// Cannot finalize relationship. ///
protected OnAttaching ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDetaching() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string