%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/
Upload File :
Create Path :
Current File : //mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/Tix.DomainServices.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Tix.DomainServices</name>
    </assembly>
    <members>
        <member name="T:Tix.DomainServices.AntiForgeryTokenAttribute">
            <summary>
            Anti Forgery Token Attribute.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.AntiForgeryTokenAttribute.ValidateRequestHeader">
            <summary>
            Validate request header method.
            </summary>
            <exception cref="T:System.Web.Mvc.HttpAntiForgeryException">Thrown when the anti-forgery check fails.</exception>
        </member>
        <member name="T:Tix.DomainServices.CacheByRevisionEtagAttribute">
            <summary>The cache by revision etag attribute.</summary>
        </member>
        <member name="F:Tix.DomainServices.CacheByRevisionEtagAttribute.Logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.CacheByRevisionEtagAttribute.HandleCacheETag(System.String)">
            <summary>Handles the cache e tag.</summary>
            <param name="postfix">The postfix.</param>
            <returns>True, if the response is still in sync with the cache; false otherwise.</returns>
        </member>
        <member name="T:Tix.DomainServices.LdapAuthentication.ITipsLdapAuthenticationClient">
            <summary>
            The ITipsLdapAuthenticationClient interface.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.ITipsLdapAuthenticationClient.AuthenticateCredentials(System.String,System.String)">
            <summary>
            Authenticates the specified username.
            </summary>
            <param name="username">The username.</param>
            <param name="password">The password.</param>
            <returns><see cref="T:System.Boolean"/></returns>
        </member>
        <member name="T:Tix.DomainServices.LdapAuthentication.LdapConnectionData">
            <summary>
            The LdapConnectionData class.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.Host">
            <summary>
            Gets or sets the host.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.Port">
            <summary>
            Gets or sets the port.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.ContainerSearchRoot">
            <summary>
            Gets or sets the container search root.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.ServiceUserName">
            <summary>
            Gets or sets the name of the service user.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.ServiceUserPassword">
            <summary>
            Gets or sets the service user password.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.DefaultContextType">
            <summary>
            Gets the default type of the context.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.LdapConnectionData.DefaultContextOptions">
            <summary>
            Gets the default context options.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient">
            <summary>
            The tips ldap authentication class.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.Logger">
            <summary>
            The logger
            </summary>
        </member>
        <member name="F:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.DefaultConnectionData">
            <summary>
            The default connection data
            </summary>
        </member>
        <member name="F:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.IsDisabled">
            <summary>
            The is disabled
            </summary>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient"/> class.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
        </member>
        <member name="P:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.UserSpecificConnectionData">
            <summary>
            Gets the user specific connection data.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.Get(System.String)">
            <summary>
            Gets the specified connection string.
            </summary>
            <param name="connectionString">The connection string.</param>
            <returns><see cref="T:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient" /></returns>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.AuthenticateCredentials(System.String,System.String)">
            <summary>
            Authenticates the specified username.
            </summary>
            <param name="username">The username.</param>
            <param name="password">The password.</param>
            <returns><see cref="T:System.Boolean"/></returns>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.CreatePrincipalContext(Tix.DomainServices.LdapAuthentication.LdapConnectionData,System.String,System.String)">
            <summary>
            Creates the principal context.
            </summary>
            <param name="connectionData">The connection data.</param>
            <param name="username">The username.</param>
            <param name="password">The password.</param>
            <returns><see cref="T:System.DirectoryServices.AccountManagement.PrincipalContext" /></returns>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.TryParseConnectionString(System.String,Tix.DomainServices.LdapAuthentication.LdapConnectionData@)">
            <summary>
            Parses the connection string.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectionData">The connection data.</param>
            <returns><see cref="T:System.Boolean" /></returns>
        </member>
        <member name="M:Tix.DomainServices.LdapAuthentication.TipsLdapAuthenticationClient.LogError(System.String,System.Exception)">
            <summary>
            Logs the error.
            </summary>
            <param name="customErrorMessage">The custom error message.</param>
            <param name="ex">The ex.</param>
        </member>
        <member name="T:Tix.DomainServices.PreWarmCache">
            <summary>
            Preloads the cache.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.PreWarmCache.Preload(System.String[])">
            <summary>Pre-load logic executed on warm up.</summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.SerializationStatistics">
            <summary>
            Structure for serializing the field statistics
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.SerializationStatistics.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.SerializationStatistics"/> class.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.SerializationStatistics.Fields">
            <summary>Gets the field statistics.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.SerializationStatistics.Colors">
            <summary>Gets the color statistics.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.SerializationStatistics.Icons">
            <summary>Gets the icon statistics.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.SerializationStatistics.FillStatistics(Tix.DomainServices.ServiceHosting.CustomSerializationInfo,System.String)">
            <summary>
            Fills the statistics into a flat list.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="prefix">The prefix for the current level.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.SerializationStatistics.Statistic">
            <summary>
            Statistics for field serialization
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.SerializationStatistics.Statistic.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.SerializationStatistics.Statistic"/> class.
            </summary>
            <param name="key">The key name.</param>
            <param name="timeMs">The time in milliseconds.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.SerializationStatistics.Statistic.Key">
            <summary>Gets the field name.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.SerializationStatistics.Statistic.Time">
            <summary>Gets the time in milliseconds.</summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory">
            <summary>
            Represents a SOAP w/ XML encoding endpoint factory for <see cref="T:OpenRiaServices.DomainServices.Server.DomainService"/>s.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.WsHttpName">
            <summary>
            Gets the name of the basic HTTP.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateEndpoints(OpenRiaServices.DomainServices.Server.DomainServiceDescription,OpenRiaServices.DomainServices.Hosting.DomainServiceHost)">
            <summary>Creates endpoints based on the specified description.</summary>
            <param name="description">The <see cref="T:OpenRiaServices.DomainServices.Server.DomainServiceDescription"/> of the <see cref="T:OpenRiaServices.DomainServices.Server.DomainService"/> to create the endpoints for.</param>
            <param name="serviceHost">The service host for which the endpoints will be created.</param>
            <returns>The endpoints that were created.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateWsHttpEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateBasicHttpEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateSecureBasicHttpEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateSecureWsHttpEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.CreateContract(OpenRiaServices.DomainServices.Server.DomainServiceDescription)">
            <summary>Creates a contract from the specified description.</summary>
            <param name="description">The description to create a contract from.</param>
            <returns>A <see cref="T:System.ServiceModel.Description.ContractDescription"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixSoapEndpointFactory.UpdateOperations(System.ServiceModel.Description.ContractDescription)">
            <summary>Updates the operations.</summary>
            <param name="contractDesc">The contract desc.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory">
            <summary>
            The tips json endpoint factory.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.TransmitMetadataConfigEntry">
            <summary>
            The transmit metadata key.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.UseCamelCaseConfigEntry">
            <summary>
            The use camel case key.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.WrappedConfigEntry">
            <summary>
            The use camel case key.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.IsClassicJson2Endpoint">
            <summary>
            Gets a value indicating whether this instance is classic json2 endpoint.
            Should do proper GET/POST mapping and wrapped messages
            </summary>
            <value>
            <c>true</c> if this instance is classic json2 endpoint; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.CreateEndpoints(OpenRiaServices.DomainServices.Server.DomainServiceDescription,OpenRiaServices.DomainServices.Hosting.DomainServiceHost)">
            <summary>Creates endpoints based on the specified description.</summary>
            <param name="description">The <see cref="T:OpenRiaServices.DomainServices.Server.DomainServiceDescription"/> of the <see cref="T:OpenRiaServices.DomainServices.Server.DomainService"/> to create the endpoints for.</param>
            <param name="serviceHost">The service host for which the endpoints will be created.</param>
            <returns>The endpoints that were created.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.CreateEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.CreateContract(OpenRiaServices.DomainServices.Server.DomainServiceDescription)">
            <summary>Creates a contract from the specified description.</summary>
            <param name="description">The description to create a contract from.</param>
            <returns>A <see cref="T:System.ServiceModel.Description.ContractDescription"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.UpdateOperationsToUsePOST(System.ServiceModel.Description.ContractDescription)">
            <summary>Updates the operations.</summary>
            <param name="contractDesc">The contract desc.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.TipsRawContentTypeMapper">
            <summary>
            The content mapper.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixJsonEndpointFactory.TipsRawContentTypeMapper.GetMessageFormatForContentType(System.String)">
            <summary>When overridden in a derived class, returns the message format used for a specified content type.</summary>
            <param name="contentType">The content type that indicates the MIME type of data to be interpreted.</param>
            <returns>The <see cref="T:System.ServiceModel.Channels.WebContentFormat"/> that specifies the format to which the message content type is mapped.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TixDomainServicesSection">
            <summary>
            The tips domain services section.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServicesSection.InitializeDefault">
            <summary>
            Used to initialize a default set of values for the <see cref="T:System.Configuration.ConfigurationElement" /> object.
            </summary>
            <remarks>
            Registers the default endpoints as well.
            </remarks>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule">
            <summary>
            The domain service http module.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.Logger">
            <summary>The logger for this class</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.System#Web#IHttpModule#Dispose">
            <summary>
            Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule"/>.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)">
            <summary>Initializes the specified application.</summary>
            <param name="application">The application.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.ApplicationBeginRequest(System.Object,System.EventArgs)">
            <summary>Event handler for BeginRequest.</summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.ApplicationOnAuthenticateRequest(System.Object,System.EventArgs)">
            <summary>Event handler for AuthenticateRequest.</summary>
            <param name="sender">The sender.</param>
            <param name="eventArgs">The event args.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TixDomainServiceHttpModule.ApplicationOnEndRequest(System.Object,System.EventArgs)">
            <summary>Event handler for EndRequest.</summary>
            <param name="sender">The sender.</param>
            <param name="eventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.BasicAuthenticationHelper">
            <summary>The basic authentication helper.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.BasicAuthenticationHelper.IsAuthenticatedViaBasicAuthenticationHeader">
            <summary>
            The is authenticated via basic authentication header.
            </summary>
            <returns>True if authenticated via authentication header; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.BasicAuthenticationHelper.GetAuthenticationHeaderString">
            <summary>
            Gets the authentication header string.
            </summary>
            <returns>The authentication header.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.CustomSerializationInfo">
            <summary>The custom serialization info.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.CustomSerializationInfo"/> class.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.AggregateInfos">
            <summary>Gets the properties to generate.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.PropertiesToGenerate">
            <summary>Gets the properties to generate.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.NeededColorBindings">
            <summary>Gets data bindings of the columns.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.NeededIconCodes">
            <summary>Gets the needed color codes.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.GenerateStatistics">
            <summary>Gets or sets a value indicating whether to generate statistics.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.GetOrCreateAggregateInfo(System.String)">
            <summary>Gets the or create aggregate information.</summary>
            <param name="subProperty">The sub property.</param>
            <returns>The serialization info for the sub property.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.CustomSerializationInfo.GetStatistics">
            <summary>Gets the statistics.</summary>
            <returns>The statistics.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.EndpointHelpers">
            <summary>The endpoint helpers.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.EndpointHelpers.AddEntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate(System.Collections.Generic.IEnumerable{System.ServiceModel.Description.ServiceEndpoint},System.Boolean)">
            <summary>The add entity framework proxy compatible domain service serialization surrogate.</summary>
            <param name="createdEndpoints">The created endpoints.</param>
            <param name="isSoap">if set to <c>true</c> [is SOAP].</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper">
            <summary>
            Helper for accept-fields/accept-gridcode handling
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.GetAcceptsFromHttpHeaders(System.ServiceModel.Channels.Message,Tix.DomainServices.ServiceHosting.CustomSerializationInfo@)">
            <summary>Gets the accepts from HTTP headers.</summary>
            <param name="request">The request.</param>
            <param name="serializationInfo">The properties to generate.</param>
            <returns>True, if one of the headers is set; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.GetAcceptsFromHttpRequestHeaders(System.Web.HttpRequest,Tix.DomainServices.ServiceHosting.CustomSerializationInfo@)">
            <summary>Gets the accepts from HTTP headers.</summary>
            <param name="request">The request.</param>
            <param name="serializationInfo">The properties to generate.</param>
            <returns>True, if one of the headers is set; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.GetAcceptsFromHttpHeaderValues(System.String,System.String,System.String,System.String,System.Boolean,Tix.DomainServices.ServiceHosting.CustomSerializationInfo@)">
            <summary>Gets the accepts from HTTP headers.</summary>
            <param name="fields">The field codes.</param>
            <param name="grids">The grid codes.</param>
            <param name="dataAreas">The data area codes.</param>
            <param name="apis">The api codes.</param>
            <param name="generateStatistics">Indicates whether to collect timings or not.</param>
            <param name="serializationInfo">The properties to generate.</param>
            <returns>True, if one of the headers is set; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.CollectPropertiesFromAcceptGrids(System.String,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Collects the properties from accept grids.</summary>
            <param name="acceptGrids">The accept grids value.</param>
            <param name="serializationInfo">The properties to generate.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.CollectPropertiesFromAcceptDataAreas(System.String,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Collects the properties from accept grids.</summary>
            <param name="dataAreas">The accept dataAreas value.</param>
            <param name="serializationInfo">The properties to generate.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.CollectPropertiesFromAcceptApis(System.String,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Collects the properties from accept API's.</summary>
            <param name="apis">The API's.</param>
            <param name="serializationInfo">The serialization information.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.CollectPropertiesFromAcceptFields(System.String,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Collects the properties from accept fields.</summary>
            <param name="acceptFields">The accept fields value.</param>
            <param name="serializationInfo">The properties to generate.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.GetAcceptsFromHttpRequestMessageHeaders(System.ServiceModel.Channels.HttpRequestMessageProperty,System.String)">
            <summary>Gets the accept headers for the given postfix.</summary>
            <param name="prop">The request properties.</param>
            <param name="postfix">The postfix.</param>
            <returns>The combined fields.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.GetAcceptsFromHttpRequestHeaders(System.Web.HttpRequest,System.String)">
            <summary>Gets the accept headers for the given postfix.</summary>
            <param name="request">The http request.</param>
            <param name="postfix">The postfix.</param>
            <returns>The combined fields.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.AcceptFieldsGridCodeHelper.ResolveCode(Tix.DomainServices.ServiceHosting.CustomSerializationInfo,System.String,Tix.DomainServices.ServiceHosting.CustomSerializationInfo@)">
            <summary>Resolves the grid code.</summary>
            <param name="serializationInfo">The serialization information.</param>
            <param name="gridCode">The grid code.</param>
            <param name="resolvedSerializationInfo">The resolved serialization information.</param>
            <returns>The code.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder">
            <summary>The custom json builder.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.writer">
            <summary>The text writer.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.serializer">
            <summary>The serializer.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.rootSerializationInfo">
            <summary>The serialization info.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.trackTimings">
            <summary>Indicates whether to track timings for the properties.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.#ctor(Tix.DomainServices.ServiceHosting.CustomSerializationInfo,Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonSerializer)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder"/> class.</summary>
            <param name="serializationInfo">The serialization info.</param>
            <param name="writer">The JsonWriter.</param>
            <param name="serializer">The serializer.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.SerializeNeededData(System.Object)">
            <summary>Serializes the needed data.</summary>
            <param name="data">The data object.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.SerializeObject(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo,Tix.Core.Business.PresentationMetadataBatch,System.Collections.Generic.IEnumerable{Tix.Core.Business.CustomFields.FieldSerializationInfo})">
            <summary>
            Serializes the object.
            </summary>
            <param name="data">The data.</param>
            <param name="serializationInfo">The serialization information.</param>
            <param name="collectionMetadata">The collection metadata.</param>
            <param name="collectionFieldInfo">The collection field info.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.WriteFilteredObjectArray(System.Collections.Generic.IEnumerable{System.Object},Tix.DomainServices.ServiceHosting.CustomSerializationInfo,Tix.Core.Business.PresentationMetadataBatch,System.Collections.Generic.IEnumerable{Tix.Core.Business.CustomFields.FieldSerializationInfo})">
            <summary>
            Writes the filtered object array.
            </summary>
            <param name="list">The list.</param>
            <param name="serializationInfo">The serialization information.</param>
            <param name="collectionMetadata">The collection metadata.</param>
            <param name="collectionFieldInfo">The collection field info.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.WriteFilteredSingleObject(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo,Tix.Core.Business.PresentationMetadataBatch,System.Collections.Generic.IEnumerable{Tix.Core.Business.CustomFields.FieldSerializationInfo})">
            <summary>Writes the filtered object.</summary>
            <param name="item">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
            <param name="collectionMetadata">The collection metadata (can be null).</param>
            <param name="collectionFieldInfo">The collection field info.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.WriteChildData(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo,System.Object[],Tix.Core.Business.PresentationMetadataBatch,System.Collections.Generic.IEnumerable{Tix.Core.Business.CustomFields.FieldSerializationInfo})">
            <summary>
            Writes the child data for recursive entities
            </summary>
            <param name="item">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
            <param name="recursive">The recursive.</param>
            <param name="collectionMetadata">The collection metadata.</param>
            <param name="collectionFieldInfo">The collection field info.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.SerializeAggregates(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Serializes the aggregates.</summary>
            <param name="item">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.PrepareCollectionProperties(System.Collections.Generic.IReadOnlyCollection{System.Object},Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>
            Prepares the collection properties for batch processing
            </summary>
            <param name="list">list of entities</param>
            <param name="serializationInfo">serialization info of given context</param>
            <returns>The resolved batch serialization info.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.PrepareCollectionMetadata(System.Collections.Generic.List{System.Object},Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Serializes the meta data.</summary>
            <param name="items">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
            <returns>The resolved batch metadata.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.FlattenRecursiveEntities(System.Collections.Generic.List{System.Object})">
            <summary>
            Flattens the recursive entities.
            </summary>
            <param name="items">The items.</param>
            <returns>the flattened recursive entities</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.SerializeMetadata(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo,Tix.Core.Business.PresentationMetadataBatch)">
            <summary>Serializes the meta data.</summary>
            <param name="item">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
            <param name="collectionMetadata">The collection metadata (can be null).</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.SerializeProperties(System.Object,Tix.DomainServices.ServiceHosting.CustomSerializationInfo)">
            <summary>Serializes the properties.</summary>
            <param name="item">The item.</param>
            <param name="serializationInfo">The serialization information.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.HandleWorkflowResult(Tix.Runtime.ServiceCall.ServiceResponseBase)">
            <summary>Handles the work flow result.</summary>
            <param name="serviceResponse">The service response.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.WriteServiceResponseBaseProperties(Tix.Runtime.ServiceCall.ServiceResponseBase)">
            <summary>Writes the service response base properties.</summary>
            <param name="sr">The service response.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.ServiceBaseContractResolver">
            <summary>
            Special contract resolver that ignores the work flow output property.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.CustomJsonResultBuilder.ServiceBaseContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
            <summary>Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>. Will ignore "WorkflowOutput".</summary>
            <param name="type">The type to create properties for.</param>
            <param name="memberSerialization">The member serialization mode for the type.</param>
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.IQueryOperationSettings">
            <summary>
                The QueryOperationSettings interface.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Json.IQueryOperationSettings.HasSideEffects">
            <summary>
                Gets a value indicating whether has side effects.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior">
            <summary>
                The tips domain service web http behavior. Copied from RIA Services code.
            Unfortunately DomainServiceWebHttpBehavior is internal and there is no way to "plug in" a different "ReplyDispatchFormatter".
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.UseSimpleWrappedResultName">
            <summary>
            Gets or sets a value indicating whether to use simple wrapped result name.
            </summary>
            <value>
            <c>true</c> if teh result name should be simply "result"; otherwise, <c>false</c> (use [operationName]Result).
            </value>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.UseCamelCase">
            <summary>
            Gets or sets a value indicating whether to format properties in camelCase starting with lowercase properties.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.GetQueryStringConverter(System.ServiceModel.Description.OperationDescription)">
            <summary>Gets the query string converter.</summary>
            <param name="operationDescription">The service operation.</param>
            <returns>A <see cref="T:System.ServiceModel.Dispatcher.QueryStringConverter"/> instance.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.AddServerErrorHandlers(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
            <summary>Override this method to change the way errors that occur on the service are handled.</summary>
            <param name="endpoint">The service endpoint.</param>
            <param name="endpointDispatcher">The endpoint dispatcher.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.GetRequestDispatchFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
            <summary>Gets the request formatter on the service for the given service operation and service endpoint.</summary>
            <param name="operationDescription">The service operation.</param>
            <param name="endpoint">The service endpoint.</param>
            <returns>An <see cref="T:System.ServiceModel.Dispatcher.IDispatchMessageFormatter"/> reference to the request formatter on the service for the specified operation and endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonDomainServiceWebHttpBehavior.GetReplyDispatchFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
            <summary>Gets the reply formatter on the service for the specified endpoint and service operation.</summary>
            <param name="operationDescription">The service operation.</param>
            <param name="endpoint">The service endpoint.</param>
            <returns>An <see cref="T:System.ServiceModel.Dispatcher.IDispatchMessageFormatter"/> reference to the reply formatter on the service for the specified operation and endpoint.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler">
            <summary>
                The web http error handler.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler.format">
            <summary>The format.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler.#ctor(System.Boolean)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler"/> class.</summary>
            <param name="useCamelCase">if set to <c>true</c>, use camel case for json encoding.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler.HandleError(System.Exception)">
            <summary>Enables error-related processing and returns a value that indicates whether the dispatcher
            aborts the session and the instance context in certain cases.</summary>
            <param name="error">The exception thrown during processing.</param>
            <returns>true if Windows Communication Foundation (WCF) should not abort the session (if there is one)
            and instance context if the instance context is not <see cref="F:System.ServiceModel.InstanceContextMode.Single"/>;
            otherwise, false. The default is false.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonErrorHandler.ProvideFault(System.Exception,System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.Message@)">
            <summary>Enables the creation of a custom <see cref="T:System.ServiceModel.FaultException`1"/> that is returned from an exception in the course of a service method.</summary>
            <param name="error">The <see cref="T:System.Exception"/> object thrown in the course of the service operation.</param>
            <param name="version">The SOAP version of the message.</param>
            <param name="fault">The <see cref="T:System.ServiceModel.Channels.Message"/> object that is returned to the client, or service, in the duplex case.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonQueryStringConverter">
            <summary>
                The web http query string converter.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonQueryStringConverter.CanConvert(System.Type)">
            <summary>The can convert.</summary>
            <param name="type">The type.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonQueryStringConverter.ConvertStringToValue(System.String,System.Type)">
            <summary>Converts the parameter string to a value of parameterType.</summary>
            <param name="parameter">The parameter.</param>
            <param name="parameterType">The parameter type.</param>
            <returns>The <see cref="T:System.Object"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.WebHttpJsonQueryStringConverter.ConvertValueToString(System.Object,System.Type)">
            <summary>Converts the value to a json string.</summary>
            <param name="parameter">The parameter.</param>
            <param name="parameterType">The parameter type.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter">
            <summary>
            The customized json message formatter, supports "Accept-Fields" header to limit transferred properties
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.UTF8NoBomEncoding">
            <summary>The utf8 encoding without BOM.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.operation">
            <summary>The operation information.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.parameterNames">
            <summary>The parameter names.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.useCamelCase">
            <summary>Use camel casing for json?</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.useSimpleWrappedResultName">
            <summary>If set to <c>true</c>, the wrapped result name will be "result" otherwise it will be [operationName]Result.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.defaultBodyStyle">
            <summary>The default body style.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.baseRequestFormatter">
            <summary>The base formatter. Used for query parameter deserialization.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.#ctor(System.ServiceModel.Description.OperationDescription,System.Boolean,System.Boolean,System.Boolean,System.ServiceModel.Web.WebMessageBodyStyle,System.ServiceModel.Dispatcher.IDispatchMessageFormatter)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter"/> class.</summary>
            <param name="operation">The operation.</param>
            <param name="isRequest">if set to <c>true</c>, it is for a request; otherwise for a response.</param>
            <param name="useCamelCase">if set to <c>true</c>, format json properties with camel case.</param>
            <param name="useSimpleWrappedResultName">if set to <c>true</c>, the wrapped result name will be "result" otherwise it will be [operationName]Result.</param>
            <param name="defaultBodyStyle">The default body style.</param>
            <param name="baseRequestFormatter">The base Request Formatter.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.DeserializeRequest(System.ServiceModel.Channels.Message,System.Object[])">
            <summary>Deserializes a message into an array of parameters.</summary>
            <param name="message">The incoming message.</param>
            <param name="parameters">The array of objects that are passed to the operation as parameters.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Json.TixJsonMessageFormatter.SerializeReply(System.ServiceModel.Channels.MessageVersion,System.Object[],System.Object)">
            <summary>Serializes a reply message from a specified message version, an array of parameters, and a return value.</summary>
            <param name="messageVersion">The SOAP message version.</param>
            <param name="parameters">The array of out parameters.</param>
            <param name="result">The return value.</param>
            <returns>The serialized reply <see cref="T:System.ServiceModel.Channels.Message"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate">
            <summary>
            Wraps the domain service serialiation surrogate to add support for Entity Framework proxies
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.EntityFrameworkTypeMappingDictionary">
            <summary>The ef type mapping dictionary.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.innerSurrogate">
            <summary>The wrapped data contract surrogate</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.innerSurrogateDescriptionField">
            <summary>The private field "description" in the inner surrogate.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.innerSurrogateExposedTypeToSurrogateMapField">
            <summary>The private field "exposedTypeToSurrogateMap" in the inner surrogate.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.isSoap">
            <summary>Determines if used for soap.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.#ctor(System.Runtime.Serialization.IDataContractSurrogate,System.Boolean)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate"/> class.</summary>
            <param name="innerSurrogate">The surrogate to wrap.</param>
            <param name="isSoap">if set to <c>true</c> [is SOAP].</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetCustomDataToExport(System.Type,System.Type)">
            <summary>The get custom data to export.</summary>
            <param name="clrType">The clr type.</param>
            <param name="dataContractType">The data contract type.</param>
            <returns>The <see cref="T:System.Object"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetCustomDataToExport(System.Reflection.MemberInfo,System.Type)">
            <summary>During schema export operations, inserts annotations into the schema for non-null return values.</summary>
            <param name="memberInfo">A <see cref="T:System.Reflection.MemberInfo"/> that describes the member.</param>
            <param name="dataContractType">A <see cref="T:System.Type"/>.</param>
            <returns>An object that represents the annotation to be inserted into the XML schema definition.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetDataContractType(System.Type)">
            <summary>During serialization, deserialization, and schema import and export, returns a data contract type that substitutes the specified type.</summary>
            <param name="type">The CLR type <see cref="T:System.Type"/> to substitute.</param>
            <returns>The <see cref="T:System.Type"/> to substitute for the <paramref name="type"/> value. This type must be serializable by the <see cref="T:System.Runtime.Serialization.DataContractSerializer"/>. For example, it must be marked with the <see cref="T:System.Runtime.Serialization.DataContractAttribute"/> attribute or other mechanisms that the serializer recognizes.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetDeserializedObject(System.Object,System.Type)">
            <summary>During deserialization, returns an object that is a substitute for the specified object.</summary>
            <param name="obj">The deserialized object to be substituted.</param>
            <param name="targetType">The <see cref="T:System.Type"/> that the substituted object should be assigned to.</param>
            <returns>The substituted deserialized object. This object must be of a type that is serializable by the <see cref="T:System.Runtime.Serialization.DataContractSerializer"/>. For example, it must be marked with the <see cref="T:System.Runtime.Serialization.DataContractAttribute"/> attribute or other mechanisms that the serializer recognizes.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection{System.Type})">
            <summary>Sets the collection of known types to use for serialization and deserialization of the custom data objects.</summary>
            <param name="customDataTypes">A <see cref="T:System.Collections.ObjectModel.Collection`1"/>  of <see cref="T:System.Type"/> to add known types to.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetObjectToSerialize(System.Object,System.Type)">
            <summary>During serialization, returns an object that substitutes the specified object.</summary>
            <param name="obj">The object to substitute.</param>
            <param name="targetType">The <see cref="T:System.Type"/> that the substituted object should be assigned to.</param>
            <returns>The substituted object that will be serialized. The object must be serializable by the <see cref="T:System.Runtime.Serialization.DataContractSerializer"/>. For example, it must be marked with the <see cref="T:System.Runtime.Serialization.DataContractAttribute"/> attribute or other mechanisms that the serializer recognizes.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)">
            <summary>During schema import, returns the type referenced by the schema.</summary>
            <param name="typeName">The name of the type in schema.</param>
            <param name="typeNamespace">The namespace of the type in schema.</param>
            <param name="customData">The object that represents the annotation inserted into the XML schema definition, which is data that can be used for finding the referenced type.</param>
            <returns>The <see cref="T:System.Type"/> to use for the referenced type.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.ProcessImportedType(System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeCompileUnit)">
            <summary>Processes the type that has been generated from the imported schema.</summary>
            <param name="typeDeclaration">A <see cref="T:System.CodeDom.CodeTypeDeclaration"/> to process that represents the type declaration generated during schema import.</param>
            <param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit"/> that contains the other code generated during schema import.</param>
            <returns>A <see cref="T:System.CodeDom.CodeTypeDeclaration"/> that contains the processed type.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.EntityFrameworkProxyCompatibleDomainServiceSerializationSurrogate.TryGetEfObjectToSerialize(System.Object,System.Type,System.Object@)">
            <summary>Tries to get the object to serialize for EF entities.</summary>
            <param name="inputObject">The object (might be an EF entity).</param>
            <param name="targetType">The target type for serialization.</param>
            <param name="objectToSerialize">The object to serialize.</param>
            <returns>True if the object  was an EF object that has been translated; false otherwise.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.ExceptionHandlingUtility">
            <summary>
            The exception handling utility.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.ExceptionHandlingUtility.IsFatal(System.Exception)">
            <summary>Determines if an <see cref="T:System.Exception"/> is fatal and therefore should not be handled.</summary>
            <example>try
                {
                // Code that may throw
                }
                catch (Exception ex)
                {
                if (ex.IsFatal())
                {
                throw;
                }
                // Handle exception
                }</example>
            <param name="exception">The exception to check</param>
            <returns><c>true</c> if the exception is fatal, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.ExceptionHandlingUtility.IsFatalExceptionType(System.Exception)">
            <summary>The is fatal exception type.</summary>
            <param name="exception">The exception.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement">
            <summary>
                The binding element that specifies the .NET Binary Format for XML used to encode messages.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.readerQuotas">
            <summary>
                The reader quotas
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement" /> class.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.MessageVersion">
            <summary>
                When overridden in a derived class, gets or sets the message version that can be handled by the message encoders
                produced by the message encoder factory.
            </summary>
            <returns>
                The <see cref="T:System.ServiceModel.Channels.MessageVersion" /> used by the encoders produced by the message
                encoder factory.
            </returns>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.ReaderQuotas">
            <summary>
                Gets or sets the reader quotas.
            </summary>
            <value>
                The reader quotas.
            </value>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.CreateMessageEncoderFactory">
            <summary>
                When overridden in a derived class, creates a factory for producing message encoders.
            </summary>
            <returns>
                The <see cref="T:System.ServiceModel.Channels.MessageEncoderFactory" /> used to produce message encoders.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.Clone">
            <summary>
                When overridden in a derived class, returns a copy of the binding element object.
            </summary>
            <returns>
                A <see cref="T:System.ServiceModel.Channels.BindingElement" /> object that is a deep clone of the original.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)">
            <summary>Initializes a channel factory for producing channels of a specified type from the binding context.</summary>
            <typeparam name="TChannel">The type of channel the factory builds.</typeparam>
            <param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext"/> that provides context for the binding element.</param>
            <returns>The IChannelFactory of type TChannel initialized from the <paramref name="context"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)">
            <summary>Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel.</summary>
            <typeparam name="TChannel">The type of channel the channel factory produces.</typeparam>
            <param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext"/> that provides context for the binding element.</param>
            <returns>true if the IChannelFactory of type TChannel can be built by the binding element; otherwise, false.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.BuildChannelListener``1(System.ServiceModel.Channels.BindingContext)">
            <summary>The build channel listener.</summary>
            <param name="context">The context.</param>
            <typeparam name="TChannel">The type of the channel.</typeparam>
            <returns>The <see cref="T:System.ServiceModel.Channels.IChannelListener"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.CanBuildChannelListener``1(System.ServiceModel.Channels.BindingContext)">
            <summary>The can build channel listener.</summary>
            <param name="context">The context.</param>
            <typeparam name="TChannel">The channel type.</typeparam>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory">
            <summary>
                Factory that produces message encoders.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory.readerQuotas">
            <summary>
                The reader quotas
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory.encoder">
            <summary>
                The encoder
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory.#ctor(System.Xml.XmlDictionaryReaderQuotas)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory"/> class.</summary>
            <param name="readerQuotas">The reader quotas.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory.Encoder">
            <summary>
                When overridden in a derived class, gets the message encoder that is produced by the factory.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoderFactory.MessageVersion">
            <summary>
                When overridden in a derived class, gets the message version that is used by the encoders produced by the factory to encode messages.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder">
            <summary>
                Message encoder for Binary XML.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.Fault">
            <summary>
                The fault
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.Namespace">
            <summary>
                The namespace
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryContentType">
            <summary>
                The pox binary content type
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.Logger">
            <summary>The logger for this class</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.messageVersion">
            <summary>
                The message version
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.readerQuotas">
            <summary>
                The reader quotas
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.#ctor(System.ServiceModel.Channels.MessageVersion,System.Xml.XmlDictionaryReaderQuotas)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder"/> class.</summary>
            <param name="messageVersion">The message version.</param>
            <param name="readerQuotas">The reader quotas.</param>
            <exception cref="T:System.ArgumentNullException">messageVersion or readerQuotas</exception>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.ContentType">
            <summary>
                When overridden in a derived class, gets the MIME content type used by the encoder.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.MediaType">
            <summary>
                When overridden in a derived class, gets the media type value that is used by the encoder.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.MessageVersion">
            <summary>
                When overridden in a derived class, gets the message version value that is used by the encoder.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)">
            <summary>When overridden in a derived class, reads a message from a specified stream.</summary>
            <param name="buffer">A <see cref="T:System.ArraySegment`1"/> of type <see cref="T:System.Byte"/> that provides the buffer from which the message is deserialized.</param>
            <param name="bufferManager">The <see cref="T:System.ServiceModel.Channels.BufferManager"/> that manages the buffer from which the message is deserialized.</param>
            <param name="contentType">The Multipurpose Internet Mail Extensions (MIME) message-level content-type.</param>
            <returns>The <see cref="T:System.ServiceModel.Channels.Message"/> that is read from the stream specified.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.ReadMessage(System.IO.Stream,System.Int32,System.String)">
            <summary>When overridden in a derived class, reads a message from a specified stream.</summary>
            <param name="stream">The <see cref="T:System.IO.Stream"/> object from which the message is read.</param>
            <param name="maxSizeOfHeaders">The maximum size of the headers that can be read from the message.</param>
            <param name="contentType">The Multipurpose Internet Mail Extensions (MIME) message-level content-type.</param>
            <returns>The <see cref="T:System.ServiceModel.Channels.Message"/> that is read from the stream specified.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)">
            <summary>When overridden in a derived class, writes a message of less than a specified size to a byte array buffer at the specified offset.</summary>
            <param name="message">The <see cref="T:System.ServiceModel.Channels.Message"/> to write to the message buffer.</param>
            <param name="maxMessageSize">The maximum message size that can be written.</param>
            <param name="bufferManager">The <see cref="T:System.ServiceModel.Channels.BufferManager"/> that manages the buffer to which the message is written.</param>
            <param name="messageOffset">The offset of the segment that begins from the start of the byte array that provides the buffer.</param>
            <returns>A <see cref="T:System.ArraySegment`1"/> of type byte that provides the buffer to which the message is serialized.</returns>
            <exception cref="T:System.ArgumentNullException">message
                or
                bufferManager</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">maxMessageSize</exception>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream)">
            <summary>When overridden in a derived class, writes a message to a specified stream.</summary>
            <param name="message">The <see cref="T:System.ServiceModel.Channels.Message"/> to write to the <paramref name="stream"/>.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> object to which the <paramref name="message"/> is written.</param>
            <exception cref="T:System.ArgumentNullException">message or stream</exception>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.ThrowIfIncorrectContentType(System.String)">
            <summary>The throw if incorrect content type.</summary>
            <param name="contentType">The content type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.ThrowIfInvalidMessageVersion(System.ServiceModel.Channels.Message)">
            <summary>The throw if invalid message version.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage">
            <summary>
                A buffered message created by a <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder" />.
            </summary>
            <remarks>
                The Message.CreateMessage overloads do not provide a non-streamed message
                that is comparable to the messages produced by the WCF framework. This disparity
                leads to both functional and performance pitfalls. This class is an approximation
                of a buffered message used by WCF, specifically engineered for PoxBinary (i.e.
                MessageVersion.None only).
            </remarks>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.data">
            <summary>
                The data.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.headers">
            <summary>
                The headers.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.isFault">
            <summary>
                The _is fault.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.properties">
            <summary>
                The properties.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.reader">
            <summary>
                The reader.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.#ctor(Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage"/> class.
                Constructs a <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage"/>.</summary>
            <param name="data">The message data containing the message contents.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.Headers">
            <summary>
                The <see cref="T:System.ServiceModel.Channels.MessageHeaders" /> object that represents the headers of this message.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.IsFault">
            <summary>
                Returns <c>true</c> if this message contains a fault.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.Properties">
            <summary>
                The <see cref="T:System.ServiceModel.Channels.MessageProperties" /> instance that represents the properties of
                this message.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.Version">
            <summary>
                The version of this message.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.OnBodyToString(System.Xml.XmlDictionaryWriter)">
            <summary>Converts the message body to a string.</summary>
            <param name="writer">The writer to which the message is written.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.OnClose">
            <summary>
                Disposes all message resources.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.OnCreateBufferedCopy(System.Int32)">
            <summary>Creates a buffer to store this message.</summary>
            <param name="maxBufferSize">The maximum size of the buffer to be created.</param>
            <returns>A buffer containing the message.</returns>
            <remarks>The <paramref name="maxBufferSize"/> is ignored. Since the message contents are shared, no additional buffers are created.</remarks>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.OnGetReaderAtBodyContents">
            <summary>
                Returns an <see cref="T:System.Xml.XmlDictionaryReader" /> positioned at the message contents.
            </summary>
            <returns>
                An <see cref="T:System.Xml.XmlDictionaryReader" />.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)">
            <summary>Writes the message body contents to the specified writer.</summary>
            <param name="writer">The <see cref="T:System.Xml.XmlDictionaryWriter"/> that is used to write the message body contents.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.CreateMessageDisposedException">
            <summary>
                The create message disposed exception.
            </summary>
            <returns>
                The <see cref="T:System.Exception" />.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.WriteContents(System.Xml.XmlDictionaryReader,System.Xml.XmlDictionaryWriter)">
            <summary>The write contents.</summary>
            <param name="reader">The reader.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer">
            <summary>
                Represents a buffer that stores the data required to create a
                <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage" /> or its contents for future consumption.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.data">
            <summary>
                The data.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.headers">
            <summary>
                The headers.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.properties">
            <summary>
                The properties.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.isClosed">
            <summary>
                The is closed.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.#ctor(Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData,System.ServiceModel.Channels.MessageHeaders,System.ServiceModel.Channels.MessageProperties)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer"/> class.
                Constructs a <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer"/></summary>
            <param name="data">The message data.</param>
            <param name="headers">The message headers.</param>
            <param name="properties">The message properties.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.BufferSize">
            <summary>
                Gets the number of bytes consumed by this buffer.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.MessageContentType">
            <summary>
                Gets the type of content stored in this buffer.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.ThisLock">
            <summary>
                Gets or sets the this lock.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.Close">
            <summary>
                Closes the buffer.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.CreateMessage">
            <summary>
                Returns an identical copy of the original message from which this buffer was
                created.
            </summary>
            <returns>A copy of the original message.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.WriteMessage(System.IO.Stream)">
            <summary>Writes the entire contents of this buffer into the specified stream.</summary>
            <param name="stream">The stream that the buffer contents will be written to.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessage.PoxBinaryBufferedMessageBuffer.CreateBufferDisposedException">
            <summary>
                The create buffer disposed exception.
            </summary>
            <returns>
                The <see cref="T:System.Exception" />.
            </returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData">
            <summary>
                The message data class that holds shared state between messages, buffers, and
                messages created from a buffer.
            </summary>
            <remarks>
                The desktop framework allows callers to keep track of reader lifetimes.
                With this ability, the state can be ref counted across all users, and the buffer
                can be returned to its manager when all users release their references.
                The Silverlight framework does not allow callers to keep track of reader lifetimes.
                Given this, the buffer is not returned to its manager, but is cleaned up by the GC.
                Note, without a custom message, we would use messages returned from
                Message.CreateMessage. These messages cannot reuse buffers.
            </remarks>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.onReaderClose">
            <summary>
                The _on reader close.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.bufferManager">
            <summary>
                The _buffer manager.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.refCount">
            <summary>
                The _ref count.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.#ctor(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData"/> class.
                Constructs a <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData"/>.</summary>
            <param name="buffer">The message contents.</param>
            <param name="bufferManager">The buffer manager from which<paramref name="buffer"/> came.</param>
            <param name="encoder">The encoder producing the message contents.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.#ctor(System.ArraySegment{System.Byte},Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData"/> class.
                Constructs a <see cref="T:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData"/>.</summary>
            <param name="buffer">The message contents.</param>
            <param name="encoder">The encoder producing the message contents.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.Buffer">
            <summary>Gets the message contents.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.Encoder">
            <summary>Gets the encoder producing the message contents.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.Close">
            <summary>
                Releases a reference on the message data.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.Open">
            <summary>
                Adds a reference on the message data.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.TakeReader">
            <summary>
                Returns an <see cref="T:System.Xml.XmlDictionaryReader" /> containing the message contents.
            </summary>
            <returns>
                An <see cref="T:System.Xml.XmlDictionaryReader" /> containing the message
                contents.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Pox.TipsPoxBinaryMessageEncodingBindingElement.TipsPoxBinaryMessageEncoder.PoxBinaryBufferedMessageData.OnReaderClose(System.Xml.XmlDictionaryReader)">
            <summary>The callback method that is called when a reader returned from this message
                data closes.</summary>
            <param name="reader">The closing reader.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.AcceptFieldsHelper">
            <summary>
            Helper class for filling additional fields requested via accept-fields
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.AcceptFieldsHelper.FillAdditionalSoapFieldsIfNeeded(System.Object,System.Object,System.Type)">
            <summary>Fills the additional SOAP fields if needed.</summary>
            <param name="originalObject">The original object.</param>
            <param name="surrogateObject">The surrogate object.</param>
            <param name="targetType">Type of the target.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.AcceptFieldsHelper.GetAdditionalFields(System.Object,System.Collections.Generic.IEnumerable{Tix.Core.Business.CustomFields.FieldSerializationInfo})">
            <summary>Gets the additional fields.</summary>
            <param name="result">The result.</param>
            <param name="properties">The properties.</param>
            <returns>The additional fields.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.DummyClassDefiningExtension">
            <summary>
            Class used to test the attribute extension. Can be used to get the IL code for generation in TipsSoapDataContractSurrogateGenerator
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.DummyClassDefiningExtension.additionalSoapFields">
            <summary>The backing field.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.Soap.DummyClassDefiningExtension.AdditionalSoapFields">
            <summary>
            Gets or sets the additional SOAP fields.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.DummyClassDefiningExtension.SetAdditionalSoapFields(Tix.Runtime.SoapFieldValue[])">
            <summary>Gets or sets the additional soap fields.</summary>
            <param name="list">The list.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.ISoapResultObject">
            <summary>The SoapResultObject interface.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.ISoapResultObject.SetAdditionalSoapFields(Tix.Runtime.SoapFieldValue[])">
            <summary>Gets or sets the additional soap fields.</summary>
            <param name="list">The list.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator">
            <summary>
            Takes care of generating CLR types based on the virtual shape of an exposed type. E.g. we may be dealing with
            projection properties that don't physically exist on the CLR type. Because WCF doesn't know about TypeDescriptor,
            it won't see these virtual properties. This is why we generate CLR types that contain first-class properties.
            At serialization/deserialization time, the surrogate type will delegate to both the physical and virtual
            properties on the real exposed object.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.CoveredContractNamespaces">
            <summary>The covered namespaces.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.ModuleBuilder">
            <summary>The module builder.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.SurrogateTypes">
            <summary>The surrogate types.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.SurrogateTypeLock">
            <summary>The surrogate type lock.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.GetSurrogateType(System.Collections.Generic.HashSet{System.Type},System.Type)">
            <summary>Emits a surrogate type for the specified type.</summary>
            <param name="knownExposedTypes">The known set of exposed types.</param>
            <param name="type">The original type.</param>
            <returns>The surrogate type.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.GetSerializationType(System.Collections.Generic.HashSet{System.Type},System.Type)">
            <summary>The get serialization type.</summary>
            <param name="knownExposedTypes">The known exposed types.</param>
            <param name="type">The type.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.CreateSurrogateType(System.Collections.Generic.HashSet{System.Type},System.Type)">
            <summary>The create surrogate type.</summary>
            <param name="knownExposedTypes">The known exposed types.</param>
            <param name="type">The type.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitAdditionalSoapFieldsProperty(System.Reflection.Emit.TypeBuilder,System.Type)">
            <summary>Emits the additional fields property. Extends the soap output by one field.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitICloneableImplementation(System.Reflection.Emit.TypeBuilder,System.Type,System.Type)">
            <summary>Makes sure the surrogate type implements ICloneable. We use ICloneable during deserialization
            to get the real exposed object from a surrogate object.
            Note that ideally we'd use an internal "IWrapper" interface, but the interface needs to be public
            because the surrogates live in their own assembly. Instead of defining a public interface, we decided
            to reuse ICloneable.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="type">The type.</param>
            <param name="parentSurrogateType">The parent surrogate type.</param>
            <returns>The <see cref="T:System.Reflection.FieldInfo"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitConstructorsAndProperties(System.Reflection.Emit.TypeBuilder,System.Type,System.Type,System.Type,System.Reflection.FieldInfo)">
            <summary>Emits a constructor that takes an object that the surrogate wraps, as well as
            a type initializer that will load (for this AppDomain) all the PropertyDescriptors
            for virtual properties.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="type">The type.</param>
            <param name="parentSurrogateType">The parent surrogate type.</param>
            <param name="parentType">The parent type.</param>
            <param name="wrapperField">The wrapper field.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitOnDeserializingMethod(System.Reflection.Emit.TypeBuilder,System.Type,System.Reflection.FieldInfo)">
            <summary>During deserialization, none of our constructors will be invoked. Instead, only our
            OnDeserializing method will be invoked. We implement this to create an instance
            of the real object, such that our surrogate properties can set the properties
            on the real object.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="type">The type.</param>
            <param name="wrapperField">The wrapper field.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitProperties(System.Reflection.Emit.TypeBuilder,System.Type,System.Type,System.Reflection.FieldInfo,System.Lazy{System.Reflection.Emit.ILGenerator})">
            <summary>The emit properties.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="type">The type.</param>
            <param name="parentSurrogateType">The parent surrogate type.</param>
            <param name="wrapperField">The wrapper field.</param>
            <param name="typeInitializerGenerator">The type initializer generator.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitProperty(System.Reflection.Emit.TypeBuilder,System.Reflection.FieldInfo,System.Lazy{System.Reflection.Emit.ILGenerator},System.ComponentModel.PropertyDescriptor,System.String)">
            <summary>The emit property.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="wrapperField">The wrapper field.</param>
            <param name="typeInitializerGenerator">The type initializer generator.</param>
            <param name="pd">The pd.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitAttachedProperty(System.Reflection.Emit.TypeBuilder,System.Reflection.FieldInfo,System.Lazy{System.Reflection.Emit.ILGenerator},System.ComponentModel.PropertyDescriptor,System.String)">
            <summary>Emit a surrogate property for a virtual property (a property that doesn't exist on the physical CLR type).
            The PropertyDescriptor for each virtual property is initialized in the type initializer of a surrogate type.
            The surrogate code we'll generate will look like this:
            public &lt;PropertyType&gt; &lt;PropertyName&gt; {
            get {
            // For reference types.
            return (&lt;PropertyType&gt;)$&lt;PropertyName&gt;.GetValue(_$wrapper);
            // For value types.
            object value = $&lt;PropertyName&gt;.GetValue(_$wrapper);
            if (value == null) {
            return default(value);
            }
            return (&lt;PropertyType&gt;)value;
            // For Binary.
            Binary value = (Binary)$&lt;PropertyName&gt;.GetValue(_$wrapper);
            if (value == null) {
            return null;
            }
            return value.ToArray();
            }
            set {
            if (value == null) {
            return;
            }
            // For normal types.
            $&lt;PropertyName&gt;.SetValue(_$wrapper, value);
            // For value types.
            $&lt;PropertyName&gt;.SetValue(_$wrapper, (object)value);
            // For Binary.
            Binary valueToStore;
            if (value == null) {
            valueToStore = null;
            }
            else {
            valueToStore = new Binary(value);
            }
            $&lt;PropertyName&gt;.SetValue(_$wrapper, valueToStore);
            }
            }</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="wrapperField">The wrapper field.</param>
            <param name="typeInitializerFactory">The type initializer factory.</param>
            <param name="pd">The pd.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitClrProperty(System.Reflection.Emit.TypeBuilder,System.Reflection.FieldInfo,System.ComponentModel.PropertyDescriptor,System.Reflection.PropertyInfo,System.String)">
            <summary>Emit a surrogate property for a CLR property.</summary>
            <param name="typeBuilder">The type builder.</param>
            <param name="wrapperField">The wrapper field.</param>
            <param name="pd">The pd.</param>
            <param name="pi">The pi.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitToClientConversion(System.Reflection.Emit.ILGenerator,System.Type,System.Type)">
            <summary>EmitToClientConversion and EmitToServerConversion need to be kept in sync with the Utility type.</summary>
            <param name="methodGenerator">The method generator.</param>
            <param name="sourceType">The source type.</param>
            <param name="targetType">The target type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitToServerConversion(System.Reflection.Emit.ILGenerator,System.Type,System.Type)">
            <summary>EmitToClientConversion and EmitToServerConversion need to be kept in sync with the Utility type.</summary>
            <param name="methodGenerator">The method generator.</param>
            <param name="sourceType">The source type.</param>
            <param name="targetType">The target type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitBranchIfNull(System.Reflection.Emit.ILGenerator,System.Type,System.Reflection.Emit.Label)">
            <summary>The emit branch if null.</summary>
            <param name="generator">The generator.</param>
            <param name="propertyType">The property type.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitPropertyInitializer(System.Reflection.Emit.FieldBuilder,System.Lazy{System.Reflection.Emit.ILGenerator},System.String)">
            <summary>Emit code in the type initializer of the surrogate type to get all the PropertyDescriptors for all
            virtual properties.
            This will generate code that looks like:
            $&lt;PropertyName&gt; = properties["&lt;PropertyName&gt;"]; // properties is defined at the beginning of the type initializer.</summary>
            <param name="propertyDescFieldBuilder">The property desc field builder.</param>
            <param name="typeInitializerFactory">The type initializer factory.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.CreateModuleBuilder">
            <summary>The create module builder.</summary>
            <returns>The <see cref="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.ModuleBuilder"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.EmitContractNamespaceAttributes(System.Type)">
            <summary>The emit contract namespace attributes.</summary>
            <param name="type">The type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.GetDataContractAttributeBuilder(System.Type)">
            <summary>The get data contract attribute builder.</summary>
            <param name="type">The type.</param>
            <returns>The <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.GetDataMemberAttributeBuilder(System.Runtime.Serialization.DataMemberAttribute)">
            <summary>The get data member attribute builder.</summary>
            <param name="dataMemberAtt">The data member att.</param>
            <returns>The <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapDataContractSurrogateGenerator.GetAttributeBuilder(System.Type,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>The get attribute builder.</summary>
            <param name="type">The type.</param>
            <param name="attProperties">The att properties.</param>
            <returns>The <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour">
            <summary>The soap error behaviour.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.Validate(System.ServiceModel.Description.ServiceEndpoint)">
            <summary>The validate.</summary>
            <param name="endpoint">The endpoint.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)">
            <summary>The add binding parameters.</summary>
            <param name="endpoint">The endpoint.</param>
            <param name="bindingParameters">The binding parameters.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
            <summary>The apply dispatch behavior.</summary>
            <param name="endpoint">The endpoint.</param>
            <param name="endpointDispatcher">The endpoint dispatcher.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
            <summary>The apply client behavior.</summary>
            <param name="endpoint">The endpoint.</param>
            <param name="clientRuntime">The client runtime.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.AddServerErrorHandlers(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
            <summary>The add server error handlers.</summary>
            <param name="endpoint">The endpoint.</param>
            <param name="endpointDispatcher">The endpoint dispatcher.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.AddTipsSoapMessageFormatter(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
            <summary>The add tips soap message formatter.</summary>
            <param name="endpoint">The endpoint.</param>
            <param name="endpointDispatcher">The endpoint dispatcher.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.TipsSoapErrorHandler">
            <summary>The error handler ex.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.TipsSoapErrorHandler.ProvideFault(System.Exception,System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.Message@)">
            <summary>The provide fault.</summary>
            <param name="error">The error.</param>
            <param name="version">The version.</param>
            <param name="fault">The fault.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapErrorBehaviour.TipsSoapErrorHandler.HandleError(System.Exception)">
            <summary>The handle error.</summary>
            <param name="error">The error.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter">
            <summary>
            The customized json message formatter, supports "Accept-Fields" header to limit transferred properties
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter.baseRequestFormatter">
            <summary>The base formatter. Used for query parameter deserialization.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter.operation">
            <summary>The operation.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.IDispatchMessageFormatter)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter"/> class.</summary>
            <param name="operation">The operation.</param>
            <param name="baseRequestFormatter">The base Request Formatter.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter.DeserializeRequest(System.ServiceModel.Channels.Message,System.Object[])">
            <summary>Deserializes a message into an array of parameters.</summary>
            <param name="message">The incoming message.</param>
            <param name="parameters">The array of objects that are passed to the operation as parameters.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsSoapMessageFormatter.SerializeReply(System.ServiceModel.Channels.MessageVersion,System.Object[],System.Object)">
            <summary>Serializes a reply message from a specified message version, an array of parameters, and a return value.</summary>
            <param name="messageVersion">The SOAP message version.</param>
            <param name="parameters">The array of out parameters.</param>
            <param name="result">The return value.</param>
            <returns>The serialized reply <see cref="T:System.ServiceModel.Channels.Message"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension">
            <summary>The tips wsdl export extension.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.surrogate">
            <summary>The surrogate.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.#ctor(OpenRiaServices.DomainServices.Hosting.DomainServiceSerializationSurrogate)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension"/> class.</summary>
            <param name="surrogate">The surrogate.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.System#ServiceModel#Description#IContractBehavior#AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)">
            <summary>The add binding parameters.</summary>
            <param name="contractDescription">The contract description.</param>
            <param name="endpoint">The endpoint.</param>
            <param name="bindingParameters">The binding parameters.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.System#ServiceModel#Description#IContractBehavior#ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
            <summary>The apply client behavior.</summary>
            <param name="contractDescription">The contract description.</param>
            <param name="endpoint">The endpoint.</param>
            <param name="clientRuntime">The client runtime.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.System#ServiceModel#Description#IContractBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)">
            <summary>The apply dispatch behavior.</summary>
            <param name="contractDescription">The contract description.</param>
            <param name="endpoint">The endpoint.</param>
            <param name="dispatchRuntime">The dispatch runtime.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.System#ServiceModel#Description#IContractBehavior#Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)">
            <summary>The validate.</summary>
            <param name="contractDescription">The contract description.</param>
            <param name="endpoint">The endpoint.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)">
            <summary>The export contract.</summary>
            <param name="exporter">The exporter.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.Soap.TipsWsdlExportExtension.ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)">
            <summary>The export endpoint.</summary>
            <param name="exporter">The exporter.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceHostFactory">
            <summary>The tips domain service host factory.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceHostFactory.Logger">
            <summary>The logger for this class</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceHostFactory.CreateTestServiceHost(System.Type,System.Uri)">
            <summary>The create test service host.</summary>
            <param name="serviceType">The service type.</param>
            <param name="baseAddress">The base address.</param>
            <returns>The <see cref="T:System.ServiceModel.ServiceHost"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceHostFactory.CreateServiceHost(System.Type,System.Uri[])">
            <summary>The create service host.</summary>
            <param name="serviceType">The service type.</param>
            <param name="baseAddresses">The base addresses.</param>
            <returns>The <see cref="T:System.ServiceModel.ServiceHost"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry">
            <summary>The tips domain service registry.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainServiceOperationDictionary">
            <summary>The domain service operations.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainTypeDictionary">
            <summary>The domain types used in services.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainEnumDictionary">
            <summary>The enums used in domain types.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainServiceTypeDictionary">
            <summary>The domain service types.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainServiceAssemblyDictionary">
            <summary>The domain service assembly.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.DomainServiceTypes">
            <summary>
            Gets the domain service types.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AllDomainServiceTypes">
            <summary>
            Gets all domain service types.
            </summary>
            <value>
            All domain service types.
            </value>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AllDomainServiceAssemblies">
            <summary>
            Gets all domain service assemblies.
            </summary>
            <value>
            All domain service assemblies.
            </value>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AllDomainTypes">
            <summary>
            Gets the domain types used in services.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AllDomainEnums">
            <summary>
            Gets the enums used in domain types used in services.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AllDomainServiceOperations">
            <summary>
            Gets the domain operations used in services.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.RegisterAllDomainServiceTypes">
            <summary>
            Registers all assemblies.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.RegisterAllDomainDescriptions">
            <summary>
            Registers all assemblies.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.AddAssembly(System.Reflection.Assembly)">
            <summary>Adds all domain services from the assembly.</summary>
            <param name="assembly">The assembly.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.RegisterService(System.String,System.Type)">
            <summary>The register service.</summary>
            <param name="canonicalFileName">The canonical file name.</param>
            <param name="potentialImportType">The potential import type.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.GetCanonicalFileName(System.Type)">
            <summary>Gets the name of the canonical file.</summary>
            <param name="domainServiceType">Type of the domain service.</param>
            <returns>The svc filename.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.GetCanonicalMethodName(System.String,OpenRiaServices.DomainServices.Server.DomainOperationEntry)">
            <summary>Gets the name of the canonical service method name.</summary>
            <param name="simplifiedCanonicalFileName">Simplified Canonical FileName.</param>
            <param name="domainOperationEntry">Domain service operation entry.</param>
            <returns>The svc filename.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceRegistry.FillOperationAndTypeCache(System.String,System.Type)">
            <summary>Fills the caches for service operation entries and used types.</summary>
            <param name="simplifiedCanonicalFileName">Name of the service class.</param>
            <param name="potentialImportType">Type of the domain service.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsParameterInspector">
            <summary>The tips parameter inspector.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsParameterInspector.domainOperationEntry">
            <summary>The domain service description.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterInspector.#ctor(OpenRiaServices.DomainServices.Server.DomainOperationEntry)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.TipsParameterInspector"/> class.</summary>
            <param name="domainOperationEntry">The domain service description.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterInspector.BeforeCall(System.String,System.Object[])">
            <summary>The before call.</summary>
            <param name="operationName">The operation name.</param>
            <param name="inputs">The inputs.</param>
            <returns>The <see cref="T:System.Object"/>.</returns>
            <exception cref="T:System.ServiceModel.FaultException">Throws an exception when the validation fails.</exception>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterInspector.AfterCall(System.String,System.Object[],System.Object,System.Object)">
            <summary>The after call.</summary>
            <param name="operationName">The operation name.</param>
            <param name="outputs">The outputs.</param>
            <param name="returnValue">The return value.</param>
            <param name="correlationState">The correlation state.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterInspector.ValidateDataAnnotations(System.Object)">
            <summary>Validates the data annotations.</summary>
            <param name="input">The input.</param>
            <returns>The validation messages.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterInspector.GenerateErrorMessage(System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult})">
            <summary>The generate error message.</summary>
            <param name="validationResults">The validation results.</param>
            <returns>The error message.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour">
            <summary>The tips parameter validation behaviour.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.inspector">
            <summary>The inspector.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.#ctor(OpenRiaServices.DomainServices.Server.DomainOperationEntry)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour"/> class.</summary>
            <param name="domainOperationEntry">The domain service description.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.AddValidationToContractOperations(System.ServiceModel.Description.ContractDescription)">
            <summary>Adds the validation to all operations in the contract.</summary>
            <param name="contract">The contract.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.Validate(System.ServiceModel.Description.OperationDescription)">
            <summary>Implement to confirm that the operation meets some intended criteria.</summary>
            <param name="operationDescription">The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)">
            <summary>Applies the dispatch behavior.</summary>
            <param name="operationDescription">The operation description.</param>
            <param name="operation">The operation.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)">
            <summary>Implements a modification or extension of the client across an operation.</summary>
            <param name="operationDescription">The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.</param>
            <param name="clientOperation">The run-time object that exposes customization properties for the operation described by <paramref name="operationDescription"/>.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsParameterValidationBehaviour.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)">
            <summary>Implement to pass data at runtime to bindings to support custom behavior.</summary>
            <param name="operationDescription">The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.</param>
            <param name="bindingParameters">The collection of objects that binding elements require to support the behavior.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsServiceUtility">
            <summary>The tips soap service utility.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsServiceUtility.PrimitiveTypes">
            <summary>
            The primitive types: do not create suurogates for those.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.LoadContractDescription(System.ServiceModel.Description.ContractDescription,OpenRiaServices.DomainServices.Server.DomainServiceDescription,System.String)">
            <summary>Populates a contract description from a domain service description.</summary>
            <param name="contractDesc">The contract desc.</param>
            <param name="domainServiceDescription">The domain service description.</param>
            <param name="defaultNamespace">The default Namespace.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.RegisterSurrogates(System.ServiceModel.Description.ContractDescription,OpenRiaServices.DomainServices.Server.DomainServiceDescription)">
            <summary>Registers surrogates with all of the operations on the specified contract.
            These surrogates take care of representing entities in the right shape based
            on TypeDescriptor extensions.</summary>
            <param name="contractDesc">The contract desc.</param>
            <param name="domainServiceDescription">The domain service description.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.CreateSubmitOperationDescription(System.ServiceModel.Description.ContractDescription,OpenRiaServices.DomainServices.Server.DomainServiceDescription,System.String)">
            <summary>Creates the submit operation description.</summary>
            <param name="declaringContract">The declaring contract.</param>
            <param name="domainServiceDescription">The domain service description.</param>
            <param name="defaultNamespace">The default Namespace.</param>
            <returns>The operation description</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.CreateQueryOperationDescription(System.ServiceModel.Description.ContractDescription,OpenRiaServices.DomainServices.Server.DomainOperationEntry,System.String)">
            <summary>Creates the query operation description.</summary>
            <param name="declaringContract">The declaring contract.</param>
            <param name="operation">The operation.</param>
            <param name="defaultNamespace">The default Namespace.</param>
            <returns>The operation description</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.CreateOperationDescription(System.ServiceModel.Description.ContractDescription,OpenRiaServices.DomainServices.Server.DomainOperationEntry,System.String)">
            <summary>Creates the operation description.</summary>
            <param name="declaringContract">The declaring contract.</param>
            <param name="operation">The operation.</param>
            <param name="defaultNamespace">The default Namespace.</param>
            <returns>The operation description</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsServiceUtility.CreateBasicOperationDescription(System.ServiceModel.Description.ContractDescription,System.String)">
            <summary>Creates the basic operation description.</summary>
            <param name="declaringContract">The declaring contract.</param>
            <param name="operationName">Name of the operation.</param>
            <returns>The operation description</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsSoapEndpointFactory">
            <summary>
            Represents a SOAP w/ XML encoding endpoint factory for <see cref="T:OpenRiaServices.DomainServices.Server.DomainService"/>s.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsUserNamePasswordValidator">
            <summary>The tips user name password validator.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsUserNamePasswordValidator.Validate(System.String,System.String)">
            <summary>The validate.</summary>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <exception cref="T:System.ServiceModel.FaultException">Throws a fault exception in cse username/password are wrong.</exception>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter">
            <summary>
            The tix json formatter for webapi
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter"/> class, the tix json formatter for webapi.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter.WriteToStreamAsync(System.Type,System.Object,System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext,System.Threading.CancellationToken)">
            <summary>
            Called during serialization to write an object of the specified type to the specified stream.
            </summary>
            <param name="type">The type of the object to write.</param>
            <param name="value">The object to write.</param>
            <param name="writeStream">The stream to write to.</param>
            <param name="content">The <see cref="T:System.Net.Http.HttpContent" /> for the content being written.</param>
            <param name="transportContext">The transport context.</param>
            <param name="cancellationToken">The token to monitor for cancellation.</param>
            <returns>
            Returns <see cref="T:System.Threading.Tasks.Task" />.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter.WriteToStreamAsync(System.Type,System.Object,System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext)">
            <summary>
            Asynchronously writes an object of the specified type.
            </summary>
            <param name="type">The type of the object to write.</param>
            <param name="value">The object value to write.  It may be null.</param>
            <param name="writeStream">The <see cref="T:System.IO.Stream" /> to which to write.</param>
            <param name="content">The <see cref="T:System.Net.Http.HttpContent" /> if available. It may be null.</param>
            <param name="transportContext">The <see cref="T:System.Net.TransportContext" /> if available. It may be null.</param>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task" /> that will perform the write.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.WebApi.TixUi5JsonMediaTypeFormatter.WriteToStream(System.Type,System.Object,System.IO.Stream,System.Text.Encoding)">
            <summary>
            Called during serialization to write an object of the specified type to the specified stream.
            </summary>
            <param name="type">The type of the object to write.</param>
            <param name="value">The object to write.</param>
            <param name="writeStream">The stream to write to.</param>
            <param name="effectiveEncoding">The encoding to use when writing.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServicesSection">
            <summary>
            The tips domain services section.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory">
            <summary>
            The domain service factory, called for all services
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.checkCredentialType">
            <summary>
            Check the credential type in the endpoint factories?
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.defaultFactory">
            <summary>
            The default factory
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.#ctor(OpenRiaServices.DomainServices.Server.IDomainServiceFactory)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory"/> class.</summary>
            <param name="defaultFactory">The default factory.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.CheckCredentialType">
            <summary>
            Gets a value indicating whether to check the credential type.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.Setup">
            <summary>
            Setups this instance.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.CreateDomainService(System.Type,OpenRiaServices.DomainServices.Server.DomainServiceContext)">
            <summary>Creates a new <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> instance.</summary>
            <param name="domainServiceType">The <see cref="T:System.Type"/> of <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> to create.</param>
            <param name="context">The current <see cref="T:System.ServiceModel.DomainServices.Server.DomainServiceContext"/>.</param>
            <returns>A <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> instance.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceFactory.ReleaseDomainService(OpenRiaServices.DomainServices.Server.DomainService)">
            <summary>Releases an existing <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> instance.</summary>
            <param name="domainService">The <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> instance to release.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceHttpModule">
            <summary>
            The domain service http module.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualFile">
            <summary>
            The virtual "svc" file.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualFile.domainServiceType">
            <summary>The domain service type.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualFile.#ctor(System.Type,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualFile"/> class.</summary>
            <param name="domainServiceType">Type of the domain service.</param>
            <param name="virtualPath">The virtual path.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualFile.Open">
            <summary>
            When overridden in a derived class, returns a read-only stream to the virtual resource.
            </summary>
            <returns>
            A read-only stream to the virtual file.
            </returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider">
            <summary>
            The virtual path provider for the domain services
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.DomainServicesDirectory">
            <summary>The  domain services directory.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.VppRegistrationLock">
            <summary>The vpp registration lock.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.vppRegistered">
            <summary>The vpp registered.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.Register">
            <summary>
            Registers this instance.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.CombineVirtualPaths(System.String,System.String)">
            <summary>Combines a base path with a relative path to return a complete path to a virtual resource.</summary>
            <param name="basePath">The base path for the application.</param>
            <param name="relativePath">The path to the virtual resource, relative to the base path.</param>
            <returns>The complete path to a virtual resource.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.FileExists(System.String)">
            <summary>Gets a value that indicates whether a file exists in the virtual file system.</summary>
            <param name="virtualPath">The path to the virtual file.</param>
            <returns>true if the file exists in the virtual file system; otherwise, false.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.GetCacheDependency(System.String,System.Collections.IEnumerable,System.DateTime)">
            <summary>Creates a cache dependency based on the specified virtual paths.</summary>
            <param name="virtualPath">The path to the primary virtual resource.</param>
            <param name="virtualPathDependencies">An array of paths to other resources required by the primary virtual resource.</param>
            <param name="utcStart">The UTC time at which the virtual resources were read.</param>
            <returns>A <see cref="T:System.Web.Caching.CacheDependency"/> object for the specified virtual resources.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.GetCacheKey(System.String)">
            <summary>Returns a cache key to use for the specified virtual path.</summary>
            <param name="virtualPath">The path to the virtual resource.</param>
            <returns>A cache key for the specified virtual resource.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.GetFile(System.String)">
            <summary>Gets a virtual file from the virtual file system.</summary>
            <param name="virtualPath">The path to the virtual file.</param>
            <returns>A descendent of the <see cref="T:System.Web.Hosting.VirtualFile"/> class that represents a file in the virtual file system.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.ShouldRewritePath(System.String,System.Collections.Generic.KeyValuePair{System.String,System.Type}@)">
            <summary>Should the rewrite path.</summary>
            <param name="virtualPath">The virtual path.</param>
            <param name="domainServiceEntry">The domain service entry.</param>
            <returns>True if the path should be rewritten; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.ActivateAssemblyIfNotActive(System.String)">
            <summary>Activates the assembly if not active yet.</summary>
            <param name="serviceName">Name of the service.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.TryActivate(System.String)">
            <summary>
            Tries the activate.
            </summary>
            <param name="dllPartName">Name of the DLL part.</param>
            <returns>True if activated, false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.TryActivateDll(System.String)">
            <summary>Tries the activate.</summary>
            <param name="dllName">Name of the DLL.</param>
            <returns>True if the dll was found; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.EnsureDomainServiceTypes">
            <summary>
            Ensures the domain service types.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.OwnsFile(System.String)">
            <summary>Ownses the file.</summary>
            <param name="virtualPath">The virtual path.</param>
            <returns>True, if it owns the file; false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.OwnsFile(System.String,System.Collections.Generic.KeyValuePair{System.String,System.Type}@)">
            <summary>Ownses the file.</summary>
            <param name="virtualPath">The virtual path.</param>
            <param name="domainServiceEntry">The domain service entry.</param>
            <returns>True, if it owns the file; false otherwise.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsDomainServiceVirtualPathProvider.DomainServiceCacheDependency">
            <summary>
            The dependency.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsJsonEndpointFactory">
            <summary>
            The tips json endpoint factory.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceHosting.TipsPoxBinaryEndpointFactory">
            <summary>
            The tips pox binary endpoint factory.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsPoxBinaryEndpointFactory.CreateEndpoints(OpenRiaServices.DomainServices.Server.DomainServiceDescription,OpenRiaServices.DomainServices.Hosting.DomainServiceHost)">
            <summary>Creates endpoints based on the specified description.</summary>
            <param name="description">The <see cref="T:System.ServiceModel.DomainServices.Server.DomainServiceDescription"/> of the <see cref="T:System.ServiceModel.DomainServices.Server.DomainService"/> to create the endpoints for.</param>
            <param name="serviceHost">The service host for which the endpoints will be created.</param>
            <returns>The endpoints that were created.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsPoxBinaryEndpointFactory.CreateEndpointsInternal(OpenRiaServices.DomainServices.Server.DomainServiceDescription,OpenRiaServices.DomainServices.Hosting.DomainServiceHost)">
            <summary>Creates endpoints based on the specified description.</summary>
            <param name="description">The <see cref="T:OpenRiaServices.DomainServices.Server.DomainServiceDescription"/> of the <see cref="T:OpenRiaServices.DomainServices.Server.DomainService"/> to create the endpoints for.</param>
            <param name="serviceHost">The service host for which the endpoints will be created.</param>
            <returns>The endpoints that were created.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsPoxBinaryEndpointFactory.CreateEndpointForAddress(System.ServiceModel.Description.ContractDescription,System.Uri)">
            <summary>Creates an endpoint based on the specified address.</summary>
            <param name="contract">The endpoint's contract.</param>
            <param name="address">The endpoint's base address.</param>
            <returns>An endpoint.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceHosting.TipsPoxBinaryEndpointFactory.CreateContract(OpenRiaServices.DomainServices.Server.DomainServiceDescription)">
            <summary>The create contract.</summary>
            <param name="description">The description.</param>
            <returns>The <see cref="T:System.ServiceModel.Description.ContractDescription"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.Helpers.CshtmlSession">
            <summary>
            Provides session information for tests.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Helpers.CshtmlSession.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.Helpers.CshtmlSession"/> class.</summary>
        </member>
        <member name="M:Tix.DomainServices.Helpers.CshtmlSession.#ctor(Tix.DataAccess.Interfaces.ITixUser)">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.Helpers.CshtmlSession"/> class.
            </summary>
            <param name="user">The user.</param>
        </member>
        <member name="M:Tix.DomainServices.Helpers.CshtmlSession.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.Helpers.CshtmlSession"/> class.</summary>
            <param name="userCode">If given, create a session with the given user.</param>
        </member>
        <member name="M:Tix.DomainServices.Helpers.CshtmlSession.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposeManagedResources"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="T:Tix.DomainServices.Helpers.LoginSession">
            <summary>
            Provides session information for tests.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Helpers.LoginSession.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.Helpers.LoginSession"/> class.</summary>
        </member>
        <member name="M:Tix.DomainServices.Helpers.LoginSession.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposeManagedRessources"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="T:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator">
            <summary>The tracking rule evaluator.</summary>
        </member>
        <member name="F:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator.Logger">
            <summary>
            The logger instance. We need to log to the server as this code determines if the Tracking
            should be enabled or not. So it is not yet available.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator.GetBestMatch(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{Tix.Core.Entities.WebServiceTrackingRule})">
            <summary>The get best match.</summary>
            <param name="sessionName">The session name.</param>
            <param name="parameter">The parameter.</param>
            <param name="rules">The rules.</param>
            <returns>The <see cref="T:Tix.Core.Entities.WebServiceTrackingRule"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator.IsMatch(Tix.Core.Entities.WebServiceTrackingRule,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>The get all matches.</summary>
            <param name="rule">The rule that is checked.</param>
            <param name="sessionName">The session name.</param>
            <param name="parameter">The parameter.</param>
            <returns>True when the rule applies, false otherwise</returns>
        </member>
        <member name="M:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator.DoesRuleApplyForService(Tix.Core.Entities.WebServiceTrackingRule,System.String)">
            <summary>The is valid rule.</summary>
            <param name="rule">The rule.</param>
            <param name="sessionName">The session name.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.Helpers.WebServiceTrackingRuleEvaluator.PrepareAsRegexRule(System.String)">
            <summary>Prepares as regular expression rule.</summary>
            <param name="rule">The rule.</param>
            <returns>The changed string.</returns>
        </member>
        <member name="T:Tix.DomainServices.Entities.User">
            <summary>
            Class containing information about the authenticated user.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.Entities.User.AnonymousUserCode">
            <summary>Gets the anonymous user code.</summary>
        </member>
        <member name="F:Tix.DomainServices.Entities.User.user">
            <summary>The wrapped user</summary>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.Entities.User"/> class. This constructor is only provided for serialization/deserialization.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.#ctor(Tix.Core.Business.User.TixUser)">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.Entities.User"/> class.
            </summary>
            <param name="user">The real tix user object.</param>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.UserCode">
            <summary>
            Gets the user code (= Name from UserBase)
            </summary>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.FriendlyName">
            <summary>
            Gets or sets the friendly name of the user.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.Email">
            <summary>
            Gets or sets the Email of the user.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language code. </value>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.UserGroups">
            <summary>
            Gets or sets the user groups.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.Groups">
            <summary>Gets the user groups.</summary>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.UnitSystem">
            <summary>
            Gets or sets the unit system.
            </summary>
            <value>The unit system.</value>
        </member>
        <member name="P:Tix.DomainServices.Entities.User.Settings">
            <summary>
            Gets or sets the settings.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.FromTixUser(Tix.Core.Business.User.TixUser)">
            <summary>
            Creates a user object form the given tixuser.
            </summary>
            <param name="tixUser">The tix user.</param>
            <returns>A new user object that is wrapping the tixuser or null if tixuser is null.</returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.Login(System.String,System.String,System.String,System.Boolean)">
            <summary>Logins the specified user name.</summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="customData">The custom data.</param>
            <param name="skipPasswordCheck">if set to <c>true</c> [skip password check].</param>
            <returns>The logged in user or null if user doesn't exist or password is wrong.</returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.LoginWithOneTimeToken(System.String,System.String,System.String)">
            <summary>
            Logins the with a token that can be used only once.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="token">The token.</param>
            <param name="customData">The custom data.</param>
            <returns> User </returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.LoginWithToken(System.String,System.String,System.String)">
            <summary>
            Logins the with token that has a defined expiration.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="token">The token.</param>
            <param name="customData">The custom data.</param>
            <returns> User </returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.GetUser(System.String)">
            <summary>Gets the user.</summary>
            <param name="userName">Name of the user.</param>
            <returns>The user object.</returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.RemoveUserFromCache(System.String)">
            <summary>Removes the user from cache.</summary>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.CreateToken">
            <summary>
            Creates a new session token with default lifetime.
            </summary>
            <returns>The token.</returns>
        </member>
        <member name="M:Tix.DomainServices.Entities.User.ThrowOnlyForSerializationException(System.Object)">
            <summary>
            Throws the "only for serialization" exception.
            </summary>
            <param name="val">The value.</param>
            <exception cref="T:System.NotSupportedException">Setter is only defined for serialization, this class should never be serialized.</exception>
        </member>
        <member name="T:Tix.DomainServices.HttpHandlers.TipsDevXapResolveHandler">
            <summary>
            Fallback to get stuff from team area if not found local.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.HttpHandlers.TipsDevXapResolveHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"/> instance.
            </summary>
            <returns>true if the <see cref="T:System.Web.IHttpHandler"/> instance is reusable; otherwise, false.</returns>
        </member>
        <member name="M:Tix.DomainServices.HttpHandlers.TipsDevXapResolveHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"/> interface.</summary>
            <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param>
        </member>
        <member name="M:Tix.DomainServices.HttpHandlers.TipsDevXapResolveHandler.ModifiedSinceLastBrowserAccess(System.Web.HttpContext,System.String)">
            <summary>Checks if the file was modified since last browser access.</summary>
            <param name="context">The context.</param>
            <param name="filepath">The filepath.</param>
            <returns>True; if the xap file was modified after the last browser access (or was not accessed yet); false otherwise.</returns>
        </member>
        <member name="T:Tix.DomainServices.ISessionFactory">
            <summary>
            Factory that allows creating database sessions.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ISessionFactory.CreateSession">
            <summary>
            Creates the session.
            </summary>
            <returns>The new session. It should be disposed.</returns>
        </member>
        <member name="T:Tix.DomainServices.NullSessionFactory">
            <summary>
            Doesn't create any session. Use for unit tests.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.NullSessionFactory.CreateSession">
            <summary>
            Creates the session.
            </summary>
            <returns>
            The new session. It should be disposed.
            </returns>
        </member>
        <member name="T:Tix.DomainServices.SerializationTrackingSession">
            <summary>The serialization tracking session.</summary>
        </member>
        <member name="M:Tix.DomainServices.SerializationTrackingSession.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.SerializationTrackingSession"/> class.</summary>
            <param name="sessionName">The session name.</param>
        </member>
        <member name="T:Tix.DomainServices.ServiceSecurityManager">
            <summary>The service security manager.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManager.Logger">
            <summary>
            The logger instance. We need to log to the server as this code determines if the Tracking
            should be enabled or not. So it is not yet available.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManager.CustomSecurityProviders">
            <summary>Stores the current set of security providers.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceSecurityManager.IsThrowErrorIfAccessDeniedOn">
            <summary>Gets a value indicating whether Error should be thrown or not; if user don't have access to call the given service.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.PerformWebServiceSecurityCheck(OpenRiaServices.DomainServices.Server.InvokeDescription,System.String)">
            <summary>Performs the security check. Will throw an exception if the access is denied.</summary>
            <param name="invokeDescription">The invoke description.</param>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.PerformCustomSecurityCheck(OpenRiaServices.DomainServices.Server.InvokeDescription,System.String)">
            <summary>
            Performs custom security checks not provided by TIX. The method calls all registered security
            providers. If any doesn't grant access the service call is stopped.
            </summary>
            <param name="invokeDescription">The invoke description.</param>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.Check(System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.String@)">
            <summary>The check.</summary>
            <param name="user">The user.</param>
            <param name="userGroups">The user Groups.</param>
            <param name="currentInvokeDescription">The current invoke description.</param>
            <param name="userHostAddress">The user Host Address.</param>
            <param name="ruleOid">The oid of rule that prevents calling.</param>
            <returns>The <c>True</c> if the user is allowed to call the given web service else <c>False</c>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.ThrowNoAccessException(System.String)">
            <summary>
            Throw the 'access denied' fault, stopping the service call.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.ResolveCustomSecurityProvider">
            <summary>
            Resolves the configured security providers.
            </summary>
            <returns>The list of registered security providers.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.GetSecurityRule(System.String,System.Collections.Generic.List{System.String},System.String,System.Collections.Generic.IEnumerable{Tix.Core.Entities.WebServiceSecurityRule},System.String)">
            <summary>The get security rule.</summary>
            <param name="user">The user.</param>
            <param name="userGroups">The user groups.</param>
            <param name="currentInvokeDescription">The current invoke description.</param>
            <param name="rules">The rules.</param>
            <param name="userHostAddress">The user Host Address.</param>
            <returns>The <see cref="T:Tix.Core.Entities.WebServiceSecurityRule"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.IsMatch(Tix.Core.Entities.WebServiceSecurityRule,System.String,System.Collections.Generic.List{System.String},System.String,System.String)">
            <summary>The is match.</summary>
            <param name="rule">The rule.</param>
            <param name="user">The user.</param>
            <param name="userGroups">The user groups.</param>
            <param name="currentInvokeDescription">The current invoke description.</param>
            <param name="userHostAddress">The user Host Address.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.DoesRuleApplyForService(Tix.Core.Entities.WebServiceSecurityRule,System.String)">
            <summary>The is valid rule.</summary>
            <param name="rule">The rule.</param>
            <param name="sessionName">The session name.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.DoesRuleApplyForReqCaller(Tix.Core.Entities.WebServiceSecurityRule,System.String)">
            <summary>The is valid rule.</summary>
            <param name="rule">The rule.</param>
            <param name="sessionName">The session name.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceSecurityManager.PrepareAsRegexRule(System.String)">
            <summary>Prepares as regular expression rule.</summary>
            <param name="rule">The rule.</param>
            <returns>The changed string.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceSecurityManagerCheckEnum">
            <summary>The service security manager check enum.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManagerCheckEnum.Allowed">
            <summary>Access allowed.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManagerCheckEnum.Denied">
            <summary>Access denied.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManagerCheckEnum.NoMatchingRow">
            <summary>The no matching row.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceSecurityManagerCheckEnum.NoRow">
            <summary>The no row in table.</summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceUsage.ServiceUsageManager">
            <summary>The service usage manager.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.ServiceUsageManagerLogger">
            <summary>The logger for this class</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.LockThis">
            <summary>The lock this.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.ToDo">
            <summary>The trace sessions.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.WebServerHostName">
            <summary>The web server host name.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.serviceUsageManagerThread">
            <summary>The started.</summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceUsage.ServiceUsageManager.serviceUsageDefaultUserCode">
            <summary>The service usage default user code.</summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceUsage.ServiceUsageManager.CurrentUsage">
            <summary>
            Gets or sets the current usage.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceUsage.ServiceUsageManager.CurrentOid">
            <summary>
            Gets the current oid.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.ServiceUsage.ServiceUsageManager.IsOn">
            <summary>Gets a value indicating whether is on.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.CreateServiceUsage">
            <summary>Create a service usage entry from the given invokeDescription and HttpContext.Current/OperationContext.Current.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetUserFromHttpContext(System.String)">
            <summary>
            Sets the user from HTTP context.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillOperationInformation(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>Fills the operation information.</summary>
            <param name="invokeDescription">The invoke description.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillDomainEntryInformation(OpenRiaServices.DomainServices.Server.DomainOperationEntry)">
            <summary>Fills the domain entry information.</summary>
            <param name="domainOperationEntry">The domain operation entry.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.LogServiceNotFound(System.String)">
            <summary>Logs a service usage entry when the service is not found.</summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetUser(System.String,System.Boolean)">
            <summary>Sets the user.</summary>
            <param name="currentUser">The current user.</param>
            <param name="securityCheckPassed">if set to <c>true</c>, set security check to passed.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetException(System.String,System.Exception,System.ServiceModel.FaultException{Tix.DomainServices.TixDomainServiceFault})">
            <summary>Sets the error to the service usage.</summary>
            <param name="description">The description.</param>
            <param name="exception">The exception.</param>
            <param name="fault">The fault.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetCustomHttpError(OpenRiaServices.DomainServices.Hosting.DomainServiceFault)">
            <summary>The set custom http error.</summary>
            <param name="customHttpError">The custom http error.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetSecurity(System.Boolean,System.String)">
            <summary>Sets the security flag to the service usage.</summary>
            <param name="passed">if set to <c>true</c>, security check was passed. The message will be ignored.</param>
            <param name="message">The message why the security check failed.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SetRequestBody(System.String)">
            <summary>Sets the request body.</summary>
            <param name="requestBody">The request body.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.PostUsageIfNeeded">
            <summary>
            Posts the usage entry.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillServiceResponse(Tix.Runtime.ServiceCall.ServiceResponseBase)">
            <summary>The process service response.</summary>
            <param name="serviceResponseBase">The service response base.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillProcessTrackingId(Tix.DataAccess.Tracking.TraceSession)">
            <summary>The fill process tracking id.</summary>
            <param name="traceSession">The trace session.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.DoPostUsage(Tix.Core.Entities.ServiceUsage,System.Boolean)">
            <summary>Post the given usage entry.</summary>
            <param name="usage">The usage.</param>
            <param name="updateResponseValues">if set to <c>true</c> update response values from the http response.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillHttpContextInformation(Tix.Core.Entities.ServiceUsage)">
            <summary>Fills the HTTP context information.</summary>
            <param name="usage">The usage.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.GetAcceptsFromHeaders(System.Web.HttpRequest,System.String)">
            <summary>Gets the accept headers for the given postfix.</summary>
            <param name="req">The request.</param>
            <param name="postfix">The postfix.</param>
            <returns>The combined fields.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillRequestBodyFromOperationContext(Tix.Core.Entities.ServiceUsage)">
            <summary>The fill request body from operation context.</summary>
            <param name="usage">The usage.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.FillRequestBodyFromHttpContext(Tix.Core.Entities.ServiceUsage)">
            <summary>The fill request body from operation context.</summary>
            <param name="usage">The usage.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.SafeGetUsername">
            <summary>The safe get username.</summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceUsage.ServiceUsageManager.Watch(System.Object)">
            <summary>The Watch.</summary>
            <param name="obj">The obj.</param>
        </member>
        <member name="T:Tix.DomainServices.SessionFactory">
            <summary>
            Implements a session factory that is supposed to be used by the production environment.
            The factory can be used to create sessions on a background thread.
            A service call itself has already a session associated, so the factory should not be used.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.SessionFactory.replacedSource">
            <summary>The replaced session factory source.</summary>
        </member>
        <member name="F:Tix.DomainServices.SessionFactory.oldSource">
            <summary>The old session factory source.</summary>
        </member>
        <member name="M:Tix.DomainServices.SessionFactory.CreateSession">
            <summary>Creates the session.</summary>
            <returns>The new session. It should be disposed.</returns>
        </member>
        <member name="M:Tix.DomainServices.SessionFactory.ReplaceSource(Tix.DomainServices.ISessionFactory)">
            <summary>Replace source.</summary>
            <param name="newSource">The new source.</param>
            <returns>The <see cref="T:System.IDisposable"/>.</returns>
        </member>
        <member name="M:Tix.DomainServices.SessionFactory.Dispose">
            <summary>The dispose.</summary>
        </member>
        <member name="T:Tix.DomainServices.SignalR.ConnectionDescription">
            <summary>
            connection description.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionDescription.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.SignalR.ConnectionDescription"/> class.
            </summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <param name="connectionDate">The connection date.</param>
            <exception cref="T:System.ArgumentNullException">
            ConnectionId cannot be empty string.
            or
            UserName cannot be empty string.
            </exception>
        </member>
        <member name="P:Tix.DomainServices.SignalR.ConnectionDescription.ConnectionId">
            <summary>
            Gets the connection identifier.
            </summary>
            <value>
            The connection identifier.
            </value>
        </member>
        <member name="P:Tix.DomainServices.SignalR.ConnectionDescription.SessionId">
            <summary>Gets or sets the session identifier.</summary>
            <value>The session identifier.</value>
        </member>
        <member name="P:Tix.DomainServices.SignalR.ConnectionDescription.UserCode">
            <summary>
            Gets the user code.
            </summary>
            <value>
            The user code.
            </value>
        </member>
        <member name="P:Tix.DomainServices.SignalR.ConnectionDescription.ConnectionDate">
            <summary>
            Gets the connection date.
            </summary>
            <value>
            The connection date.
            </value>
        </member>
        <member name="T:Tix.DomainServices.SignalR.ConnectionIdTracker">
            <summary>
            connection id tracker
            </summary>
        </member>
        <member name="F:Tix.DomainServices.SignalR.ConnectionIdTracker.connectionIds">
            <summary>
            The connection ids
            </summary>
        </member>
        <member name="P:Tix.DomainServices.SignalR.ConnectionIdTracker.ConnectionIds">
            <summary>
            Gets the connection ids.
            Use only from unit tests
            </summary>
            <value>
            The connection ids.
            </value>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.OnConnected(System.String,System.String,System.String)">
            <summary>
            Called when [connected].
            </summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.OnDisconnected(System.String)">
            <summary>
            Called when [disconnected].
            </summary>
            <param name="connectionId">The connection identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.SetConnection(System.String,Tix.DomainServices.SignalR.ConnectionDescription)">
            <summary>Sets the connection.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetFirst(System.String,System.String)">
            <summary>
            Gets the first.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>first connection id</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.OnLogoutDeleteSessionId(System.String)">
            <summary>Called when [logout delete].</summary>
            <param name="sessionId">The session identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetLast(System.String,System.String)">
            <summary>
            Gets the last.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>last connection id</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.Get(System.String,System.String)">
            <summary>Gets the specified user code.</summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>list of ConnectionId</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetConnectionDescription(System.String)">
            <summary>Gets the connection description.</summary>
            <param name="connectionId">The connection identifier.</param>
            <returns>ConnectionDescription</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetInternal(System.String,System.String)">
            <summary>
            Gets the specified user code.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>connection descriptions</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetInternal(System.String)">
            <summary>
            Gets the specified user code.
            </summary>
            <param name="userCode">The user code.</param>
            <returns>connection descriptions</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.GetInternalAll">
            <summary>Gets the internal all.</summary>
            <returns>All connection descriptions</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.ConnectionIdTracker.OnConnected(System.String,Tix.DomainServices.SignalR.ConnectionDescription)">
            <summary>
            Called when [connected].
            </summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="description">The description.</param>
            <exception cref="T:System.ArgumentNullException">ConnectionId cannot be empty string.</exception>
        </member>
        <member name="T:Tix.DomainServices.SignalR.TixDependencyResolver">
            <summary>
            The dependency resolver for Tix. Overrides the default behaviour of the IAssemblyLocator and also searches in all service assemblies.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixDependencyResolver.GetService(System.Type)">
            <summary>Overrides the default behaviour of the IAssemblyLocator and also searches in all service assemblies.</summary>
            <param name="serviceType">The type of the requested service.</param>
            <returns>The resolved object.</returns>
        </member>
        <member name="T:Tix.DomainServices.SignalR.TixHubBase`2">
            <summary>
            tix hub base class with custom tracker
            </summary>
            <typeparam name="THub">The type of the hub.</typeparam>
            <typeparam name="TTracker">The type of the tracker.</typeparam>
            <seealso cref="T:Microsoft.AspNet.SignalR.Hub`1" />
        </member>
        <member name="F:Tix.DomainServices.SignalR.TixHubBase`2.Tracker">
            <summary>
            The tracker
            </summary>
        </member>
        <member name="F:Tix.DomainServices.SignalR.TixHubBase`2.Logger">
            <summary>
            The logger
            </summary>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.OnConnected">
            <summary>
            Called when the connection connects to this hub instance.
            </summary>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task" />
            </returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.OnReconnected">
            <summary>
            Called when the connection reconnects to this hub instance.
            </summary>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task" />
            </returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.OnDisconnected(System.Boolean)">
            <summary>
            Called when a connection disconnects from this hub gracefully or due to a timeout.
            </summary>
            <param name="stopCalled">true, if stop was called on the client closing the connection gracefully;
            false, if the connection has been lost for longer than the
            <see cref="P:Microsoft.AspNet.SignalR.Configuration.IConfigurationManager.DisconnectTimeout" />.
            Timeouts can be caused by clients reconnecting to another SignalR server in scale-out.</param>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task" />
            </returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.OnConnectedTracker(System.String,System.String,System.String)">
            <summary>Called when [connected tracker].</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.OnDisconnectedTracker(System.String)">
            <summary>Called when [disconnected tracker].</summary>
            <param name="connectionId">The connection identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.GetCookieValue(Microsoft.AspNet.SignalR.IRequest,System.String,System.String,System.Boolean)">
            <summary>Gets the cookie value.</summary>
            <param name="request">The request.</param>
            <param name="cookieNameSuffix">The cookie name suffix.</param>
            <param name="userCode">The user code.</param>
            <param name="encrypt">if set to <c>true</c> [encrypt].</param>
            <returns>cookie value</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.GetFirstConnectionId(System.String,System.String)">
            <summary>
            Gets the first connection identifier.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>connection id</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.GetLastConnectionId(System.String,System.String)">
            <summary>
            Gets the last connection identifier.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>connection id</returns>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubBase`2.GetConnectionId(System.String,System.String)">
            <summary>
            Gets the last connection identifier.
            </summary>
            <param name="userCode">The user code.</param>
            <param name="sessionId">The session identifier.</param>
            <returns>connection id</returns>
        </member>
        <member name="T:Tix.DomainServices.SignalR.TixHubBase`1">
            <summary>
             tix hub base class with generic tracker
            </summary>
            <typeparam name="THub">The type of the hub.</typeparam>
        </member>
        <member name="T:Tix.DomainServices.SignalR.TixHubConfiguration">
            <summary>
            The Tix hub configuration. Overrides the default behaviour of the IAssemblyLocator and also searches in all service assemblies.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.SignalR.TixHubConfiguration.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.SignalR.TixHubConfiguration"/> class.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.StandbyAccessMode">
            <summary>
            The values for the standby access mode.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.StandbyAccessMode.Allowed">
            <summary>The service can be called in Standby.</summary>
        </member>
        <member name="F:Tix.DomainServices.StandbyAccessMode.Denied">
            <summary>The service can not be called in Standby.</summary>
        </member>
        <member name="T:Tix.DomainServices.StandbyAccessModeAttribute">
            <summary>
            Add this attribute to all services that can be called in standby mode.
            It can also be applied to a whole assembly, this will then be used as default for all services, then.
            </summary>
            <seealso cref="T:System.Attribute" />
        </member>
        <member name="M:Tix.DomainServices.StandbyAccessModeAttribute.#ctor(Tix.DomainServices.StandbyAccessMode)">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.StandbyAccessModeAttribute"/> class.
            </summary>
            <param name="mode">The mode.</param>
        </member>
        <member name="P:Tix.DomainServices.StandbyAccessModeAttribute.StandbyMode">
            <summary>
            Gets the standby mode.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.Startup">
            <summary>
            The owin startup class.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.Startup.Configuration(Owin.IAppBuilder)">
            <summary>
            Configures OWIN.
            </summary>
            <param name="app">The app.</param>
        </member>
        <member name="M:Tix.DomainServices.Startup.ConfigureIdentityServerLogin(Owin.IAppBuilder)">
            <summary>
            Configures the identity server login.
            </summary>
            <param name="app">The application.</param>
        </member>
        <member name="T:Tix.DomainServices.TixDomainServiceBase">
            <summary>
            Base class for domain services
            </summary>
        </member>
        <member name="F:Tix.DomainServices.TixDomainServiceBase.GlobalSessionContext">
            <summary>
            The session context instance that is used by the service implementations.
            </summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceBase.Configuration">
            <summary>Gets or sets the HTTP Configuration.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceBase.Result">
            <summary>Gets the result.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceBase.SessionId">
            <summary>Gets the session id of the http context.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceBase.CurrentInvokeMethod">
            <summary>
            Gets the remembered current service method name.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.Invoke(OpenRiaServices.DomainServices.Server.InvokeDescription,System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult}@)">
            <summary>Invokes the specified invoke operation.</summary>
            <param name="invokeDescription">The description of the invoke operation to perform.</param>
            <param name="validationErrors">An output parameter collection to which any validation errors
            will be added. This will be set to <c>null</c> if no validation errors are encountered.</param>
            <returns>The return value of the invocation.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.Query(OpenRiaServices.DomainServices.Server.QueryDescription,System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult}@,System.Int32@)">
            <summary>
            Performs the query operation indicated by the specified <see cref="T:OpenRiaServices.DomainServices.Server.QueryDescription" />
            and returns the results. If the query returns a singleton, it should still be returned
            as an <see cref="T:System.Collections.IEnumerable" /> containing the single result.
            </summary>
            <param name="queryDescription">The description of the query to perform.</param>
            <param name="validationErrors">Output parameter that will contain any validation errors encountered. If no validation
            errors are encountered, this will be set to <c>null</c>.</param>
            <param name="totalCount">Returns the total number of results based on the specified query, but without
            any paging applied to it.</param>
            <returns>The query results. May be null if there are no query results.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.SetConfiguration(System.Web.Http.HttpConfiguration)">
            <summary>Save the HTTP configuration.</summary>
            <param name="config">The HTTP configuration.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.CreateDatabaseContextForDirectCall(System.String)">
            <summary>
            Creates the database context for direct calls to the service class.
            Used in Tix.Core.Web
            </summary>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.SetPersistentContext">
            <summary>
            Setting the persistent context
            We need to be able to override it so we can set TixContextType different than Http
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.PreInvoke(OpenRiaServices.DomainServices.Server.DomainOperationEntry,System.String)">
            <summary>Called before the actual service call is done.</summary>
            <param name="entry">The description.</param>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.Dispose(System.Boolean)">
            <summary>Releases unmanaged and - optionally - managed resources.</summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.PostInvoke">
            <summary>
            Called after invoking the real method.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.GetServiceExceptionHelper">
            <summary>
            Gets the exception helper instance.
            </summary>
            <returns>The exception helper.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.OnError(OpenRiaServices.DomainServices.Server.DomainServiceErrorInfo)">
            <summary>This method is called whenever an unrecoverable error occurs during
            the processing of a <see>
                                    <cref>T:System.ServiceModel.DomainServices.Server.DomainService</cref>
                                </see>
                operation.
            Override this method to perform exception logging, or to inspect or transform
            server errors before results are sent back to the client.</summary>
            <param name="errorInfo">Information on the error that occurred.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.HasAuthenticatedUser">
            <summary>
            Determines whether the service has an authenticated user.
            </summary>
            <returns>
              <c>true</c> if the service has an authenticated user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.GetWorkstation">
            <summary>
            Gets the workstation.
            </summary>
            <returns>The workstation code, if set; string.Empty otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.GetUserCodeFromContext">
            <summary>
            Gets the user code from context.
            </summary>
            <returns>The user code for the current context. When the user cannot be determined, it will return "anonymous".</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.HandledByCache(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>Checks if the request is handled by the cache.</summary>
            <param name="invokeDescription">The invoke description.</param>
            <returns>True, if the data is still same in cache (same cache revision); false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.CheckStandByModeAccess(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>
            Checks the stand by mode access.
            </summary>
            <param name="invokeDescription">The invoke description.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.ValidateForgeryToken(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>Validate forgery token.</summary>
            <param name="invokeDescription">The invoke description.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.HandleSessionId(System.String)">
            <summary>
            Handles the session identifier.
            </summary>
            <param name="sessionId">The session identifier.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceBase.HandleTixUserSessionId(System.String)">
            <summary>
            Handles the session identifier.
            </summary>
            <param name="userCode">The user code.</param>
        </member>
        <member name="T:Tix.DomainServices.TixDomainServiceResponseHelper">
            <summary>The tips domain service result helper.</summary>
        </member>
        <member name="F:Tix.DomainServices.TixDomainServiceResponseHelper.Logger">
            <summary>The logger for this class.</summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.Prepare(Tix.Runtime.ServiceCall.ServiceResponseBase,Tix.DomainServices.Entities.User)">
            <summary>The prepare.</summary>
            <param name="response">The response.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.ProcessUserMessage(Tix.Runtime.ServiceCall.UserMessage,Tix.DomainServices.Entities.User)">
            <summary>The process user message.</summary>
            <param name="message">The message.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.ProcessUserMessageRow(Tix.Runtime.ServiceCall.UserMessageRow,Tix.DomainServices.Entities.User)">
            <summary>The process user message row.</summary>
            <param name="row">The row.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.ProcessCore(Tix.Runtime.ServiceCall.InteractionCore,Tix.DomainServices.Entities.User,System.String)">
            <summary>The process core.</summary>
            <param name="core">The core.</param>
            <param name="user">The user.</param>
            <param name="fieldName">Name of the field to process (informative).</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.LogTextUsage(Tix.Runtime.ServiceCall.InteractionCore)">
            <summary>
            Logs the text usage.
            </summary>
            <param name="core">The interaction core entry.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.ProcessUserRequest(Tix.Runtime.ServiceCall.UserRequest,Tix.DomainServices.Entities.User)">
            <summary>Processes user request.</summary>
            <param name="request">The user request.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.FilterAlreadyAcceptedWarnings(Tix.Runtime.ServiceCall.ServiceResponseBase)">
            <summary>The filter already accepted warnings.</summary>
            <param name="response">The response.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.TrackFilter(Tix.Runtime.ServiceCall.ServiceResponseBase,System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage},System.String)">
            <summary>The track filter.</summary>
            <param name="response">The response.</param>
            <param name="originalWarnings">The original warnings.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceResponseHelper.DescribeUserMessageRow(Tix.Runtime.ServiceCall.UserMessageRow)">
            <summary>The describe user message row.</summary>
            <param name="row">The row.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.TixDomainSettingService">
            <summary>
            A domain service that provides a database session.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainSettingService.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tix.DomainServices.TixDomainSettingService"/> class.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainSettingService.Resolve``2(Tix.Core.Settings.SettingBase{``0,``1},``1)">
            <summary>Resolve Setting Value.</summary>
            <param name="set">The setting property.</param>
            <param name="obj">The reference object.</param>
            <typeparam name="TResult">Resulting type</typeparam>
            <typeparam name="TObject">Type of the root object.</typeparam>
            <returns>The resolved setting value.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainSettingService.Resolve``1(Tix.Core.Settings.SettingBase{``0})">
            <summary>Resolve Setting Value.</summary>
            <param name="set">The setting property.</param>
            <typeparam name="TResult">
            resulting type
            </typeparam>
            <returns>
            The <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainSettingService.Resolve``2(Tix.Core.Settings.SettingBase{``0,``1})">
            <summary>Resolve Setting Value.</summary>
            <param name="set">The setting property.</param>
            <typeparam name="TResult">Resulting type</typeparam>
            <typeparam name="TObject">Type of the root object.</typeparam>
            <returns>The resolved setting value.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainSettingService.GetSettings">
            <summary>
            The get settings.
            </summary>
            <returns>
            The <see cref="T:System.Reflection.PropertyInfo"/>.
            </returns>
        </member>
        <member name="T:Tix.DomainServices.TixSelfHostedDomainService">
            <summary>
            self hosted domain service
            </summary>
            <seealso cref="T:Tix.DomainServices.TixDomainService" />
        </member>
        <member name="M:Tix.DomainServices.TixSelfHostedDomainService.Invoke(OpenRiaServices.DomainServices.Server.InvokeDescription,System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult}@)">
            <summary>
            Invokes the specified invoke description.
            </summary>
            <param name="invokeDescription">The invoke description.</param>
            <param name="validationErrors">The validation errors.</param>
            <returns>the invoke</returns>
        </member>
        <member name="M:Tix.DomainServices.TixSelfHostedDomainService.CreateHttpContextFromOperationContext">
            <summary>
            Creates a http context from the current operation context
            </summary>
            <returns>The http context.</returns>
        </member>
        <member name="T:Tix.DomainServices.TixWebApplication">
            <summary>
            The web application initialization.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixWebApplication.InitializeEnvironment">
            <summary>Initializes the environment.</summary>
        </member>
        <member name="M:Tix.DomainServices.TixWebApplication.Preload">
            <summary>Preload caches etc.</summary>
            <returns>The <see cref="T:System.Threading.Tasks.Task"/> to wait for (if needed).</returns>
        </member>
        <member name="T:Tix.DomainServices.TixDomainService">
            <summary>
            A domain service that provides a database session.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainService.EnsureCacheIsEnabled">
            <summary>
            Warms up database.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.ServiceTimer">
            <summary>
            Time measurement intended for usage in the service layer.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceTimer.Logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceTimer.lastSessionId">
            <summary>
            The last used session id.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceTimer.name">
            <summary>
            The name of the timer scope.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceTimer.sessionId">
            <summary>
            The name of the timer scope.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.ServiceTimer.watch">
            <summary>
            The watch that measures time.
            </summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceTimer.#ctor(OpenRiaServices.DomainServices.Server.DomainOperationEntry)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceTimer"/> class.</summary>
            <param name="method">The domain operation entry.</param>
        </member>
        <member name="P:Tix.DomainServices.ServiceTimer.User">
            <summary>
            Gets or sets the user name.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="M:Tix.DomainServices.ServiceTimer.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Tix.DomainServices.TixDomainServiceFault">
            <summary>The tips domain service fault.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceFault.Id">
            <summary>Gets or sets the id.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceFault.Details">
            <summary>Gets or sets the details.</summary>
        </member>
        <member name="P:Tix.DomainServices.TixDomainServiceFault.ExceptionTypeName">
            <summary>Gets or sets the exception type name.</summary>
        </member>
        <member name="T:Tix.DomainServices.TixDomainServiceExceptionHelper">
            <summary>The tips domain service exception helper.</summary>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceExceptionHelper.AppendServiceAndParameterInfo(System.Text.StringBuilder,System.String,OpenRiaServices.DomainServices.Server.InvokeDescription,Tix.Runtime.Logging.ITixLog)">
            <summary>Append ServiceName and parameter info to the given string builder.</summary>
            <param name="sb">The string builder.</param>
            <param name="currentInvokeMethod">The invoke method.</param>
            <param name="currentInvokeDescription">The invoke description.</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceExceptionHelper.CreateFaultException(System.Exception)">
            <summary>Transforms the specified exception as appropriate into a fault message that can be sent
            back to the client.</summary>
            <remarks>This method will also trace the exception if tracing is enabled.</remarks>
            <param name="e">The exception that was caught.</param>
            <returns>The exception to return.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceExceptionHelper.GetExceptionMessage(System.Exception)">
            <summary>Gets the exception message.</summary>
            <param name="e">The exception.</param>
            <returns>The formatted excpetion string.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceExceptionHelper.FormatExceptionMessage(System.Exception)">
            <summary>Gets the exception message.</summary>
            <param name="e">The exception.</param>
            <returns>The formatted excpetion string.</returns>
        </member>
        <member name="M:Tix.DomainServices.TixDomainServiceExceptionHelper.CreateBasicFaultException(System.Exception)">
            <summary>The create basic fault exception.</summary>
            <param name="e">The e.</param>
            <returns>The <see cref="T:System.ServiceModel.FaultException"/>.</returns>
        </member>
        <member name="T:Tix.DomainServices.ServiceTrackingSession">
            <summary>The tips tracking session.</summary>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.#ctor(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.ServiceTrackingSession"/> class.</summary>
            <param name="description">The description.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.GetInputs(System.Collections.Generic.IList{OpenRiaServices.DomainServices.Server.DomainOperationParameter},System.Object[])">
            <summary>Gets the dictionary with all possible values that can be used in the rule condition.
            The dictionary contains:
            <list type="bullet">
            <item><description>The parameters of the web service call</description></item>
            <item><term>User</term><description>The user that is authenticated for the web request</description></item>
            <item><term>UserGroups</term><description>The user groups of the user that is authenticated for the web request</description></item>
            </list>
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="parameterValues">The parameter values.</param>
            <returns>The dictionary with all data.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.GetServiceNameFromInvokeDescription(OpenRiaServices.DomainServices.Server.InvokeDescription)">
            <summary>Gets the service name from invoke description.</summary>
            <param name="description">The description.</param>
            <returns>The service name extracted from the InvokeDescription.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.IsServiceInputObject(System.Collections.Generic.IList{OpenRiaServices.DomainServices.Server.DomainOperationParameter},System.Object[])">
            <summary>Determines whether [is service input object] [the specified parameters].</summary>
            <param name="parameters">The parameters.</param>
            <param name="parameterValues">The parameter values.</param>
            <returns>True when the input is a service input object, false otherwise.</returns>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.AddInputsFromParameters(System.Collections.Generic.IList{OpenRiaServices.DomainServices.Server.DomainOperationParameter},System.Object[],System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>Adds the inputs from parameters.</summary>
            <param name="parameters">The parameters.</param>
            <param name="parameterValues">The parameter values.</param>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="M:Tix.DomainServices.ServiceTrackingSession.AddInputsFromServiceInputObject(System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>Adds the inputs from service input object.</summary>
            <param name="parameter">The parameter.</param>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="T:Tix.DomainServices.WebServiceUsageAttribute">
            <summary>The webservice usage attribute.</summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageAttribute.webServiceUsageType">
            <summary>The WebService Usage Type.</summary>
        </member>
        <member name="M:Tix.DomainServices.WebServiceUsageAttribute.#ctor(Tix.DomainServices.WebServiceUsageType)">
            <summary>Initializes a new instance of the <see cref="T:Tix.DomainServices.WebServiceUsageAttribute"/> class.</summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Tix.DomainServices.WebServiceUsageAttribute.Value">
            <summary>Gets the value.</summary>
        </member>
        <member name="T:Tix.DomainServices.WebServiceUsageType">
            <summary>
            Enums for the webservice usage types
            </summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageType.TIXUI5">
            <summary>
            Used only by TIX UI5
            </summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageType.Internal">
            <summary>
            Only internal usage, can change without problems
            </summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageType.External">
            <summary>
            External usage. Needs to be stable as an API
            </summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageType.Dummy">
            <summary>
            Dummy usage. It is used for mocking of UI.
            </summary>
        </member>
        <member name="F:Tix.DomainServices.WebServiceUsageType.Classified">
            <summary>
            for admin usage only
            </summary>
        </member>
        <member name="T:Tips.DomainServices.HttpHandlers.TipsDevXapResolveHandler">
            <summary>
            Fallback to get stuff from team area if not found local.
            </summary>
        </member>
        <member name="P:Tips.DomainServices.HttpHandlers.TipsDevXapResolveHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"/> instance.
            </summary>
            <returns>true if the <see cref="T:System.Web.IHttpHandler"/> instance is reusable; otherwise, false.</returns>
        </member>
        <member name="M:Tips.DomainServices.HttpHandlers.TipsDevXapResolveHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"/> interface.</summary>
            <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param>
        </member>
        <member name="M:Tips.DomainServices.HttpHandlers.TipsDevXapResolveHandler.ModifiedSinceLastBrowserAccess(System.Web.HttpContext,System.String)">
            <summary>Checks if the file was modified since last browser access.</summary>
            <param name="context">The context.</param>
            <param name="filepath">The filepath.</param>
            <returns>True; if the xap file was modified after the last browser access (or was not accessed yet); false otherwise.</returns>
        </member>
        <member name="T:Tips.DomainServices.ServiceHosting.TipsDomainServiceHttpModule">
            <summary>
            The domain service http module.
            </summary>
        </member>
        <member name="T:Tips.DomainServices.ServiceHosting.TipsDomainServicesSection">
            <summary>
            The tips domain services section. Alias with "Tips" namespace.
            </summary>
        </member>
        <member name="T:Tips.DomainServices.ServiceHosting.TipsSoapEndpointFactory">
            <summary>
            Alias for the json endpoint factory.
            </summary>
        </member>
        <member name="T:Tips.DomainServices.ServiceHosting.TipsJsonEndpointFactory">
            <summary>
            Alias for the json endpoint factory.
            </summary>
        </member>
    </members>
</doc>

Zerion Mini Shell 1.0