EdmOperation 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
EdmOperation(String, String, IEdmTypeReference) |
EdmOperation 클래스의 새 인스턴스를 초기화합니다. |
EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression) |
EdmOperation 클래스의 새 인스턴스를 초기화합니다. |
EdmOperation(String, String, IEdmTypeReference)
EdmOperation 클래스의 새 인스턴스를 초기화합니다.
protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference)
매개 변수
- namespaceName
- String
네임스페이스의 이름입니다.
- name
- String
이름입니다.
- returnType
- IEdmTypeReference
반환 형식입니다.
적용 대상
EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression)
EdmOperation 클래스의 새 인스턴스를 초기화합니다.
protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType, bool isBound, Microsoft.OData.Edm.IEdmPathExpression entitySetPathExpression);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference * bool * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference, isBound As Boolean, entitySetPathExpression As IEdmPathExpression)
매개 변수
- namespaceName
- String
네임스페이스의 이름입니다.
- name
- String
이름입니다.
- returnType
- IEdmTypeReference
반환 형식입니다.
- isBound
- Boolean
[가 바인딩됨]으로 true
설정되면 입니다.
- entitySetPathExpression
- IEdmPathExpression
엔터티 집합 경로 식입니다.