public ParameterAttribute(
string paramName,
string label,
string description
)
Public Sub New (
paramName As String,
label As String,
description As String
)
public:
ParameterAttribute(
String^ paramName,
String^ label,
String^ description
)
Gemstone.ComponentModel.DataAnnotations.ParameterAttribute = function(paramName, label, description);
[Missing <param name="paramName"/> documentation for "M:Gemstone.ComponentModel.DataAnnotations.ParameterAttribute.#ctor(System.String,System.String,System.String)"]
[Missing <param name="label"/> documentation for "M:Gemstone.ComponentModel.DataAnnotations.ParameterAttribute.#ctor(System.String,System.String,System.String)"]
[Missing <param name="description"/> documentation for "M:Gemstone.ComponentModel.DataAnnotations.ParameterAttribute.#ctor(System.String,System.String,System.String)"]