C# Class Orchard.DisplayManagement.Implementation.DefaultShapeFactory

Inheritance: Orchard.DisplayManagement.Shapes.Composite, IShapeFactory
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

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

public Create ( string shapeType, INamedEnumerable parameters ) : IShape
shapeType string
parameters INamedEnumerable
Résultat IShape

Create() public méthode

public Create ( string shapeType, INamedEnumerable parameters, IEnumerable behaviors ) : IShape
shapeType string
parameters INamedEnumerable
behaviors IEnumerable
Résultat IShape

DefaultShapeFactory() public méthode

public DefaultShapeFactory ( IEnumerable events, Lazy shapeTableLocator ) : System
events IEnumerable
shapeTableLocator Lazy
Résultat System