Class StepSettings
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
StepSettings 配置类
public class StepSettings
- Inheritance
-
StepSettings
- Inherited Members
- Extension Methods
Constructors
StepSettings()
public StepSettings()
Properties
Decimal
获得/设置 decimal 数据类型步长 默认 null 未设置
public decimal? Decimal { get; set; }
Property Value
Double
获得/设置 double 数据类型步长 默认 null 未设置
public double? Double { get; set; }
Property Value
Float
获得/设置 float 数据类型步长 默认 null 未设置
public float? Float { get; set; }
Property Value
Int
获得/设置 int 数据类型步长 默认 null 未设置
public int? Int { get; set; }
Property Value
- int?
Long
获得/设置 long 数据类型步长 默认 null 未设置
public int? Long { get; set; }
Property Value
- int?
Short
获得/设置 short 数据类型步长 默认 null 未设置
public int? Short { get; set; }
Property Value
- int?
Methods
GetStep(Type)
获得步长字符串
public string? GetStep(Type type)
Parameters
type
Type