C# Class Signum.Web.EntityListCheckbox

Inheritance: EntityListBase
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
CustomizeCheckBox Lite>.Action
CustomizeLabel Lite>.Action

Public Methods

Method Description
EntityListCheckbox ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : Signum.Entities

Protected Methods

Method Description
SetReadOnly ( ) : void

Method Details

EntityListCheckbox() public method

public EntityListCheckbox ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : Signum.Entities
type System.Type
untypedValue object
parent Context
prefix string
propertyRoute PropertyRoute
return Signum.Entities

SetReadOnly() protected method

protected SetReadOnly ( ) : void
return void

Property Details

CustomizeCheckBox public_oe property

public Action> CustomizeCheckBox
return Lite>.Action

CustomizeLabel public_oe property

public Action> CustomizeLabel
return Lite>.Action