Search Results for

    Class ValueValidator

    Inheritance
    object
    ValueValidator
    ValueRange<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.Preferences
    Assembly: RedLoader.dll
    Syntax
    public abstract class ValueValidator

    Constructors

    ValueValidator()

    Declaration
    protected ValueValidator()

    Methods

    EnsureValid(object)

    Declaration
    public abstract object EnsureValid(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    object

    IsValid(object)

    Declaration
    public abstract bool IsValid(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    bool