Class DataSetViewParameterDescriptor
Inheritance
System.Object
DataSetViewParameterDescriptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: STAIExtensions.Abstractions.Views
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class DataSetViewParameterDescriptor
Constructors
DataSetViewParameterDescriptor()
Declaration
public DataSetViewParameterDescriptor()
DataSetViewParameterDescriptor(String, String, Boolean, String)
Declaration
public DataSetViewParameterDescriptor(string name, string type, bool required, string description = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | type | |
System.Boolean | required | |
System.String | description |
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Required
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |