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

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Web.Services.Protocols.WebClientProtocol
    System.Web.Services.Protocols.HttpWebClientProtocol
    System.Web.Services.Protocols.SoapHttpClientProtocol
    SubjectsMeansService
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    System.Web.Services.Protocols.SoapHttpClientProtocol.Discover()
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest(System.Uri)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetReaderForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(System.String, System.Object[])
    System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.SoapVersion
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest)
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest, System.IAsyncResult)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type, System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type[], System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.AllowAutoRedirect
    System.Web.Services.Protocols.HttpWebClientProtocol.CookieContainer
    System.Web.Services.Protocols.HttpWebClientProtocol.ClientCertificates
    System.Web.Services.Protocols.HttpWebClientProtocol.EnableDecompression
    System.Web.Services.Protocols.HttpWebClientProtocol.UserAgent
    System.Web.Services.Protocols.HttpWebClientProtocol.Proxy
    System.Web.Services.Protocols.HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing
    System.Web.Services.Protocols.WebClientProtocol.Abort()
    System.Web.Services.Protocols.WebClientProtocol.GetFromCache(System.Type)
    System.Web.Services.Protocols.WebClientProtocol.AddToCache(System.Type, System.Object)
    System.Web.Services.Protocols.WebClientProtocol.Credentials
    System.Web.Services.Protocols.WebClientProtocol.ConnectionGroupName
    System.Web.Services.Protocols.WebClientProtocol.PreAuthenticate
    System.Web.Services.Protocols.WebClientProtocol.RequestEncoding
    System.Web.Services.Protocols.WebClientProtocol.Timeout
    System.ComponentModel.Component.Dispose()
    System.ComponentModel.Component.Dispose(System.Boolean)
    System.ComponentModel.Component.GetService(System.Type)
    System.ComponentModel.Component.ToString()
    System.ComponentModel.Component.CanRaiseEvents
    System.ComponentModel.Component.Events
    System.ComponentModel.Component.Site
    System.ComponentModel.Component.Container
    System.ComponentModel.Component.DesignMode
    System.ComponentModel.Component.Disposed
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.CreateObjRef(System.Type)
    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.TimeMeanWebService
    Assembly: WebApplication.dll
    Syntax
    [WebServiceBinding(Name = "SubjectsMeansServiceSoap", Namespace = "http://localhost:50253/")]
    public class SubjectsMeansService : SoapHttpClientProtocol, IComponent, IDisposable

    Constructors

    | Improve this Doc View Source

    SubjectsMeansService()

    Declaration
    public SubjectsMeansService()

    Properties

    | Improve this Doc View Source

    Url

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

    UseDefaultCredentials

    Declaration
    public bool UseDefaultCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CancelAsync(Object)

    Declaration
    public void CancelAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    GetAllSubjectsMeans()

    Declaration
    [SoapDocumentMethod("http://localhost:50253/GetAllSubjectsMeans", RequestNamespace = "http://localhost:50253/", ResponseNamespace = "http://localhost:50253/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DataTable GetAllSubjectsMeans()
    Returns
    Type Description
    System.Data.DataTable
    | Improve this Doc View Source

    GetAllSubjectsMeansAsync()

    Declaration
    public void GetAllSubjectsMeansAsync()
    | Improve this Doc View Source

    GetAllSubjectsMeansAsync(Object)

    Declaration
    public void GetAllSubjectsMeansAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    GetSubjectMeans(String)

    Declaration
    [SoapDocumentMethod("http://localhost:50253/GetSubjectMeans", RequestNamespace = "http://localhost:50253/", ResponseNamespace = "http://localhost:50253/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DataTable GetSubjectMeans(string subjectCode)
    Parameters
    Type Name Description
    System.String subjectCode
    Returns
    Type Description
    System.Data.DataTable
    | Improve this Doc View Source

    GetSubjectMeansAsync(String)

    Declaration
    public void GetSubjectMeansAsync(string subjectCode)
    Parameters
    Type Name Description
    System.String subjectCode
    | Improve this Doc View Source

    GetSubjectMeansAsync(String, Object)

    Declaration
    public void GetSubjectMeansAsync(string subjectCode, object userState)
    Parameters
    Type Name Description
    System.String subjectCode
    System.Object userState

    Events

    | Improve this Doc View Source

    GetAllSubjectsMeansCompleted

    Declaration
    public event GetAllSubjectsMeansCompletedEventHandler GetAllSubjectsMeansCompleted
    Event Type
    Type Description
    GetAllSubjectsMeansCompletedEventHandler
    | Improve this Doc View Source

    GetSubjectMeansCompleted

    Declaration
    public event GetSubjectMeansCompletedEventHandler GetSubjectMeansCompleted
    Event Type
    Type Description
    GetSubjectMeansCompletedEventHandler

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Ferran Tudela