C# Class Habanero.Smooth.ClassDefExtensions

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

Méthodes publiques

Méthode 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 méthode

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

AddRelationshipDefs() public static méthode

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