C# Класс NClass.Core.NestingRelationship

Наследование: TypeRelationship
Показать файл Открыть проект Примеры использования класса

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