C# Class NClass.Core.GeneralizationRelationship

Inheritance: TypeRelationship
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Private Properties

Свойство Type Description
GeneralizationRelationship System

Méthodes publiques

Méthode Description
Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
ToString ( ) : string

Méthodes protégées

Méthode Description
OnAttaching ( EventArgs e ) : void
OnDetaching ( EventArgs e ) : void

Private Methods

Méthode Description
GeneralizationRelationship ( CompositeType derivedType, CompositeType baseType ) : System

Method Details

Clone() public méthode

public Clone ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship
derivedType CompositeType
baseType CompositeType
Résultat GeneralizationRelationship

OnAttaching() protected méthode

/// Cannot finalize relationship. ///
protected OnAttaching ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDetaching() protected méthode

protected OnDetaching ( EventArgs e ) : void
e System.EventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string