 | UrlParameterAttribute Constructor |
Creates a new query parameter attribute
Namespace: RestSrvr.AttributesAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic UrlParameterAttribute(
string name,
Type type,
string description
)
Public Sub New (
name As String,
type As Type,
description As String
)
public:
UrlParameterAttribute(
String^ name,
Type^ type,
String^ description
)
new :
name : string *
type : Type *
description : string -> UrlParameterAttributeParameters
- name String
[Missing <param name="name"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]
- type Type
[Missing <param name="type"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]
- description String
[Missing <param name="description"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]
See Also