Class ParameterDefinition
Contains the definition of an action parameter
Inheritance
System.Object
ParameterDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.WebApi2
Assembly: Simplic.CXUI.WebApi2.dll
Syntax
public class ParameterDefinition
Properties
| Improve this Doc View SourceName
Gets or sets the name of the parameter
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the parameter
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the default value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |