C# Class Orchard.DisplayManagement.Implementation.DefaultShapeFactory

Inheritance: Orchard.DisplayManagement.Shapes.Composite, IShapeFactory
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
Create ( string shapeType, INamedEnumerable parameters ) : IShape
Create ( string shapeType, INamedEnumerable parameters, IEnumerable behaviors ) : IShape
DefaultShapeFactory ( IEnumerable events, Lazy shapeTableLocator ) : System

Method Details

Create() public method

public Create ( string shapeType, INamedEnumerable parameters ) : IShape
shapeType string
parameters INamedEnumerable
return IShape

Create() public method

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

DefaultShapeFactory() public method

public DefaultShapeFactory ( IEnumerable events, Lazy shapeTableLocator ) : System
events IEnumerable
shapeTableLocator Lazy
return System