• 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.GenericTasks

    Inheritance
    System.Object
    Query.GenericTasks
    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 GenericTasks

    Properties

    | Improve this Doc View Source

    Insert

    Obtain the generic tasks insert command string.

    Required query parameters:

    ParameterDescription
    @codigoThe task key
    @descripcionA brief description of the task
    @codasigThe subject key
    @hestimadasThe ammount of hours estimation
    @explotacionValue referencing if the task is currently active
    @tipoTareaThe type of the task

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

    Select

    Obtain the generic tasks select command string.

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

    Update

    Obtain the generic tasks update command string.

    Required query parameters:

    ParameterDescription
    @codigoThe task key
    @descripcionA brief description of the task
    @codasigThe subject key
    @hestimadasThe ammount of hours estimation
    @explotacionValue referencing if the task is currently active
    @tipoTareaThe type of the task

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