C# 클래스 Orchard.DisplayManagement.Implementation.DefaultShapeFactory

상속: Orchard.DisplayManagement.Shapes.Composite, IShapeFactory
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
Create ( string shapeType, INamedEnumerable parameters ) : IShape
Create ( string shapeType, INamedEnumerable parameters, IEnumerable behaviors ) : IShape
DefaultShapeFactory ( IEnumerable events, Lazy shapeTableLocator ) : System

메소드 상세

Create() 공개 메소드

public Create ( string shapeType, INamedEnumerable parameters ) : IShape
shapeType string
parameters INamedEnumerable
리턴 IShape

Create() 공개 메소드

public Create ( string shapeType, INamedEnumerable parameters, IEnumerable behaviors ) : IShape
shapeType string
parameters INamedEnumerable
behaviors IEnumerable
리턴 IShape

DefaultShapeFactory() 공개 메소드

public DefaultShapeFactory ( IEnumerable events, Lazy shapeTableLocator ) : System
events IEnumerable
shapeTableLocator Lazy
리턴 System