C# 클래스 NClass.Core.NestingRelationship

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

Private Properties

프로퍼티 타입 설명
NestingRelationship System

공개 메소드들

메소드 설명
Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
NestingRelationship ( CompositeType parentType, TypeBase innerType ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
parentType CompositeType
innerType TypeBase
리턴 NestingRelationship

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