Class ParameterModel
Inheritance
System.Object
ParameterModel
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ParameterModel : object
Properties
BindingSourceId
Declaration
public string BindingSourceId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DisplayOrder
Declaration
public int DisplayOrder { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsOptional
Declaration
public bool IsOptional { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods