C# Class RunningObjects.Core.Controllers.WorkflowBindingParameterValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: edurdias/RunningObjects

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CollectionContainsPrefix ( IEnumerable collection, string prefix ) : bool
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult

Method Details

CollectionContainsPrefix() public static méthode

public static CollectionContainsPrefix ( IEnumerable collection, string prefix ) : bool
collection IEnumerable
prefix string
Résultat bool

ContainsPrefix() public méthode

public ContainsPrefix ( string prefix ) : bool
prefix string
Résultat bool

GetValue() public méthode

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
Résultat System.Web.Mvc.ValueProviderResult