Enum BehaviorRestMethod
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Http.Abstractions
Assembly: Cephalon.Behaviors.Http.dll
Defines the candidate REST verbs supported by behavior-authored REST profile metadata.
[JsonConverter(typeof(JsonStringEnumConverter<BehaviorRestMethod>))]public enum BehaviorRestMethodExtension Methods
Section titled “Extension Methods”BehaviorRestMethodExtensions.GetWireName(BehaviorRestMethod)
Fields
Section titled “Fields”Delete = 5
Indicates a candidate DELETE projection.
Get = 1
Indicates a candidate GET projection.
Patch = 4
Indicates a candidate PATCH projection.
Post = 2
Indicates a candidate POST projection.
Put = 3
Indicates a candidate PUT projection.
Unspecified = 0
No REST verb has been selected.