C# Class NClass.Core.GeneralizationRelationship

Inheritance: TypeRelationship
Show file Open project: gbaychev/NClass Class Usage Examples

Private Properties

Property Type Description
GeneralizationRelationship System

Public Methods

Method Description
Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
GeneralizationRelationship ( CompositeType derivedType, CompositeType baseType ) : System

Method Details

Clone() public method

public Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
derivedType CompositeType
baseType CompositeType
return GeneralizationRelationship

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