C# Class Glass.Mapper.Sc.Razor.Web.Ui.PartialControl

PartialControl
Inheritance: TypedControl
Datei anzeigen Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
GetModel ( ) : object

Gets the model.

SetModel ( object model ) : void

Sets the model.

Method Details

GetModel() public method

Gets the model.
public GetModel ( ) : object
return object

SetModel() public method

Sets the model.
public SetModel ( object model ) : void
model object The model.
return void