C# Class NClass.Core.NestingRelationship

Inheritance: TypeRelationship
Datei anzeigen Open project: gbaychev/NClass Class Usage Examples

Private Properties

Property Type Description
NestingRelationship System

Public Methods

Method Description
Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
ToString ( ) : string

Protected Methods

Method Description
OnAttaching ( EventArgs e ) : void
OnDetaching ( EventArgs e ) : void

Private Methods

Method Description
NestingRelationship ( CompositeType parentType, TypeBase innerType ) : System

Method Details

Clone() public method

public Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
parentType CompositeType
innerType TypeBase
return NestingRelationship

OnAttaching() protected method

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

OnDetaching() protected method

protected OnDetaching ( EventArgs e ) : void
e System.EventArgs
return void

ToString() public method

public ToString ( ) : string
return string