GenerateBodyParameter
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public static class GenerateBodyParameter
Fields
IfNotDisabled
Generates body DTO parameter only if DisableAutoDtoInBodyParam = false
View Source
Declaration
public const int IfNotDisabled = 0
Always
Always generate body DTO for request
View Source
Declaration
public const int Always = 1
Never
Never generate body DTO for request
View Source
Declaration
public const int Never = 2