C# Class Rock.Web.UI.Controls.WorkflowActionTypePicker

Inheritance: ItemPicker
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
SetValue ( Rock.Web.Cache.EntityTypeCache entityType ) : void

Sets the value.

SetValues ( IEnumerable entityTypes ) : void

Sets the values.

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

SetValueOnSelect ( ) : void

Sets the value on select.

SetValuesOnSelect ( ) : void

Sets the values on select.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

SetValue() public méthode

Sets the value.
public SetValue ( Rock.Web.Cache.EntityTypeCache entityType ) : void
entityType Rock.Web.Cache.EntityTypeCache Type of the entity.
Résultat void

SetValueOnSelect() protected méthode

Sets the value on select.
protected SetValueOnSelect ( ) : void
Résultat void

SetValues() public méthode

Sets the values.
public SetValues ( IEnumerable entityTypes ) : void
entityTypes IEnumerable The entity types.
Résultat void

SetValuesOnSelect() protected méthode

Sets the values on select.
protected SetValuesOnSelect ( ) : void
Résultat void