• 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 Query

    Inheritance
    System.Object
    Query
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: WebApplication.Framework
    Assembly: WebApplication.dll
    Syntax
    public static class Query

    Properties

    | Improve this Doc View Source

    StudentSubjects

    Obtain the student subjects query string.

    Required query parameters:

    ParameterDescription
    @emailThe student email

    Declaration
    public static string StudentSubjects { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StudentSubjectsTasks

    Obtain the query string that is used to query all the subjects tasks that the student is enrolled in.

    Required query parameters:

    ParameterDescription
    @emailThe student email

    Declaration
    public static string StudentSubjectsTasks { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TeacherGenericTasks

    Obtain all the teacher generic tasks query string.

    Required query parameters:

    ParameterDescription
    @emailThe teacher email

    Declaration
    public static string TeacherGenericTasks { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TeacherSubjects

    Obtain the teacher subjects query string.

    Required query parameters:

    ParameterDescription
    @emailThe teacher email

    Declaration
    public static string TeacherSubjects { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Ferran Tudela