C# Class NClass.Core.NestingRelationship

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

Private Properties

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

Méthodes publiques

Méthode Description
Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
ToString ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
NestingRelationship ( CompositeType parentType, TypeBase innerType ) : System

Method Details

Clone() public méthode

public Clone ( CompositeType parentType, TypeBase innerType ) : NestingRelationship
parentType CompositeType
innerType TypeBase
Résultat NestingRelationship

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