Show / Hide Table of Contents

Method Wireup

| Improve this Doc View Source

Wireup(Model)

Declaration
protected override sealed void Wireup(Model model)
Parameters
Type Name Description
Model model
Overrides
ModelAttribute.Wireup(Model)
| Improve this Doc View Source

Wireup(Model, String, ColumnSort[])

Wireup this attribute with the model.

Declaration
protected abstract void Wireup(Model model, string dbName, ColumnSort[] sortOrder)
Parameters
Type Name Description
Model model

The model object.

System.String dbName

The name in the database.

ColumnSort[] sortOrder

The columns of the database index.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest