Class Config.ValidatorInteger
User value validator for range max >= UserValue >= min
Inheritance
System.Object
Config.ValidatorInteger
Implements
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)
Namespace: FixAntenna.FixEngine.Configuration
Assembly: FixAntenna.Configuration.dll
Syntax
public class ValidatorInteger : Config.IValidator
Constructors
ValidatorInteger(Int32, Int32)
Declaration
public ValidatorInteger(int min, int max)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | min | |
System.Int32 | max |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Valid(String)
Declaration
public virtual bool Valid(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.Boolean |