C# Класс Habanero.Smooth.ClassDefExtensions

A set of extension methods that can be used to make it easier to add and edit A ClassDef.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddPropDefs ( this classDef, IEnumerable propDefs ) : void

Adds a set of IPropDefs to a IClassDef

AddRelationshipDefs ( this classDef, IEnumerable relDefs ) : void

Adds a set of IRelationshipDef to an IClassDef

Описание методов

AddPropDefs() публичный статический Метод

Adds a set of IPropDefs to a IClassDef
public static AddPropDefs ( this classDef, IEnumerable propDefs ) : void
classDef this
propDefs IEnumerable
Результат void

AddRelationshipDefs() публичный статический Метод

Adds a set of IRelationshipDef to an IClassDef
public static AddRelationshipDefs ( this classDef, IEnumerable relDefs ) : void
classDef this
relDefs IEnumerable
Результат void