Search Results for

    Show / Hide Table of Contents

    Class AgreementSymbolStates

    Defines the different states of a agreement symbol

    Inheritance
    System.Object
    AgreementSymbolStates
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public sealed class AgreementSymbolStates : Enum

    Fields

    Invalid

    State is invalid and should be declared with a red agreement symbol

    Declaration
    public const AgreementSymbolStates Invalid
    Field Value
    Type Description
    AgreementSymbolStates

    Mixed

    The individual agreement states contain both valid and invalid statuses. Should be declared with a yellow agreement symbol.

    Declaration
    public const AgreementSymbolStates Mixed
    Field Value
    Type Description
    AgreementSymbolStates

    NotSet

    State is not set and should be declared with a yellow agreement symbol

    Declaration
    public const AgreementSymbolStates NotSet
    Field Value
    Type Description
    AgreementSymbolStates

    Unknown

    State is unknown

    Declaration
    public const AgreementSymbolStates Unknown
    Field Value
    Type Description
    AgreementSymbolStates

    Valid

    State is valid and should be declared with a green agreement symbol

    Declaration
    public const AgreementSymbolStates Valid
    Field Value
    Type Description
    AgreementSymbolStates

    ValidButSoonInvalid

    State is valid but soon invalid and should be declared with a green agreement symbol with a clock

    Declaration
    public const AgreementSymbolStates ValidButSoonInvalid
    Field Value
    Type Description
    AgreementSymbolStates

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022