C# Class Habanero.Smooth.ClassDefExtensions

A set of extension methods that can be used to make it easier to add and edit A ClassDef.
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
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

Method Details

AddPropDefs() public static method

Adds a set of IPropDefs to a IClassDef
public static AddPropDefs ( this classDef, IEnumerable propDefs ) : void
classDef this
propDefs IEnumerable
return void

AddRelationshipDefs() public static method

Adds a set of IRelationshipDef to an IClassDef
public static AddRelationshipDefs ( this classDef, IEnumerable relDefs ) : void
classDef this
relDefs IEnumerable
return void