C# Class RunningObjects.Core.Controllers.WorkflowBindingParameterValueProvider

Inheritance: IValueProvider
ファイルを表示 Open project: edurdias/RunningObjects

Private Properties

Property Type Description

Public Methods

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

Method Details

CollectionContainsPrefix() public static method

public static CollectionContainsPrefix ( IEnumerable collection, string prefix ) : bool
collection IEnumerable
prefix string
return bool

ContainsPrefix() public method

public ContainsPrefix ( string prefix ) : bool
prefix string
return bool

GetValue() public method

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
return System.Web.Mvc.ValueProviderResult