C# 클래스 RunningObjects.Core.Controllers.WorkflowBindingParameterValueProvider

상속: IValueProvider
파일 보기 프로젝트 열기: edurdias/RunningObjects

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CollectionContainsPrefix ( IEnumerable collection, string prefix ) : bool
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult

메소드 상세

CollectionContainsPrefix() 공개 정적인 메소드

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

ContainsPrefix() 공개 메소드

public ContainsPrefix ( string prefix ) : bool
prefix string
리턴 bool

GetValue() 공개 메소드

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