• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • DataBaseAccess
      • DataBaseAccess
        • DataAccessService
        • IDataAccessService
        • QueryResult
      • DataBaseAccess.Extensions
        • DataReaderExtension
    • EmailLib
      • EmailLib
        • EmailService
        • SmtpServerConfig
    • WebApplication
      • WebApplication
        • _Default
        • About
        • Account
        • Account.ActiveNav
        • AppConfig
        • AppConfig.Json
        • AppConfig.SmtpServer
        • AppConfig.WebSite
        • AppConfig.Xml
        • BundleConfig
        • CambiarPassword
        • Confirmar
        • Contact
        • EmailSent
        • Global
        • Inicio
        • RedirectPage
        • Registro
        • RouteConfig
        • ScriptResource
        • Site_Mobile
        • SiteMaster
        • ViewSwitcher
        • WebAlertNotification
      • WebApplication.ComprobarMatriculaService
        • comprobarCompletedEventArgs
        • comprobarCompletedEventHandler
        • Matriculas
      • WebApplication.CustomControls
        • ConnectedUsers
        • WebNotification
      • WebApplication.Framework
        • AlertLevel
        • AppSecurity
        • ConnectedUsersTrack
        • NotificationData
        • ParametizedUrl
        • Query
        • Query.GenericTasks
        • UserRole
        • UserType
      • WebApplication.Framework.Extensions
        • AttributeCollectionExtension
        • DictionaryExtension
      • WebApplication.TimeMeanWebService
        • GetAllSubjectsMeansCompletedEventArgs
        • GetAllSubjectsMeansCompletedEventHandler
        • GetSubjectMeansCompletedEventArgs
        • GetSubjectMeansCompletedEventHandler
        • SubjectsMeansService
      • WebApplication.UserPages
        • Coordinador
        • ExportarTareas
        • ImportarTareasDataSet
        • ImportarTareasXmlDocument
        • InsertarTarea
        • InstanciarTarea
        • Student
        • StudentHome
        • StudentMenu
        • TareasAlumno
        • TareasProfesor
        • Teacher
        • TeacherHome
        • TeacherMenu
      • WebApplication.Utils
        • JsonFile
        • UrlUtils

    Class AlertLevel

    Class to act like an enum, that holds different values. This class specifies the alert level.

    Inheritance
    System.Object
    AlertLevel
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: WebApplication.Framework
    Assembly: WebApplication.dll
    Syntax
    [Serializable]
    public sealed class AlertLevel

    Fields

    | Improve this Doc View Source

    Danger

    Declaration
    public static readonly AlertLevel Danger
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Dark

    Declaration
    public static readonly AlertLevel Dark
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Info

    Declaration
    public static readonly AlertLevel Info
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Light

    Declaration
    public static readonly AlertLevel Light
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    None

    Declaration
    public static readonly AlertLevel None
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Primary

    Declaration
    public static readonly AlertLevel Primary
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Secondary

    Declaration
    public static readonly AlertLevel Secondary
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Success

    Declaration
    public static readonly AlertLevel Success
    Field Value
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Warning

    Declaration
    public static readonly AlertLevel Warning
    Field Value
    Type Description
    AlertLevel

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    Equals(AlertLevel)

    Declaration
    public bool Equals(AlertLevel other)
    Parameters
    Type Name Description
    AlertLevel other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Operators

    | Improve this Doc View Source

    Equality(AlertLevel, AlertLevel)

    Declaration
    public static bool operator ==(AlertLevel a, AlertLevel b)
    Parameters
    Type Name Description
    AlertLevel a
    AlertLevel b
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Explicit(String to AlertLevel)

    Declaration
    public static explicit operator AlertLevel(string str)
    Parameters
    Type Name Description
    System.String str
    Returns
    Type Description
    AlertLevel
    | Improve this Doc View Source

    Inequality(AlertLevel, AlertLevel)

    Declaration
    public static bool operator !=(AlertLevel a, AlertLevel b)
    Parameters
    Type Name Description
    AlertLevel a
    AlertLevel b
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Ferran Tudela