C# 클래스 Habanero.Smooth.ClassDefExtensions

A set of extension methods that can be used to make it easier to add and edit A ClassDef.
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth

공개 메소드들

메소드 설명
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