바인딩 매개 변수 형식으로 bindingParameterType이 포함된 동작의 컬렉션을 가져옵니다.
네임스페이스: System.Data.Services.Providers
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Function GetServiceActionsByBindingParameterType ( _
operationContext As DataServiceOperationContext, _
bindingParameterType As ResourceType _
) As IEnumerable(Of ServiceAction)
‘사용 방법
Dim instance As IDataServiceActionProvider
Dim operationContext As DataServiceOperationContext
Dim bindingParameterType As ResourceType
Dim returnValue As IEnumerable(Of ServiceAction)
returnValue = instance.GetServiceActionsByBindingParameterType(operationContext, _
bindingParameterType)
IEnumerable<ServiceAction> GetServiceActionsByBindingParameterType(
DataServiceOperationContext operationContext,
ResourceType bindingParameterType
)
IEnumerable<ServiceAction^>^ GetServiceActionsByBindingParameterType(
DataServiceOperationContext^ operationContext,
ResourceType^ bindingParameterType
)
abstract GetServiceActionsByBindingParameterType :
operationContext:DataServiceOperationContext *
bindingParameterType:ResourceType -> IEnumerable<ServiceAction>
function GetServiceActionsByBindingParameterType(
operationContext : DataServiceOperationContext,
bindingParameterType : ResourceType
) : IEnumerable<ServiceAction>
매개 변수
- operationContext
유형: System.Data.Services.DataServiceOperationContext
데이터 서비스 작업 컨텍스트 인스턴스입니다.
- bindingParameterType
유형: System.Data.Services.Providers.ResourceType
해당 바인딩 매개 변수 리소스 형식(ResourceType)의 인스턴스입니다.
반환 값
유형: System.Collections.Generic.IEnumerable<ServiceAction>
바인딩 매개 변수 형식으로 bindingParameterType이 포함된 동작의 목록입니다.