Skip to content

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 BehaviorRestMethod

BehaviorRestMethodExtensions.GetWireName(BehaviorRestMethod)

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.