<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Pilotfish.Afx.Admin.Data</name>
    </assembly>
    <members>
        <member name="T:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase.GetPollFrequencys">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase.GetPollFrequencys(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase.GetServices">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Svc.AfxAdminSvcDatabase.GetServices(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetMessages(System.Nullable{System.Int32})">
            <summary>
             Get list of messages from the crm.Messages table
            </summary>
            <param name="count">Top number of rows to be returned.</param>
            <returns>List of messages</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQueryTypes">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQueryTypes(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQueryStatus">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQueryStatus(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQuerySources">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.GetQuerySources(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.SearchMessages(System.Int16,System.Int64,System.String,System.String,System.Nullable{System.Boolean},System.Int64,System.DateTime,System.DateTime)">
            <summary>
            Searches Messages Table and return a collection of matching results
            </summary>
            <param name="entityID">The Entity</param>
            <param name="itemID">The Item</param>
            <param name="sender">The Sender</param>
            <param name="recipients">The Recipients</param>
            <param name="isHtml">Is the Message HTML</param>
            <param name="createdByID">Who Created the Message</param>
            <param name="startDate">The Start Date to search from</param>
            <param name="endDate">The End Date to search up untill</param>
            <returns></returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.MessageTemplateHtmlTester(System.Int16,System.Int64,System.Int64)">
            <summary>
            Messages the template HTML tester.
            </summary>
            <param name="entityID">The entity ID.</param>
            <param name="itemID">The item ID.</param>
            <param name="messageTemplateID">The message template ID.</param>
            <returns></returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Crm.AfxAdminCrmDatabase.MessageTemplateSqlTester(System.Int64)">
            <summary>
            Messages the template SQL tester.
            </summary>
            <param name="messageTemplateID">The message template ID.</param>
            <returns></returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetEntities">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetEntities(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetAuthenticationTypes">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetAuthenticationTypes(System.Int32)">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetAuthTypes">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetAuthTypes(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetSmsDeliveryMethod">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Sys.AfxAdminSysDatabase.GetObjectColumns(System.String)">
            <summary>
            Get Object Columns By The Name of the Object
            </summary>
            <param name="objectName">objectName 'String'</param>
            <returns>Object collection</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetUsers">
            <summary>
            User Lookup
            </summary>
            <returns>IEmumarable List of Users</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.ResetUserPassword(System.Int64,System.String,System.String)">
            <summary>
            Resets the user password.
            </summary>
            <param name="userId">The user id.</param>
            <param name="userName">Name of the user.</param>
            <param name="newPassword">The new password.</param>
            <returns></returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetApplications">
            <summary>
            Applications Lookup
            </summary>
            <returns>IEmumarable List of Applications</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetUserStatus">
            <summary>
            UserStates Lookup
            </summary>
            <returns>IEmumarable List of User States</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetRoles">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetRoles(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetUserSettings">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.ClearUserSettings(System.Int64)">
            <summary>
            Clears the user settings.
            </summary>
            <param name="userID">The user ID.</param>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetSecurables">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.Securables(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetUserByID(System.Nullable{System.Int64})">
            <summary>
            Get User and Roles
            </summary>
            <returns>User Object With Roles Collection, based on parsed "userID"</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Security.AfxAdminSecurityDatabase.GetRoleByID(System.Int64)">
            <summary>
            Get User and Roles
            </summary>
            <returns>Role Object With Securables Collection, based on parsed "roleID"</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetConnections">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetConnections(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetConnectionTypes">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetConnectionTypes(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetCommandTypes">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetCommandTypes(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetDataSources">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetDataSources(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.GetBulkReAssignMatrix(System.String,System.Int64,System.Int64,System.Int64,System.Int64)">
            <summary>
            Gets the bulk re assign matrix.
            </summary>
            <param name="systemIds">The system ids.</param>
            <param name="userId">The user id.</param>
            <param name="workflowId">The workflow id.</param>
            <param name="fromUserId">From user id.</param>
            <param name="toUserId">To user id.</param>
            <returns></returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.BulkReAssignTasksAndParticipants(System.String,System.Int64,System.Int64,System.Int64,System.Int64,System.String)">
            <summary>
            Bulks the re assign tasks and participants.
            </summary>
            <param name="systemIds">The system ids.</param>
            <param name="workflowId">The workflow id.</param>
            <param name="workflowTemplateStepId">The workflow template step id.</param>
            <param name="fromUserId">From user id.</param>
            <param name="toUserId">To user id.</param>
            <param name="comments">The comments.</param>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.SearchSystemWorkflowInstances(System.String,System.Int64,System.String,System.Boolean)">
            <summary>
            Searches the system workflow instances.
            </summary>
            <param name="systemIds">The system ids.</param>
            <param name="searchedByUserId">The searched by user id.</param>
            <param name="reference">The reference.</param>
            <param name="useMinimumReqFieldsOnly">if set to <c>true</c> [use minimum req fields only].</param>
            <returns></returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Integration.AfxAdminIntegrationDatabase.CancelSystemWorkflowInstances(System.Int64,System.Int64,System.Int64,System.String)">
            <summary>
            Cancels the system workflow instances.
            </summary>
            <param name="systemId">The system id.</param>
            <param name="workflowInstanceId">The workflow instance id.</param>
            <param name="cancelledByUserId">The cancelled by user id.</param>
            <param name="comments">The comments.</param>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplateStatuses(System.Int32)">
            <summary>
            Get Checklist Template Statuses based on count.
            </summary>
            <param name="count">Restricts amount of Checklist Template Statuses</param>
            <returns>List of Checklist Template Statuses</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplateStatuses">
            <summary>
            Get all Checklist Template Statuses.
            </summary>
            <returns>List of Entites</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplates(System.Int32)">
            <summary>
            Get Checklist Template Statuses based on count.
            </summary>
            <param name="count">Restricts amount of Checklist Template Statuses</param>
            <returns>List of Checklist Template Statuses</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplates">
            <summary>
            Get all Checklist Template Statuses.
            </summary>
            <returns>List of Entites</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetCaptureFields(System.Int32)">
            <summary>
            Get Checklist Template Statuses based on count.
            </summary>
            <param name="count">Restricts amount of Checklist Template Statuses</param>
            <returns>List of Checklist Template Statuses</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetCaptureFields">
            <summary>
            Get all Checklist Template Statuses.
            </summary>
            <returns>List of Entites</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplateQuestions">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Form.AfxAdminFormDatabase.GetChecklistTemplateQuestions(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Wf.AfxAdminWorkflowDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Wf.AfxAdminWorkflowDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Wf.AfxAdminWorkflowDatabase.GetWorkflows">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Wf.AfxAdminWorkflowDatabase.GetWorkflows(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportDefinitions">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportDefinitions(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportSevers">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportSevers(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportGroups(System.Int32)">
            <summary>
            Get Report Servers based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of Report Servers.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Report.AfxAdminReportDatabase.GetReportGroups">
            <summary>
            Get all Report Servers.
            </summary>
            <returns>List of Report Servers.</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Doc.AfxAdminDocDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Doc.AfxAdminDocDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Doc.AfxAdminDocDatabase.GetStoreTypes">
            <summary>
            DocumentStoreTypes Lookup
            </summary>
            <returns>IEmumarable List of DocumentStoreType</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Doc.AfxAdminDocDatabase.GetDocuments">
            <summary>
            Documents Lookup
            </summary>
            <returns>IEmumarable List of Documents</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Doc.AfxAdminDocDatabase.GetMimeTypes">
            <summary>
            DocumentMimeTypes Lookup
            </summary>
            <returns>IEmumarable List of DocumentMimeTypes</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.SearchAuditHistory(System.Int16,System.Int16,System.Int16,System.Int64,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Int64,System.DateTime,System.DateTime)">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.SearchAuditSystemLog(System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Int64},System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.GetSources">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.GetSources(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.GetActions">
            <summary>
            Get all data from table.
            </summary>
            <returns>List of objects</returns>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Audit.AfxAdminAuditDatabase.GetActions(System.Int32)">
            <summary>
            Get data from table based on count.
            </summary>
            <param name="count">Restricts amount returned items in the collection.</param>
            <returns>List of objects.</returns>
        </member>
        <member name="T:Pilotfish.Afx.Admin.Delegation.AfxAdminDelegationDatabase">
            <summary>
             Afx admin database
            </summary>
        </member>
        <member name="M:Pilotfish.Afx.Admin.Delegation.AfxAdminDelegationDatabase.#ctor">
            <summary>
             Constructor
            </summary>
        </member>
    </members>
</doc>
