ODataUtils.SetHttpMethod 方法
將 annotatable 的 HttpMethod 註釋設定為 httpMethod。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Sub SetHttpMethod ( _
model As IEdmModel, _
annotatable As IEdmElement, _
httpMethod As String _
)
'用途
Dim model As IEdmModel
Dim annotatable As IEdmElement
Dim httpMethod As String
model.SetHttpMethod(annotatable, _
httpMethod)
public static void SetHttpMethod(
this IEdmModel model,
IEdmElement annotatable,
string httpMethod
)
[ExtensionAttribute]
public:
static void SetHttpMethod(
IEdmModel^ model,
IEdmElement^ annotatable,
String^ httpMethod
)
static member SetHttpMethod :
model:IEdmModel *
annotatable:IEdmElement *
httpMethod:string -> unit
public static function SetHttpMethod(
model : IEdmModel,
annotatable : IEdmElement,
httpMethod : String
)
參數
- model
型別:Microsoft.Data.Edm.IEdmModel
包含註釋的 IEdmModel。
- annotatable
型別:Microsoft.Data.Edm.IEdmElement
要修改的 IEdmElement。
- httpMethod
型別:System.String
要設定為註釋值的 HttpMethod 值,如果為 null 則移除現有註釋。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmModel 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。
備註
只有在序列化用途的服務作業上,才會支援 HttpMethod 註釋。