%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/Tips.Base.Data.Entities.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Tips.Base.Data.Entities</name>
    </assembly>
    <members>
        <member name="T:Tips.Base.Data.Entities.ActionLog">
            <summary>
            Represents the ActionLog.
            <para>Db Table: ACTIONLOG</para>
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLog.ErrorLevelInfo">
            <summary>The error level information</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLog.ErrorLevelWarning">
            <summary>The error level warning</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLog.ErrorLevelError">
            <summary>The error level error</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActionLogEntry">
            <summary>
            Represents the ActionLogEntry.
            <para>Db Table: TIX_ACTIONLOG</para>
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionCode">
            <summary>The ActionCode.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionKey">
            <summary>The ActionKey.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionMessageId">
            <summary>The ActionMessageId.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionSource">
            <summary>The ActionSource.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionSpecification">
            <summary>The ActionSpecification.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionState">
            <summary>The ActionState.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ActionLogEntry.actionText">
            <summary>The ActionText.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActionLogEntry.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActionLogEntry"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionCode">
            <summary>
            Gets or sets the ActionCode.
            <para>Db Column: ACTIONCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionGroup">
            <summary>
            Gets or sets the ActionGroup.
            <para>Db Column: ACTGRP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionKey">
            <summary>
            Gets or sets the ActionKey.
            <para>Db Column: ACTKEY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionMessageId">
            <summary>
            Gets or sets the ActionMessageId.
            <para>Db Column: ACTMSGID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionSource">
            <summary>
            Gets or sets the ActionSource.
            <para>Db Column: ACTSRC</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionSpecification">
            <summary>
            Gets or sets the ActionSpecification.
            <para>Db Column: ACTSPEC</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionState">
            <summary>
            Gets or sets the ActionState.
            <para>Db Column: ACTSTAT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ActionText">
            <summary>
            Gets or sets the ActionText.
            <para>Db Column: ACTIONTEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ErrorLevel">
            <summary>
            Gets or sets the ErrorLevel.
            <para>Db Column: ERRLEVELNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ObjectClass">
            <summary>
            Gets or sets the ObjectClass.
            <para>Db Column: OBJCLASS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.ReferenceOid">
            <summary>
            Gets or sets the ReferenceOid.
            <para>Db Column: REFOID</para>
            <para>Db Comment: the current record is referenced by another (parent) record. The relationship is established using the oid of the parent record. The record can be located in any table in the system, the referenced table must be given for a context.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActionLogEntry.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActionLogEntry.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActionLogEntry.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActionLogEntry.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActionLogEntryMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ActionLogEntry" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActionLogEntryMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActionLogEntryMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActiveUserWorkstation">
            <summary>
            Represents the ActiveUserWorkstation.
            <para>Db Table: BDS_ACTIVE_USER_WORKSTATION</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstation.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstation"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.WorkstationBrowserId">
            <summary>
            Gets or sets the WorkstationBrowserId.
            <para>Db Column: SESSIONID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.HostName">
            <summary>
            Gets or sets the HostName.
            <para>Db Column: HOSTNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.ActiveFlag">
            <summary>
            Gets or sets a value indicating whether ActiveFlag is set.
            <para>Db Column: ACTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstation.DeleteOnStartup">
            <summary>
            Gets or sets a value indicating whether DeleteOnStartup is set.
            <para>Db Column: DELONSTARTFLAG</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstation.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstation.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstation.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActiveUserWorkstationHub">
            <summary>
            Represents the ActiveUserWorkstationHub.
            <para>Db Table: BDS_WORKSTATION_HUB</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationHub.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstationHub"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.ConnectionId">
            <summary>
            Gets or sets the ConnectionId.
            <para>Db Column: WSCONNID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.BrowserId">
            <summary>
            Gets or sets the BrowserId.
            <para>Db Column: CLIENTID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.ConnectionDate">
            <summary>
            Gets or sets the ConnectionDate.
            <para>Db Column: CONNDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.HostName">
            <summary>
            Gets or sets the HostName.
            <para>Db Column: HOSTNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ActiveUserWorkstationHub.DeleteOnStartup">
            <summary>
            Gets or sets a value indicating whether DeleteOnStartup is set.
            <para>Db Column: DELONSTARTFLAG</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationHub.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationHub.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationHub.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActiveUserWorkstationHubMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstationHub" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationHubMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstationHubMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ActiveUserWorkstationMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstation" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ActiveUserWorkstationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ActiveUserWorkstationMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.StandardArticle">
            <summary>
            Represents the StandardArticle.
            <para>Db Table: BDS_STANDARDARTICLE</para>
            </summary>
            <summary>
            The standard article.
            </summary>
            <seealso cref="T:Tix.DataAccess.DatabaseEntity" />
        </member>
        <member name="M:Tips.Base.Data.Entities.StandardArticle.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.StandardArticle"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.ArticleCode">
            <summary>
            Gets or sets the ArticleCode.
            <para>Db Column: MATCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.ArticleName">
            <summary>
            Gets or sets the ArticleName.
            <para>Db Column: MATNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.MaterialGroupCode">
            <summary>
            Gets or sets the MaterialGroupCode.
            <para>Db Column: MATGROUPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.MaterialModelCode">
            <summary>
            Gets or sets the MaterialModelCode.
            <para>Db Column: MATMODELCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.GradeCode">
            <summary>
            Gets or sets the GradeCode.
            <para>Db Column: GRADCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollDiameter">
            <summary>
            Gets or sets the RollDiameter.
            <para>Db Column: ROLLDIAM</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollDiameterMaximum">
            <summary>
            Gets or sets the RollDiameterMaximum.
            <para>Db Column: ROLLDIAMMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollDiameterMinimum">
            <summary>
            Gets or sets the RollDiameterMinimum.
            <para>Db Column: ROLLDIAMMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.DiameterClassCodeDiameter">
            <summary>
            Gets or sets the DiameterClassCodeDiameter.
            <para>Db Column: DIAMCLASSCODEDIAM</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollLength">
            <summary>
            Gets or sets the RollLength.
            <para>Db Column: ROLLLENG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollLengthMaximum">
            <summary>
            Gets or sets the RollLengthMaximum.
            <para>Db Column: ROLLLENGMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollLengthMinimum">
            <summary>
            Gets or sets the RollLengthMinimum.
            <para>Db Column: ROLLLENGMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.LengthClassCodeLength">
            <summary>
            Gets or sets the LengthClassCodeLength.
            <para>Db Column: LENGCLASSCODELENG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollWidth">
            <summary>
            Gets or sets the RollWidth.
            <para>Db Column: ROLLWIDT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollWidthMaximum">
            <summary>
            Gets or sets the RollWidthMaximum.
            <para>Db Column: ROLLWIDTMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.RollWidthMinimum">
            <summary>
            Gets or sets the RollWidthMinimum.
            <para>Db Column: ROLLWIDTMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.PackagingCode">
            <summary>
            Gets or sets the PackagingCode.
            <para>Db Column: PACKCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.UnitWeight">
            <summary>
            Gets or sets the UnitWeight.
            <para>Db Column: UNITWEIG</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.StandardArticle.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.StandardArticle.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.StandardArticle.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.Length">
            <summary>
            Gets the most precise length that is defined for the article.
            </summary>
            <value>
            The length.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.Diameter">
            <summary>
            Gets the most precise diameter that is defined for the article.
            </summary>
            <value>
            The diameter.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.StandardArticle.Width">
            <summary>
            Gets the most precise width that is defined for the article.
            </summary>
            <value>
            The width.
            </value>
        </member>
        <member name="T:Tips.Base.Data.Entities.StandardArticleMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.StandardArticle" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.StandardArticleMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.StandardArticleMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Attributes.CodeGeneratorTokenExportAttribute">
            <summary>
            the code generator token export attribute
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorTokenMetaData" />
            <seealso cref="T:System.ComponentModel.Composition.ExportAttribute" />
        </member>
        <member name="M:Tips.Base.Data.Entities.Attributes.CodeGeneratorTokenExportAttribute.#ctor(System.String,System.Type[])">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Attributes.CodeGeneratorTokenExportAttribute"/> class.
            </summary>
            <param name="tokenCode">The token code.</param>
            <param name="inputTypes">The required input types for token.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Attributes.CodeGeneratorTokenExportAttribute.TokenCode">
            <summary>
            Gets the token code.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Attributes.CodeGeneratorTokenExportAttribute.InputTypes">
            <summary>
            Gets the token code.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.CacheCategories">
            <summary>
            The predefined cache categories
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Property">
            <summary>The property</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Company">
            <summary>The company.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Product">
            <summary>The product structure base data.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.MillStructure">
            <summary>The Mill structure base data.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Classifications">
            <summary>The classification rules if you want to classify unititem or pattern track.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.QualityBaseData">
            <summary>Caching category for quality basic data.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.StoreBaseData">
            <summary>The store base data.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.LabelEditor">
            <summary>The label editor.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Phrase">
            <summary>The phrase.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Core">
            <summary>The core.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.SignalType">
            <summary>The signal type.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Printing">
            <summary>The printing.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.DomainClient">
            <summary>The domain client.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.BomConversionRules">
            <summary>The bom conversion rules.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.ReasonCodes">
            <summary>The reason codes.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.Language">
            <summary>The language codes.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CacheCategories.User">
            <summary>The User codes.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.CompanyCache">
            <summary>The cache.</summary>
            <seealso cref="T:Tix.DataAccess.Caching.CacheBase" />
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CompanyCache.companyByCodeDict">
            <summary>The companies dictionary.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CompanyCache.companyByCompanyCodesDict">
            <summary>The companies dictionary.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CompanyCache.companyByRoleDict">
            <summary>The companies dictionary.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CompanyCache.companyByRolesDict">
            <summary>The companies dictionary.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CompanyCache.stockOwnerDict">
            <summary>The stock owner dictionary. The string is a company code, the Company is the stock owner defined for the company code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.CompanyCache.Companies">
            <summary>Gets Companies</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.Get(System.String)">
            <summary>Gets the Company.</summary>
            <param name = "companyCode">The company Code.</param>
            <returns>The found RecipeProcess or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.GetStockOwner(System.String)">
            <summary>
            Gets the stock owner of the company.
            </summary>
            <param name="companyCode">The company code.</param>
            <returns>The stock owner or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.SearchByCompanyByRole(Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType)">
            <summary>Searches companies by their role.</summary>
            <param name="role">The company role to search for.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.FindByCompanyCodes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Find the Companies.</summary>
            <param name="companyCodes">The company codes.</param>
            <returns>List of company</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>Copies the caches content to the current cache instance.</summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CompanyCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.CoreCache">
            <summary>The cache.</summary>
            <seealso cref="T:Tix.DataAccess.Caching.CacheBase" />
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.CoreCache.coresLazy">
            <summary>The phrases lazy.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.CoreCache.Cores">
            <summary>Gets the phrases.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CoreCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>Copies the caches content to the current cache instance.</summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.CoreCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.LanguageCache">
            <summary>The cache.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.LanguageCache.dbDescrLangLazy">
            <summary>
            The database description language lazy
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.LanguageCache.dbApplLangLazy">
            <summary>
            The database appl language lazy
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.LanguageCache.DbDescrLangs">
            <summary>Gets the database description langs.</summary>
            <value>The database description langs.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.LanguageCache.DbApplLangs">
            <summary>Gets the database appl langs.</summary>
            <value>The database appl langs.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.LanguageCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>
            Copies the caches content to the current cache instance.
            </summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.LanguageCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.ReasonCache">
            <summary>The reason cache.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.ReasonCache.descrLangLazy">
            <summary>The reasons lazy.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.ReasonCache.reasonsLazy">
            <summary>The reasons lazy.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.ReasonCache.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Caches.ReasonCache"/> class.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.ReasonCache.Reasons">
            <summary>Gets the reasons.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.ReasonCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>
            Copies the caches content to the current cache instance.
            </summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.ReasonCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.MillCache">
            <summary>The cache.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.millsLazy">
            <summary>
            The mills lazy
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.millMachineTypesLazy">
            <summary>
            The mill machine types lazy
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.machinePhasesLazy">
            <summary>
            The machine phases lazy
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.processesLazy">
            <summary>
            The processes lazy
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.workstationsLazy">
            <summary>The workstations lazy.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.userWorkstationsLazy">
            <summary>The user workstations lazy.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.workstationProcesses">
            <summary>The workstation processes</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.MillCache.processCodeDictionary">
            <summary>The dictionary for retrieving a process by its code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.Mills">
            <summary>Gets the mills.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.MillsByMillCode">
            <summary>Gets a dictionary that indexes the mills by the mill code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.MillMachineTypes">
            <summary>Gets the mill machine types.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.MachinePhases">
            <summary>Gets the machine phases.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.Processes">
            <summary>Gets the processes.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.Workstations">
            <summary>Gets the workstations.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.UserWorkstations">
            <summary>Gets the User Workstations.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.MillCache.WorkstationProcesses">
            <summary>Gets the workstation processes.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.MillCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>
            Copies the caches content to the current cache instance.
            </summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.MillCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.MillCache.Get(System.String)">
            <summary>Gets the process by its code. If the process is not found, null is returned.</summary>
            <param name="processCode">The process code.</param>
            <returns>The process matching the code, or null if it was not found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.PhraseCache">
            <summary>The cache.</summary>
            <seealso cref="T:Tix.DataAccess.Caching.CacheBase" />
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.PhraseCache.phrasesLazy">
            <summary>The phrases lazy.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.PhraseCache.Phrases">
            <summary>Gets the phrases.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PhraseCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>Copies the caches content to the current cache instance.</summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PhraseCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.ProductCache">
            <summary>The cache.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.ProductCache.standardArticlesLazy">
            <summary>The articles lazy.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.ProductCache.productsLazy">
            <summary>The products lazy.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.ProductCache.grades">
            <summary>The grades</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.ProductCache.Products">
            <summary>Gets the products.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.ProductCache.Grades">
            <summary>Gets the grades.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.ProductCache.GradesByGradeCode">
            <summary>Gets a dictionary containing the grades indexed by the grade code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.ProductCache.StandardArticles">
            <summary>Gets the standard articles.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.ProductCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>
            The copy.
            </summary>
            <param name="oldCache">
            The old cache.
            </param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.ProductCache.GetCategoryForRefresh">
            <summary>The get supported categories.</summary>
            <returns>The supported categories dictionary.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.PropertyCache">
            <summary>The property cache.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.PropertyCache.propertyValueDictionary">
            <summary>The property value dictionary</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.PropertyCache.propertiesLazy">
            <summary>The properties lazy</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.PropertyCache.propertiesLazyDictionary">
            <summary>The properties lazy dictionary</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.PropertyCache.propertyValuesAndTypesDictionary">
            <summary>The property values and types dictionary</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>The parameter dictionary.</summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetCategoryForRefresh">
            <summary>The get supported categories.</summary>
            <returns>Supported categories.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetAllGenericPropertyValues(System.String,System.String)">
            <summary>
            Gets all generic property values.
            </summary>
            <param name="oid">The oid.</param>
            <param name="propertyCode">The property code.</param>
            <returns>The property value for the given entity and property.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetAllPropertyDefinitions">
            <summary>
            Gets all property definitions.
            </summary>
            <returns>The property definitions.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetPropertyDefinition(System.String,System.Boolean)">
            <summary>
            Gets the property definition.
            </summary>
            <param name="propertyCode">The property code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The property definition.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetPropertyValue``1(System.String,System.String,System.Boolean)">
            <summary>
            Gets the property value.
            </summary>
            <typeparam name="TPropertyValue">The type of the property value.</typeparam>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.PropertyCache.GetPropertyDefinitionFromDatabase(System.String)">
            <summary>
            Gets the property definition from database.
            </summary>
            <param name="propertyCode">The property code.</param>
            <returns>The property or null.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Caches.SignalTypeCache">
            <summary>The signal type cache.</summary>
            <seealso cref="T:Tix.DataAccess.Caching.CacheBase" />
        </member>
        <member name="F:Tips.Base.Data.Entities.Caches.SignalTypeCache.signalTypesLazy">
            <summary>The signal types lazy.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.SignalTypeCache.SignalTypes">
            <summary>Gets the signal types.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Caches.SignalTypeCache.SignalTypeActions">
            <summary>Gets the signal type actions.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.SignalTypeCache.Copy(Tix.DataAccess.Interfaces.ICache)">
            <summary>Copies the caches content to the current cache instance.</summary>
            <param name="oldCache">The old cache.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Caches.SignalTypeCache.GetCategoryForRefresh">
            <summary>Gets the supported cache category.</summary>
            <returns>The supported category.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ChangeLog">
            <summary>
            Represents the ChangeLog.
            <para>Db Table: BDS_CHANGELOG</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLog.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ChangeLog"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.RecordActionType">
            <summary>
            Gets or sets the RecordActionType.
            <para>Db Column: ACTCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.RecordActionTypeRaw">
            <summary>Gets or sets the RecordActionType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.OracleAction">
            <summary>
            Gets or sets the OracleAction.
            <para>Db Column: ORAACTION</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.OracleMachine">
            <summary>
            Gets or sets the OracleMachine.
            <para>Db Column: ORAMACHINE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.OracleModule">
            <summary>
            Gets or sets the OracleModule.
            <para>Db Column: ORAMODULE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.OracleOsUser">
            <summary>
            Gets or sets the OracleOsUser.
            <para>Db Column: ORAOSUSER</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.OracleProgram">
            <summary>
            Gets or sets the OracleProgram.
            <para>Db Column: ORAPROGRAM</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceIby">
            <summary>
            Gets or sets the ReferenceIby.
            <para>Db Column: REFIBY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceIdate">
            <summary>
            Gets or sets the ReferenceIdate.
            <para>Db Column: REFIDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceKeyString">
            <summary>
            Gets or sets the ReferenceKeyString.
            <para>Db Column: REFKEYSTRING</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceOid">
            <summary>
            Gets or sets the ReferenceOid.
            <para>Db Column: REFOID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceUby">
            <summary>
            Gets or sets the ReferenceUby.
            <para>Db Column: REFUBY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceUcnt">
            <summary>
            Gets or sets the ReferenceUcnt.
            <para>Db Column: REFUCNT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ReferenceUdate">
            <summary>
            Gets or sets the ReferenceUdate.
            <para>Db Column: REFUDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.TableName">
            <summary>
            Gets or sets the TableName.
            <para>Db Column: TABLENAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLog.ChangeLogCols">
            <summary>Gets or sets the ChangeLogCols.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLog.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLog.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLog.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ChangeLogCol">
            <summary>
            Represents the ChangeLogCol.
            <para>Db Table: BDS_CHANGELOGCOL</para>
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ChangeLogCol.valueStringNew">
            <summary>The ValueStringNew.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ChangeLogCol.valueStringOld">
            <summary>The ValueStringOld.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogCol.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ChangeLogCol"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLogCol.ChangeLogOid">
            <summary>
            Gets or sets the ChangeLogOid.
            <para>Db Column: CHANGLOGOID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLogCol.ColumnName">
            <summary>
            Gets or sets the ColumnName.
            <para>Db Column: COLNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLogCol.ValueStringNew">
            <summary>
            Gets or sets the ValueStringNew.
            <para>Db Column: VALSTRINGNEW</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLogCol.ValueStringOld">
            <summary>
            Gets or sets the ValueStringOld.
            <para>Db Column: VALSTRINGOLD</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ChangeLogCol.ChangeLog">
            <summary>Gets or sets the ChangeLog.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogCol.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogCol.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogCol.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ChangeLogColMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ChangeLogCol" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogColMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ChangeLogColMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ChangeLogMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ChangeLog" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ChangeLogMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ChangeLogMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken">
            <summary>
            Alphanumeric sequence token.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken.TokenCodeName">
            <summary>
            The token code.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken.characters">
            <summary>
            Characters to use in alphanumeric sequence - L and O is ommited
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken"/> class.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGeneratorToken.AlphanumericCodeGeneratorToken.Evaluate(System.Object[])">
            <summary>
            Evaluates the value for the token.
            </summary>
            <param name="parameters">The parameters passed to the generator.</param>
            <returns>Representation of token for specified parameters.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGeneratorToken.BaseCodeGeneratorToken">
            <summary>
            Base class for code generator token.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGeneratorToken.BaseCodeGeneratorToken.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CodeGeneratorToken.BaseCodeGeneratorToken"/> class.
            </summary>
            <param name="tokenCode">The token handled by this generator.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.CodeGeneratorToken.BaseCodeGeneratorToken.TokenCode">
            <summary>
            Gets token code implemented by the code generator.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGeneratorToken.BaseCodeGeneratorToken.Evaluate(System.Object[])">
            <summary>
            Evaluates the value for the token.
            </summary>
            <param name="parameters">The parameters passed to the generator.</param>
            <returns>Representation of token for specified parameters.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGenerator.CustomTokenHelper">
            <summary>
            Helper class for handling of custom tokens
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.CustomTokenHelper.AppendCustomTokens(System.Collections.Generic.Dictionary{System.String,System.Func{System.Nullable{System.Int32},System.Char,System.String}},System.Object[])">
            <summary>
            Appends custom token evaluator to the dictionary of known tokens.
            </summary>
            <param name="tokens">The dictionary with tokens</param>
            <param name="parameters">Parameters for token evaluation</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.CustomTokenHelper.GetCustomTokens">
            <summary>
            Gets the list of all instalkled tokens in system.
            </summary>
            <returns>List of token codes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.CustomTokenHelper.EvaluateToken(System.String,System.Object[])">
            <summary>
            Evaluates value of custom token, using custom token implementation.
            </summary>
            <param name="tokenCode">The token code.</param>
            <param name="parameters">The parameters for custom tokens.</param>
            <returns>Value of token.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGenerator.CommonTokens">
            <summary>
            Contains common definition of date tokens processing
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.CommonTokens.GetTokens">
            <summary>
            Gets the common date time tokens functions
            </summary>
            <returns>The dictionary with default date time tokens</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGenerator.IdentTemplateCodeGenerator">
            <summary>
            The ident template code generator.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.IdentTemplateCodeGenerator.Format(System.String,System.Object[])">
            <summary>
            Returns string with replaced tokens
            </summary>
            <param name="identTemplateCode">The format of ident template code.</param>
            <param name="parameters">The parameters for custom tokens.</param>
            <returns>
            New id code.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CodeGenerator.TokenParser">
            <summary>
            Replaces tokens in strings
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CodeGenerator.TokenParser.PaddingCharacter">
            <summary>
            The padding character used for generating code.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.TokenParser.Evaluate(System.Collections.Generic.Dictionary{System.String,System.Func{System.Nullable{System.Int32},System.Char,System.String}},System.String)">
            <summary>
            Evaluates format of the template.
            </summary>
            <param name="tokens">The supported tokens.</param>
            <param name="identTemplateCode">The format of ident template code.</param>
            <returns>
            Evaluated <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CodeGenerator.TokenParser.Evaluator(System.Collections.Generic.Dictionary{System.String,System.Func{System.Nullable{System.Int32},System.Char,System.String}},System.Nullable{System.Int32},System.String)">
            <summary>Evaluates found tokens.</summary>
            <param name="tokens">The supported tokens.</param>
            <param name="length">The requested length.</param>
            <param name="token">The token code.</param>
            <returns>Evaluated string for found token.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Company">
            <summary>
            Represents the Company.
            </summary>
            <summary>
            Represents the Company.
            <para>Db Table: BDS_COMPANY</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.Create(Tips.Base.Core.ValueObjects.CompanyCodeVo,Tips.Base.Core.ValueObjects.CompanyCountryCodeVo,Tips.Base.Core.ValueObjects.CompanyLanguageCodeVo,Tips.Base.Core.ValueObjects.CompanyAbbreviationVo)">
            <summary>Creates the specified company.</summary>
            <param name="code">The code representing a company.</param>
            <param name="countryCode">country code</param>
            <param name="languageCode">language code</param>
            <param name="abbreviation">abbreviation of the company"</param>
            <returns>New Company</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.Create(Tips.Base.Core.ValueObjects.CompanyCodeVo,Tips.Base.Core.ValueObjects.CompanyNameVo,Tips.Base.Core.ValueObjects.CompanyNameVo,Tips.Base.Core.ValueObjects.CompanyAbbreviationVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyCityVo,Tips.Base.Core.ValueObjects.CompanyPostNumberVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyAddressVo,Tips.Base.Core.ValueObjects.CompanyCityVo,Tips.Base.Core.ValueObjects.CompanyPostNumberVo,Tips.Base.Core.ValueObjects.CompanyLanguageCodeVo,Tips.Base.Core.ValueObjects.CompanyCountryCodeVo)">
            <summary>Creates the specified company.</summary>
            <param name="code">company code</param>
            <param name="name">company name</param>
            <param name="name2">company alternative name</param>
            <param name="abbreviation">abbreviation of the company"</param>
            <param name="address1">company address: first line</param>
            <param name="address2">company address: second line</param>
            <param name="address3">company address: third line</param>
            <param name="address4">company address: fourth line</param>
            <param name="city">company address: name of the city</param>
            <param name="postNumber">company address: post code of the city</param>
            <param name="deliveryAddress1">delivery address for the company: first line</param>
            <param name="deliveryAddress2">delivery address for the company: second line</param>
            <param name="deliveryAddress3">delivery address for the company: third line</param>
            <param name="deliveryAddress4">delivery address for the company: fourth line</param>
            <param name="deliveryCity">delivery address for the company: name of the city</param>
            <param name="deliveryPostNumber">delivery address for the company: post code of the city</param>
            <param name="languageCode">language code</param>
            <param name="countryCode">country code</param>
            <returns>New Company</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.AddCompanyRole(Tips.Base.Data.Entities.CompanyRole)">
            <summary>Adds the company role.</summary>
            <param name="role">The company role.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.AddCompanyDistributionList(Tips.Base.Data.Entities.CompanyDistributionList)">
            <summary>Adds the company distribution list.</summary>
            <param name="distributionList">The distribution list.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.GetCompanyDistributionLists">
            <summary>Gets the company distribution lists.</summary>
            <returns>Company Distribution Lists</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.AddCompanyEmailTarget(Tips.Base.Data.Entities.CompanyEmailTarget)">
            <summary>Adds the company email target.</summary>
            <param name="emailTarget">The email target.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.GetCompanyEmailTargets">
            <summary>Gets the company email targets.</summary>
            <returns>Company Email Targets</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Company"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.AreaCode">
            <summary>
            Gets or sets the AreaCode.
            <para>Db Column: AREACODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.Autoinvflag">
            <summary>
            Gets or sets the Autoinvflag.
            <para>Db Column: AUTOINVFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyAbbreviation">
            <summary>
            Gets or sets the CompanyAbbreviation.
            <para>Db Column: COMPABBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyAddress1">
            <summary>
            Gets or sets the CompanyAddress1.
            <para>Db Column: COMPADDR1</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyAddress2">
            <summary>
            Gets or sets the CompanyAddress2.
            <para>Db Column: COMPADDR2</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyAddress3">
            <summary>
            Gets or sets the CompanyAddress3.
            <para>Db Column: COMPADDR3</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyAddress4">
            <summary>
            Gets or sets the CompanyAddress4.
            <para>Db Column: COMPADDR4</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyCity">
            <summary>
            Gets or sets the CompanyCity.
            <para>Db Column: COMPCITY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryAddress1">
            <summary>
            Gets or sets the CompanyDeliveryAddress1.
            <para>Db Column: COMPDELIADDR1</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryAddress2">
            <summary>
            Gets or sets the CompanyDeliveryAddress2.
            <para>Db Column: COMPDELIADDR2</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryAddress3">
            <summary>
            Gets or sets the CompanyDeliveryAddress3.
            <para>Db Column: COMPDELIADDR3</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryAddress4">
            <summary>
            Gets or sets the CompanyDeliveryAddress4.
            <para>Db Column: COMPDELIADDR4</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryCity">
            <summary>
            Gets or sets the CompanyDeliveryCity.
            <para>Db Column: COMPDELICITY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDeliveryPostNumber">
            <summary>
            Gets or sets the CompanyDeliveryPostNumber.
            <para>Db Column: COMPDELIPOSTNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyName">
            <summary>
            Gets or sets the CompanyName.
            <para>Db Column: COMPNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyName2">
            <summary>
            Gets or sets the CompanyName2.
            <para>Db Column: COMPNAME2</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyPostNumber">
            <summary>
            Gets or sets the CompanyPostNumber.
            <para>Db Column: COMPPOSTNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyState">
            <summary>
            Gets or sets the CompanyState.
            <para>Db Column: COMPSTAT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyStateRaw">
            <summary>Gets or sets the CompanyState.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ContactPer1">
            <summary>
            Gets or sets the ContactPer1.
            <para>Db Column: CNTCTPER1</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ContactPer2">
            <summary>
            Gets or sets the ContactPer2.
            <para>Db Column: CNTCTPER2</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ContractBgn">
            <summary>
            Gets or sets the ContractBgn.
            <para>Db Column: CTRCTBGN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ContractEnd">
            <summary>
            Gets or sets the ContractEnd.
            <para>Db Column: CTRCTEND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CountryCode">
            <summary>
            Gets or sets the CountryCode.
            <para>Db Column: CNTRYCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CredItcomp">
            <summary>
            Gets or sets the CredItcomp.
            <para>Db Column: CREDITCOMP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CredItlimit">
            <summary>
            Gets or sets the CredItlimit.
            <para>Db Column: CREDITLIMIT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CurrencyCode">
            <summary>
            Gets or sets the CurrencyCode.
            <para>Db Column: CURRCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.DeliveryTransportType">
            <summary>
            Gets or sets the DeliveryTransportType.
            <para>Db Column: DELITRANTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.DeliveryWarehouse">
            <summary>
            Gets or sets the DeliveryWarehouse.
            <para>Db Column: DELIWH</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.EMailAddress">
            <summary>
            Gets or sets the EMailAddress.
            <para>Db Column: EMAILADDR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.FaxNumber">
            <summary>
            Gets or sets the FaxNumber.
            <para>Db Column: FAXNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.InvoiceCycle">
            <summary>
            Gets or sets the InvoiceCycle.
            <para>Db Column: INVOCYCLE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.InvoiceDelay">
            <summary>
            Gets or sets the InvoiceDelay.
            <para>Db Column: INVODELAY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.InvoicePoint">
            <summary>
            Gets or sets the InvoicePoint.
            <para>Db Column: INVOPOINT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ItemCountPerUnitType">
            <summary>
            Gets or sets the ItemCountPerUnitType.
            <para>Db Column: CNTPERUNITTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.LanguageCode">
            <summary>
            Gets or sets the LanguageCode.
            <para>Db Column: LANGCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.Ledger">
            <summary>
            Gets or sets the Ledger.
            <para>Db Column: LEDGNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.LoadTransportType">
            <summary>
            Gets or sets the LoadTransportType.
            <para>Db Column: LOADTRANTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.LoadWarehouse">
            <summary>
            Gets or sets the LoadWarehouse.
            <para>Db Column: LOADWH</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.Minimum">
            <summary>
            Gets or sets the Minimum.
            <para>Db Column: MINORMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.OrderBasis">
            <summary>
            Gets or sets the OrderBasis.
            <para>Db Column: ORDEBASI</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.PhoneNumber">
            <summary>
            Gets or sets the PhoneNumber.
            <para>Db Column: PHONENBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.PriceBasis">
            <summary>
            Gets or sets the PriceBasis.
            <para>Db Column: PRICEBASI</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.ProductionInstructionCode">
            <summary>
            Gets or sets the ProductionInstructionCode.
            <para>Db Column: PRODINSTRCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.QualityCategory">
            <summary>
            Gets or sets the QualityCategory.
            <para>Db Column: QUALCAT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.SalesRespite">
            <summary>
            Gets or sets the SalesRespite.
            <para>Db Column: SALERESP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.TelexNumber">
            <summary>
            Gets or sets the TelexNumber.
            <para>Db Column: TLXNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.TransportDestination">
            <summary>
            Gets or sets the TransportDestination.
            <para>Db Column: TRANDEST</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.VatCode">
            <summary>
            Gets or sets the VatCode.
            <para>Db Column: VATCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.VatId">
            <summary>
            Gets or sets the VatId.
            <para>Db Column: VATID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.OpenPriceFlag">
            <summary>
            Gets or sets the OpenPriceFlag.
            <para>Db Column: OPENPRICEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.Roles">
            <summary>Gets or sets the Roles.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyRelations">
            <summary>Gets or sets the CompanyRelations.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyEmailTargets">
            <summary>Gets or sets the CompanyEmailTargets.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Company.CompanyDistributionLists">
            <summary>Gets or sets the CompanyDistributionLists.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Company.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyDistributionList">
            <summary>
            Represents the CompanyDistributionList.
            <para>Db Table: BDS_COMPANY_DISTRIBUTIONLIST</para>
            </summary>
            <summary>
            Represents the CompanyDistributionList.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyDistributionList"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.Id">
            <summary>
            Gets or sets the Id.
            <para>Db Column: COMPDISTLISTID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.Code">
            <summary>
            Gets or sets the Code.
            <para>Db Column: COMPDISTLISTCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: DESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.CompDistMailSubs">
            <summary>Gets or sets the CompDistMailSubs.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyDistributionList.Company">
            <summary>Gets or sets the Company.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.Create(Tips.Base.Core.ValueObjects.Code,Tips.Base.Core.ValueObjects.Description)">
            <summary>Creates the specified distribution list code.</summary>
            <param name="distributionListCode">The distribution list code.</param>
            <param name="description">The description.</param>
            <returns>CompanyDistributionList</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.Update(Tips.Base.Core.ValueObjects.Code,Tips.Base.Core.ValueObjects.Description)">
            <summary>Updates the specified code.</summary>
            <param name="code">The code.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.AddEmailTarget(Tips.Base.Data.Entities.CompanyEmailTarget)">
            <summary>Adds the email target.</summary>
            <param name="emailTarget">The email target.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionList.GetEmailTargets">
            <summary>Gets the email targets.</summary>
            <returns>Distribution list email targets</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyDistributionListMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.CompanyDistributionList" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyDistributionListMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyDistributionListMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyEmailTarget">
            <summary>
            Represents the CompanyEmailTarget.
            <para>Db Table: BDS_COMPANY_EMAILTARGET</para>
            </summary>
            <summary>
            Represents the CompanyEmailTarget.
            <para>Db Table: COMPEMAILTARGET</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyEmailTarget"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.Id">
            <summary>
            Gets or sets the Id.
            <para>Db Column: COMPEMAILTRGID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.Name">
            <summary>
            Gets or sets the Name.
            <para>Db Column: NAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: DESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.Email">
            <summary>
            Gets or sets the Email.
            <para>Db Column: EMAILADDR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.CompDistMailSubs">
            <summary>Gets or sets the CompDistMailSubs.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyEmailTarget.Company">
            <summary>Gets or sets the Company.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.Create(Tips.Base.Core.ValueObjects.Name,Tips.Base.Core.ValueObjects.Email,Tips.Base.Core.ValueObjects.Description)">
            <summary>Creates the specified name.</summary>
            <param name="name">The name.</param>
            <param name="email">The email.</param>
            <param name="descrption">The descrption.</param>
            <returns>CompanyEmailTarget</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.Create(Tips.Base.Core.ValueObjects.Name,Tips.Base.Core.ValueObjects.Email,Tips.Base.Core.ValueObjects.Description,Tips.Base.Core.ValueObjects.UserCode)">
            <summary>Creates the specified name.</summary>
            <param name="name">The name.</param>
            <param name="email">The email.</param>
            <param name="descrption">The descrption.</param>
            <param name="userCode">The user code.</param>
            <returns>CompanyEmailTarget</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.Update(Tips.Base.Core.ValueObjects.Name,Tips.Base.Core.ValueObjects.Email,Tips.Base.Core.ValueObjects.Description,Tips.Base.Core.ValueObjects.UserCode)">
            <summary>Updates the specified name.</summary>
            <param name="name">The name.</param>
            <param name="email">The email.</param>
            <param name="descrption">The descrption.</param>
            <param name="userCode">The user code.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.Update(Tips.Base.Core.ValueObjects.Name,Tips.Base.Core.ValueObjects.Email,Tips.Base.Core.ValueObjects.Description)">
            <summary>Updates the specified name.</summary>
            <param name="name">The name.</param>
            <param name="email">The email.</param>
            <param name="descrption">The descrption.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTarget.GetCompDistMailTargets">
            <summary>Gets the comp dist mail targets.</summary>
            <returns>CompDistMailTargets</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyEmailTargetMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.CompanyEmailTarget" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyEmailTargetMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyEmailTargetMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Company" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyRelation">
            <summary>
            Represents the CompanyRelation.
            <para>Db Table: BDS_COMPANY_RELATIONS</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRelation.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyRelation"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.RoleCode">
            <summary>
            Gets or sets the RoleCode.
            <para>Db Column: ROLECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.RoleCodeRaw">
            <summary>Gets or sets the RoleCode.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.RoleCompanyCode">
            <summary>
            Gets or sets the RoleCompanyCode.
            <para>Db Column: ROLECOMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.Company">
            <summary>Gets or sets the Company.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRelation.CompanyRole">
            <summary>Gets or sets the CompanyRole.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRelation.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRelation.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRelation.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyRelationMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.CompanyRelation" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRelationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyRelationMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyRole">
            <summary>
            Represents the CompanyRole.
            <para>Db Table: BDS_COMPANY_ROLE</para>
            </summary>
            <summary>
            Represents the CompanyRole.
            <para>Db Table: BDS_COMPANY_ROLE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRole.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyRole"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRole.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRole.RoleCode">
            <summary>
            Gets or sets the RoleCode.
            <para>Db Column: ROLECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRole.RoleCodeRaw">
            <summary>Gets or sets the RoleCode.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRole.Relations">
            <summary>Gets or sets the Relations.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompanyRole.Company">
            <summary>Gets or sets the Company.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRole.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRole.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRole.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRole.Create(Tips.Base.Core.ValueObjects.CompanyCodeVo,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType)">
            <summary>Creates the specified company role.</summary>
            <param name="companyCode">The company code.</param>
            <param name="roleType">The company role type.</param>
            <returns>CompanyRole</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompanyRoleMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.CompanyRole" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompanyRoleMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompanyRoleMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompDistMailTarget">
            <summary>
            Represents the CompDistMailTarget.
            <para>Db Table: BDS_COMPANYDISTRIB_EMAILTARGET</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompDistMailTarget.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompDistMailTarget"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompDistMailTarget.CompanyDistinctListId">
            <summary>
            Gets or sets the CompanyDistinctListId.
            <para>Db Column: COMPDISTLISTID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompDistMailTarget.CompanyEmailTargetId">
            <summary>
            Gets or sets the CompanyEmailTargetId.
            <para>Db Column: COMPEMAILTRGID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompDistMailTarget.CompanyDistributionList">
            <summary>Gets or sets the CompanyDistributionList.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.CompDistMailTarget.CompanyEmailTarget">
            <summary>Gets or sets the CompanyEmailTarget.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompDistMailTarget.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompDistMailTarget.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompDistMailTarget.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CompDistMailTargetMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.CompDistMailTarget" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CompDistMailTargetMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CompDistMailTargetMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1">
            <summary>
            Microsoft implementation of two collection comparer
            https://stackoverflow.com/questions/50098/comparing-two-collections-for-equality-irrespective-of-the-order-of-items-in-the
            </summary>
            <typeparam name="T">Type of element</typeparam>
        </member>
        <member name="F:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.comparer">
            <summary>
            The comparer instance
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.Equals(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`0})">
            <inheritdoc/>
        </member>
        <member name="M:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.GetHashCode(System.Collections.Generic.IEnumerable{`0})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.HaveMismatchedElement(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Check if collections have any mismatched elements.
            </summary>
            <param name="first">The first collection.</param>
            <param name="second">The second collection.</param>
            <returns>If true, any element is mismatched</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Comparers.MultiSetComparer`1.GetElementCounts(System.Collections.Generic.IEnumerable{`0},System.Int32@)">
            <summary>
            Gets the element counts.
            </summary>
            <param name="enumerable">The enumerable colllection.</param>
            <param name="nullCount">The null count.</param>
            <returns>Collection dictionary</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Converter.CodeGeneratorTemplateConverter">
            <summary>
            Converts <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/> to <see cref="T:Tips.Base.Data.Entities.DbIdentTemplate"/> and vice versa.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Converter.CodeGeneratorTemplateConverter.ConvertFromDatabaseEntity(Tips.Base.Data.Entities.DbIdentTemplate)">
            <summary>
            The convert from database entity.
            </summary>
            <param name="databaseEntity">
            The database entity.
            </param>
            <returns>
            The <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Converter.CodeGeneratorTemplateConverter.ConvertToDatabaseEntity(Tix.Core.Entities.CodeGeneratorTemplate)">
            <summary>
            The convert to database entity.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <returns>
            The <see cref="T:Tips.Base.Data.Entities.DbIdentTemplate"/>.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Core">
            <summary>
            Represents the Core.
            <para>Db Table: BDS_COREINSTR</para>
            </summary>
            <summary>
            Represents the Core.
            <para>Db Table: BDS_COREINSTR</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.Create(Tips.Base.Core.ValueObjects.CoreCodeVo,Tips.Base.Common.KnownTypes.Enumerations.CoreType)">
            <summary>Creates the specified name.</summary>
            <param name="code">The code representing a core.</param>
            <param name="type">The type of the core</param>
            <returns>New Core</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.Create(Tips.Base.Core.ValueObjects.CoreCodeVo,Tips.Base.Core.ValueObjects.CoreNameVo,Tips.Base.Core.ValueObjects.CoreDiameterVo,Tips.Base.Core.ValueObjects.CoreDiameterVo,Tips.Base.Core.ValueObjects.CoreWeightVo,Tips.Base.Core.ValueObjects.CoreWidthVo,Tips.Base.Common.KnownTypes.Enumerations.CoreType)">
            <summary>Creates the specified name.</summary>
            <param name="code">The code representing a core.</param>
            <param name="name">The description name of the core.</param>
            <param name="diameterIn">The inner diameter of the core.</param>
            <param name="diameterOut">The outer diameter of the core.</param>
            <param name="weight">The weight of the core.</param>
            <param name="width">The width of the core.</param>
            <param name="type">The type of the core</param>
            <returns>New Core</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Core"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreCode">
            <summary>
            Gets or sets the CoreCode.
            <para>Db Column: CORECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.ExternalCoreCode">
            <summary>
            Gets or sets the ExternalCoreCode.
            <para>Db Column: EXTCORECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreName">
            <summary>
            Gets or sets the CoreName.
            <para>Db Column: CORENAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreCount">
            <summary>
            Gets or sets the CoreCount.
            <para>Db Column: CORECNT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreDiameterIn">
            <summary>
            Gets or sets the CoreDiameterIn.
            <para>Db Column: COREDIAMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreDiameterOut">
            <summary>
            Gets or sets the CoreDiameterOut.
            <para>Db Column: COREDIAMOUT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreMaintenanceMode">
            <summary>
            Gets or sets the CoreMaintenanceMode.
            <para>Db Column: COREMAINTMODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreMaintenanceModeRaw">
            <summary>Gets or sets the CoreMaintenanceMode.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreNotAvailableCount">
            <summary>
            Gets or sets the CoreNotAvailableCount.
            <para>Db Column: CORENOTAVAILCNT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CorePrice">
            <summary>
            Gets or sets the CorePrice.
            <para>Db Column: COREPRICE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreType">
            <summary>
            Gets or sets the CoreType.
            <para>Db Column: CORETYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreTypeRaw">
            <summary>Gets or sets the CoreType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreWeight">
            <summary>
            Gets or sets the CoreWeight.
            <para>Db Column: COREWEIG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Core.CoreWidth">
            <summary>
            Gets or sets the CoreWidth.
            <para>Db Column: COREWIDT</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Core.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.CoreMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Core" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.CoreMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.CoreMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.CustomerCodes">
            <summary>
            the customer codes
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.Tips">
            <summary>
            The tips
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.Upm">
            <summary>
            The upm
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmSte">
            <summary>
            The upm ste
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmTer">
            <summary>
            The upm ter
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmCsu">
            <summary>
            The upm csu
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmRau">
            <summary>
            The upm rau
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmSdt">
            <summary>
            The upm SDT
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmCal">
            <summary>
            The upm cal
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmNor">
            <summary>
            The upm nor
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmSato">
            <summary>
            The upm sato
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmSho">
            <summary>
            The upm sho
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmAug">
            <summary>
            The upm aug
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmSog">
            <summary>
            The upm sog
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmCha">
            <summary>
            The upm cha
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmKau">
            <summary>
            The upm kau
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmJok">
            <summary>
            The upm jok
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmKym">
            <summary>
            The upm kym
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmMdn">
            <summary>
            The upm MDN
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmBla">
            <summary>
            The upm bla
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmEtt">
            <summary>
            The upm ett
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmHur">
            <summary>
            The upm hur
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmPla">
            <summary>
            The upm pla
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.UpmRac">
            <summary>
            The upm rac
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.Hv">
            <summary>
            The hv
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.CustomerCodes.MetsaTissue">
            <summary>
            The MetsaTissue (MTISUE)
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackClient.CallbackClientContextDto">
            <summary>Callback client Context Dto.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackClient.CallbackClientContextDto.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackClient.CallbackClientContextDto.BrowserId">
            <summary>Gets or sets the session identifier.</summary>
            <value>The session identifier.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto">
            <summary>Active client on workstation.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto.BrowserId">
            <summary>Gets or sets BrowserId ///</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ActiveClientDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext">
            <summary>interface for WorkstationContext</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.BrowserId">
            <summary>Gets or sets the workstation browser identifier.</summary>
            <value>The workstation browser identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.UserCode">
            <summary>Gets or sets the user code.</summary>
            <value>The user code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.WorkstationCode">
            <summary>Gets or sets the workstation code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.WorkstationName">
            <summary>Gets or sets the name of the workstation.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.ProcessCode">
            <summary>Gets or sets the process code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.ProcessName">
            <summary>Gets or sets the name of the process.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.MonitorFlag">
            <summary>Gets or sets a value indicating whether [monitor flag].</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.ActiveClient">
            <summary>Gets or sets a value indicating whether [active tab].</summary>
            <value><c>true</c> if [active tab]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.IWorkstationContext.HideWorkstationWindow">
            TODO: refactoring to ShowWorkstationCombo
            <summary>Gets or sets a value indicating whether [hide workstation window].</summary>
            <value><c>true</c> if [hide workstation window]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ProcessLoginDto">
            <summary> ProcessLoginDto </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ProcessLoginDto.ProcessCode">
            <summary>Gets or sets the process code.</summary>
            <value>The process code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.ProcessLoginDto.ProcessName">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationAndProcessesLoginDto">
            <summary> WorkstationAndProcessesLoginDto </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationAndProcessesLoginDto.WorkstationCode">
            <summary>Gets or sets the code.</summary>
            <value> The code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationAndProcessesLoginDto.WorkstationName">
            <summary>Gets or sets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationAndProcessesLoginDto.Processes">
            <summary>Gets or sets the processes.</summary>
            <value>The processes.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto">
            <summary> WorkstationClientDto </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.BrowserId">
            <summary>Gets or sets BrowserId ///</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationClientDto.MonitorFlag">
            <summary>Gets or sets a value indicating whether [monitor flag].</summary>
            <value><c>true</c> if [monitor flag]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext">
            <summary>WorkstationContextDto</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext"/> class.</summary>
            <param name="clientConnectionId">The client connection identifier.</param>
            <param name="browserId">The browser identifier.</param>
            <param name="userCode">The user code.</param>
            <param name="workstationCode">The workstation code.</param>
            <param name="processCode">The process code.</param>
            <param name="hideWorkstationWindow">if set to <c>true</c> [hide workstation window].</param>
            <param name="monitorFlag">if set to <c>true</c> [monitor flag].</param>
            <param name="workstationName">Name of the workstation.</param>
            <param name="processName">Name of the process.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.BrowserId">
            <summary>Gets or sets the workstation browser identifier.</summary>
            <value>The workstation browser identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.UserCode">
            <summary>Gets or sets the user code.</summary>
            <value>The user code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.WorkstationCode">
            <summary>Gets or sets the workstation code.</summary>
            <value>The workstation code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.WorkstationName">
            <summary>Gets or sets the name of the workstation.</summary>
            <value>The name of the workstation.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.ProcessCode">
            <summary>Gets or sets the process code.</summary>
            <value>The process code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.ProcessName">
            <summary>Gets or sets the name of the process.</summary>
            <value>The name of the process.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.MonitorFlag">
            <summary>Gets or sets a value indicating whether [monitor flag].</summary>
            <value><c>true</c> if client has monitor flag. Monitor flag has active user.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.ActiveClient">
            <summary>Gets or sets a value indicating whether [active tab].</summary>
            <value><c>true</c> if [active tab] active tab in browser.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.HideWorkstationWindow">
            <summary>Gets or sets a value indicating whether [hide workstation window].</summary>
            <value><c>true</c> if [hide workstation window]; otherwise, <c>false</c>.</value>
            TODO: refactoring to ShowWorkstationCombo
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContext.HostName">
            <summary>Gets or sets the name of the host.</summary>
            <value>The name of the host.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto">
            <summary> Class WorkstationHandlerResult</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.#ctor">
            <summary> Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto"/> class.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="browserId">The browser identifier.</param>
            <param name="userCode">The user code.</param>
            <param name="workstationCode">The workstation code.</param>
            <param name="processCode">The process code.</param>
            <param name="hideWorkstationWindow">if set to <c>true</c> [hide workstation window].</param>
            <param name="monitorFlag">if set to <c>true</c> [monitor flag].</param>
            <param name="workstationName">Name of the workstation.</param>
            <param name="processName">Name of the process.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.WorkstationCode">
            <summary>Gets or sets the workstation code.</summary>
            <value>The workstation code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.WorkstationName">
            <summary>Gets or sets the name of the workstation.</summary>
            <value>The name of the workstation.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.ProcessCode">
            <summary>Gets or sets the process code.</summary>
            <value>The process code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.ProcessName">
            <summary>Gets or sets the name of the process.</summary>
            <value>The name of the process.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.UserCode">
            <summary>Gets or sets the user code.</summary>
            <value>The user code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.ClientConnectionId">
            <summary>Gets or sets the client connection identifier.</summary>
            <value>The client connection identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.BrowserId">
            <summary>Gets or sets the session identifier.</summary>
            <value>The session identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.HideWorkstationWindow">
            <summary> Gets or sets a value indicating whether [hide workstation window]. </summary>
            <value> <c>true</c> if [hide workstation window]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.ResultType">
            <summary>Gets or sets the type of the result.</summary>
            <value>The type of the result.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.CurrentActiveUserCode">
            <summary>Gets or sets the current active user code.</summary>
            <value>The current active user code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.MonitorFlag">
            <summary>Gets or sets a value indicating whether [monitor flag].</summary>
            <value><c>true</c> if [monitor flag]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationContextSetResultDto.ActiveClient">
            <summary>Gets or sets a value indicating whether [active tab].</summary>
            <value><c>true</c> if [active tab]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto">
            <summary>The Workstation Dto.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto.#ctor(Tips.Base.Data.Entities.Workstation)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto"/> class.</summary>
            <param name="workstation">The workstation.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto"/> class.
            </summary>
            <param name="workstationCode">The code.</param>
            <param name="workstationName">The name.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto.WorkstationCode">
            <summary>Gets or sets the code.</summary>
            <value> The code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.CallbackWorkstation.WorkstationLoginDto.WorkstationName">
            <summary>Gets or sets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.IdentityRemarkInfoDto">
            <summary>
            Defines business structure correspond to business entity remarks properties
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.IdentityRemarkInfoDto.Identifier">
            <summary>Gets or sets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.IdentityRemarkInfoDto.HasRemark">
            <summary>
            Gets or sets a value indicating whether this instance has remark.
            </summary>
            <value><c>true</c> if this instance has remark; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.IdentityRemarkInfoDto.RemarksCount">
            <summary>Gets or sets the remarks count.</summary>
            <value>The remarks count.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.PhraseDto">
            <summary>
            Defines a phrase.
            This class just formal override of <see cref="T:Tips.Base.Data.Entities.Phrase"/> data contract.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.PhraseDto.Label">
            <summary>Gets or sets the label.</summary>
            <value>The label.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.PhraseDto.Description">
            <summary>Gets or sets the description.</summary>
            <value>The description.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto">
            <summary>
            Defines a remark entry.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.Id">
            <summary>Gets or sets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.ReferenceCode">
            <summary>
            Gets or sets the ReferenceCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.ReferenceClass">
            <summary>
            Gets or sets the ReferenceClass.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.ReferenceTable">
            <summary>
            Gets or sets the ReferenceTable.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.ReferenceSchema">
            <summary>
            Gets or sets the ReferenceSchema.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.Text">
            <summary>
            Gets or sets the Text.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.PhraseCode">
            <summary>
            Gets or sets the PhraseCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.TargetCodes">
            <summary>
            Gets or sets the TargetCodes.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.Created">
            <summary>Gets or sets the created.</summary>
            <value>The created.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.Updated">
            <summary>Gets or sets the updated.</summary>
            <value>The updated.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.CreatedBy">
            <summary>Gets or sets the created by.</summary>
            <value>The created by.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.UpdatedBy">
            <summary>Gets or sets the updated by.</summary>
            <value>The updated by.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkDto.ToString">
            <inheritdoc />
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkSequenceInfoDto">
            <summary>
            Implements remarks sequence info.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkSequenceInfoDto.RemarkId">
            <summary>Gets or sets the remark identifier.</summary>
            <value>The remark identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkSequenceInfoDto.OriginRemarkId">
            <summary>Gets or sets the origin remark identifier.</summary>
            <value>The origin remark identifier.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetDto">
            <summary>
            Defines a remark entry.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetDto.Id">
            <summary>
            Gets identifier
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetDto.Value">
            <summary>
            Gets or sets <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> enumeration value.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetDto.ValueType">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetDto.ToString">
            <inheritdoc />
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetInfoDto">
            <summary>
            Implements <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> transfer structure to describe remark target for frontend
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetInfoDto.Target">
            <summary>
            Gets or sets the target enumeration value.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Remark.RemarkTargetInfoDto.Code">
            <summary>
            Gets or sets the code value.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.UnitSystem.UnitSystemDto">
            <summary>
            The Unit System DTO
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UnitSystem.UnitSystemDto.UnitSystemCode">
            <summary>
            Gets or sets the UnitSystemCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UnitSystem.UnitSystemDto.UnitSystemName">
            <summary>
            Gets or sets the UnitSystemName.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UnitSystem.UnitSystemDto.BasedOnUnitSystemCode">
            <summary>
            Gets or sets the BasedOnUnitSystemCode.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.PermissionConfiguration.PermissionReferenceDto">
            <summary>
            The user group dto
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.PermissionConfiguration.PermissionReferenceDto.ReferenceType">
            <summary>
            Gets or sets the ReferenceType.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.PermissionConfiguration.PermissionReferenceDto.ReferenceCode">
            <summary>
            Gets or sets the ReferenceCode.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupDataEditDto">
            <summary>The Workstation Dto.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupDataEditDto.UserGroup">
            <summary>Gets or sets the user group data.</summary>
            <value>The user group data.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupDataEditDto.UserGroupDescription">
            <summary>Gets or sets the user group description.</summary>
            <value>The user group description.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupDataEditDto.PermissionsOverview">
            <summary>Gets or sets the permission overview.</summary>
            <value>The permission overview.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupOverviewDto">
            <summary>The user group overview dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupOverviewDto.GroupCode">
            <summary>Gets or sets the group code.</summary>
            <value>The group code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupOverviewDto.GroupName">
            <summary>Gets or sets the name of the group.</summary>
            <value>The name of the group.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupOverviewDto.PermissionCount">
            <summary>Gets or sets the permission count.</summary>
            <value>The permission count.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.UserGroupOverviewDto.UsersCount">
            <summary>Gets or sets the users count.</summary>
            <value>The users count.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.GridStringDto">
            <summary>The user group overview dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.UserConfiguration.GridStringDto.Value">
            <summary>Gets or sets the name of the group.</summary>
            <value>The name of the group.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto">
            <summary>Warehouse Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto.WarehouseCode">
            <summary>
            Gets or sets the WarehouseCode.
            <para>Db Column: WHCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto.WarehouseGroupCode">
            <summary>
            Gets or sets the WarehouseGroupCode.
            <para>Db Column: WHGRPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto.WarehouseName">
            <summary>
            Gets or sets the WarehouseName.
            <para>Db Column: WHNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Warehouse.WarehouseDto.WarehouseType">
            <summary>
            Gets or sets the WarehouseType.
            <para>Db Column: WHTYPE</para>
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationOverviewDto">
            <summary>The Workstation Dto.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationOverviewDto.WorkstationCode">
            <summary>Gets or sets the code.</summary>
            <value> The code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationOverviewDto.WorkstationName">
            <summary>Gets or sets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationOverviewDto.DefaultPrinter">
            <summary>Gets or sets the default printer.</summary>
            <value>The default printer.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationOverviewDto.DefaultPrinterId">
            <summary>Gets or sets the default printer id.</summary>
            <value>The default printer id.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto">
            <summary>ActiveUserWorkstation Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.UserCode">
            <summary>
            Gets or sets the UserCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.UserName">
            <summary>Gets or sets the name of the user.</summary>
            <value>The name of the user.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.WorkstationName">
            <summary>Gets or sets the name of the workstation.</summary>
            <value>The name of the workstation.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.MillCode">
            <summary>Gets or sets the mill code.</summary>
            <value>The mill code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.MillName">
            <summary>
            Gets or sets the MillName.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationMonitoringDto.ActiveFlag">
            <summary>
            Gets or sets a value indicating whether ActiveFlag is set.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto">
            <summary>Printer Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.PrinterId">
            <summary>Gets or sets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.Name">
            <summary>Gets or sets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: DESCRIPTION</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.Command">
            <summary>
            Gets or sets the Command.
            <para>Db Column: COMMAND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.IpAddress">
            <summary>
            Gets or sets the IpAddress.
            <para>Db Column: IPADDR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.OID">
            <summary>
            Gets or sets the object identifier.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.UCNT">
            <summary>
            Gets or sets the update counter.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.IBY">
            <summary>
            Gets or sets the user code of the user that inserted the row.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.IDATE">
            <summary>
            Gets or sets the date when the row was inserted.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.UBY">
            <summary>
            Gets or sets the user code of the user that updated the row the last time.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.UDATE">
            <summary>
            Gets or sets the udate.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.PrinterDataDto.WorkstationPrinters">
            <summary>Gets or sets the WorkstationPrinters.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto">
            <summary>WorkstationHub Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.ConnectionId">
            <summary>
            Gets or sets the ConnectionId.
            <para>Db Column: WSCONNID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.BrowserId">
            <summary>
            Gets or sets the BrowserId.
            <para>Db Column: CLIENTID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.ConnectionDate">
            <summary>
            Gets or sets the ConnectionDate.
            <para>Db Column: CONNDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.HostName">
            <summary>
            Gets or sets the HostName.
            <para>Db Column: HOSTNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.DeleteOnStartup">
            <summary>
            Gets or sets a value indicating whether DeleteOnStartup is set.
            <para>Db Column: DELONSTARTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationHubDto.UDATE">
            <summary>
            Gets or sets the udate.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto">
            <summary>WorkstationPrinters Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.PrinterId">
            <summary>
            Gets or sets the PrinterId.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.OID">
            <summary>
            Gets or sets the object identifier.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.UCNT">
            <summary>
            Gets or sets the update counter.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.IBY">
            <summary>
            Gets or sets the user code of the user that inserted the row.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.IDATE">
            <summary>
            Gets or sets the date when the row was inserted.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.UBY">
            <summary>
            Gets or sets the user code of the user that updated the row the last time.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrinterDataDto.UDATE">
            <summary>
            Gets or sets the udate.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrintersDataDto">
            <summary>WorkstationPrinters Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrintersDataDto.Printers">
            <summary>Gets or sets the printers.</summary>
            <value>The printers.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationPrintersDataDto.DefaultPrinterId">
            <summary>Gets or sets the default printer identifier.</summary>
            <value>The default printer identifier.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto">
            <summary>ActiveUserWorkstation Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.WorkstationBrowserId">
            <summary>
            Gets or sets the WorkstationBrowserId.
            <para>Db Column: SESSIONID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.HostName">
            <summary>
            Gets or sets the HostName.
            <para>Db Column: HOSTNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.ActiveFlag">
            <summary>
            Gets or sets a value indicating whether ActiveFlag is set.
            <para>Db Column: ACTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.DeleteOnStartup">
            <summary>
            Gets or sets a value indicating whether DeleteOnStartup is set.
            <para>Db Column: DELONSTARTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.ActiveUserWorkstationDto.UDATE">
            <summary>
            Gets or sets the udate.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationProcessDto">
            <summary> WorkstationProcess Dto </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationProcessDto.ProcessCode">
            <summary>Gets or sets the process code.</summary>
            <value>The process code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationProcessDto.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationWithProcessesDto">
            <summary>Workstation with Processes Dto</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationWithProcessesDto.WorkstationCode">
            <summary>Gets or sets the code.</summary>
            <value> The code.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationWithProcessesDto.WorkstationName">
            <summary>Gets or sets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.Workstation.WorkstationWithProcessesDto.Processes">
            <summary>Gets or sets the processes.</summary>
            <value>The processes.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData">
            <summary>Input data object for unititem refresh.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.#ctor(System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData"/> class.</summary>
            <param name="workstationCode">The workstation code.</param>
            <param name="workstationName">Name of the workstation.</param>
            <param name="processCode">The process code.</param>
            <param name="processName">Name of the process.</param>
            <param name="monitorFlag">if set to <c>true</c> [monitor flag].</param>
            <param name="activeTab">if set to <c>true</c> [active tab].</param>
            <param name="messageText">The message text.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.WorkstationCode">
            <summary>Gets or sets the workstation code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.WorkstationName">
            <summary>Gets or sets the name of the workstation.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.ProcessCode">
            <summary>Gets or sets the process code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.ProcessName">
            <summary>Gets or sets the name of the process.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.MonitorFlag">
            <summary>Gets or sets a value indicating whether [monitor flag].</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.ActiveTab">
            <summary>Gets or sets a value indicating whether [active tab].</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.WorkstationHubMessageType">
            <summary>Gets or sets the type of the workstation hub message.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.MessageToastrDisplayMethod">
            <summary>Gets or sets the message toastr display method.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.WorkstationHub.RefreshWorkstationContextInputData.MessageText">
            <summary>Gets or sets the message text.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto">
            <summary>
            The driver request answer dto class
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto"/> class.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto.#ctor(Tips.Base.Data.Entities.Enumerations.IpcStatus)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto" /> class.
            </summary>
            <param name="ipcStatus">The ipc status.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto.#ctor(Tix.Runtime.ManagedArgumentBox,Tips.Base.Data.Entities.Enumerations.IpcStatus)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto" /> class.
            </summary>
            <param name="response">The response.</param>
            <param name="ipcStatus">The ipc status.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto.Response">
            <summary>
            Gets or sets the response.
            </summary>
            <value>
            The response.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.DataTransferObjects.IpcSignal.DriverRequestAnswerDto.IpcStatus">
            <summary>
            Gets or sets the ipc status.
            </summary>
            <value>
            The ipc status.
            </value>
        </member>
        <member name="T:Tips.Base.Data.Entities.DbDescrLang">
            <summary>
            Represents the DbDescrLang.
            <para>Db Table: DESCRLANG</para>
            </summary>
            <summary>
            Represents the DbDescrLang.
            <para>Db Table: BDS_DESCRLANG</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbDescrLang.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DbDescrLang"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbDescrLang.LANGCODE">
            <summary>
            Gets or sets the LANGCODE.
            <para>Db Column: LANGCODE</para>
            <para>Db Comment: code for the language</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbDescrLang.REFOID">
            <summary>
            Gets or sets the REFOID.
            <para>Db Column: REFOID</para>
            <para>Db Comment: the current record is referenced by another (parent) record. The relationship is established using the oid of the parent record. The record can be located in any table in the system, the referenced table must be given for a context.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbDescrLang.OBJDESCR">
            <summary>
            Gets or sets the OBJDESCR.
            <para>Db Column: OBJDESCR</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbDescrLang.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbDescrLang.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbDescrLang.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.DbIdentTemplate">
            <summary>
            Represents the DbIdentTemplate.
            </summary>
            <summary>
            Represents the DbIdentTemplate.
            <para>Db Table: BDS_IDENTTEMPLATE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.Create(Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeVo)">
            <summary>Creates the DbIdentTemplate.</summary>
            <param name="templateCode">The template code.</param>
            <returns>Returns new DbIdentTemplate.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.Modify(Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeDescriptionVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeFormatVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeIncrementVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeCurrentVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeInitialVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeResetVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeMaximumVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeResetIntervalVo)">
            <summary>Modify the DbIdentTemplate.</summary>
            <param name="description">Description of the code template.</param>
            <param name="format">Format of the code template. Describes code composition.</param>
            <param name="increment">The increment when new code is being created.</param>
            <param name="current">Current counter value.</param>
            <param name="initial">Initial counter value.</param>
            <param name="reset">DateTime when counter is reset.</param>
            <param name="maximum">Maximum value when reached counter is reset.</param>
            <param name="resetInterval">Interval after which the counter gets reset.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.Modify(Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeDescriptionVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeFormatVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeIncrementVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeCurrentVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeInitialVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeMaximumVo,Tips.Base.Core.ValueObjects.CodeGenerator.TemplateCodeResetIntervalVo)">
            <summary>Modify the DbIdentTemplate and set reset time to null.</summary>
            <param name="description">Description of the code template.</param>
            <param name="format">Format of the code template. Describes code composition.</param>
            <param name="increment">The increment when new code is being created.</param>
            <param name="current">Current counter value.</param>
            <param name="initial">Initial counter value.</param>
            <param name="maximum">Maximum value when reached counter is reset.</param>
            <param name="resetInterval">Interval of hours after which the counter gets reset.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.ModifyCurrentSequenceNumber(System.Int32)">
            <summary>Edits the current property.</summary>
            <param name="current">Current value of the code template reset cycle.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.ModifyResetTime(System.DateTime)">
            <summary>Edits the reset property.</summary>
            <param name="reset">Reset time.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DbIdentTemplate"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.TemplateCode">
            <summary>
            Gets or sets the TemplateCode.
            <para>Db Column: IDENTCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Current">
            <summary>
            Gets or sets the Current.
            <para>Db Column: IDENTCURR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: IDENTDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Format">
            <summary>
            Gets or sets the Format.
            <para>Db Column: IDENTFRMT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Maximum">
            <summary>
            Gets or sets the Maximum.
            <para>Db Column: IDENTMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Reset">
            <summary>
            Gets or sets the Reset.
            <para>Db Column: IDENTRESET</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.AfterDays">
            <summary>
            Gets or sets the AfterDays.
            <para>Db Column: IDENTRESETDAY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.AfterHours">
            <summary>
            Gets or sets the AfterHours.
            <para>Db Column: IDENTRESETHOUR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.IDENTRESETMIN">
            <summary>
            Gets or sets the IDENTRESETMIN.
            <para>Db Column: IDENTRESETMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.AfterMonths">
            <summary>
            Gets or sets the AfterMonths.
            <para>Db Column: IDENTRESETMONTH</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.IDENTRESETWEEK">
            <summary>
            Gets or sets the IDENTRESETWEEK.
            <para>Db Column: IDENTRESETWEEK</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.IDENTRESETYEAR">
            <summary>
            Gets or sets the IDENTRESETYEAR.
            <para>Db Column: IDENTRESETYEAR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Initial">
            <summary>
            Gets or sets the Initial.
            <para>Db Column: IDENTSTART</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.DbIdentTemplate.Increment">
            <summary>
            Gets or sets the Increment.
            <para>Db Column: IDENTSTEP</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplate.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.DbIdentTemplateMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.DbIdentTemplate" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbIdentTemplateMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DbIdentTemplateMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.DescriptionHelper">
            <summary>The description helper.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.DescriptionHelper.UserLanguageOrderDictionary">
            <summary>
            Cache the languageCode lookup order for the user.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DescriptionHelper.FilterDescriptionsForEntity(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.DbDescrLang},Tix.DataAccess.DatabaseEntity)">
            <summary>Filters out the descriptions for entity.</summary>
            <param name="descriptions">The descriptions.</param>
            <param name="dbEntity">The database entity.</param>
            <returns>The filtered out descriptions (with possible different languages) for given particular entity.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DescriptionHelper.GetDescriptionForUser(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.DbDescrLang})">
            <summary>The get description for user.</summary>
            <param name="descriptions">The descriptions.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DescriptionHelper.GetUserLanguages(System.String)">
            <summary>Gets the user languages.</summary>
            <param name="languageCode">The languageCode.</param>
            <returns>The languageCode codes to check.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.DescriptionHelper.AddIfNotIncludedYet(System.Collections.Generic.List{System.String},System.String)">
            <summary>Adds if not included yet.</summary>
            <param name="languageCodes">The languageCode codes.</param>
            <param name="syslangcode">The syslangcode.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.EntityCompositeKey">
            <summary>
            Implements composite key entry from <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey"/> class.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey" /> class.
            </summary>
            <param name="referenceCode">Primary key value for target business object (entity). If using as search criteria use *.</param>
            <param name="referenceClass">Module source representation. Means what module creates current entity. If using as search criteria use *</param>
            <param name="referenceTable">Name of table correspond to <see cref="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceCode"/> where business object (entity) is stored. If using as search criteria use *</param>
            <param name="referenceSchema">Represents which schema is used. Optional. If using as search criteria use empty.</param>
            <exception cref="T:System.ArgumentNullException">If ReferenceCode, ReferenceClass, ReferenceTable is empty.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.#ctor(System.String,Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses,Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey" /> class.
            </summary>
            <param name="referenceCode">Primary key value for target business object (entity). If using as search criteria use <see cref="F:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.SearchAllShortcode"/> ('*').</param>
            <param name="referenceClass">Module source representation. Means what module creates current entity. If using as search criteria use <see cref="F:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.SearchAllShortcode"/> ('*')</param>
            <param name="referenceTable">Name of table correspond to <see cref="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceCode"/> where business object (entity) is stored. If using as search criteria use <see cref="F:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.SearchAllShortcode"/> ('*')</param>
            <param name="referenceSchema">Represents which schema is used. Optional. If using as search criteria use empty.</param>
            <exception cref="T:System.ArgumentNullException">If ReferenceCode, ReferenceClass, ReferenceTable is empty.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey" /> class.
            </summary>
            <param name="referenceCode">Primary key value for target business object (entity). If using as search criteria use *.</param>
            <param name="referenceClass">Module source representation. Means what module creates current entity. If using as search criteria use *</param>
            <param name="referenceTable">Name of table correspond to <see cref="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceCode"/> where business object (entity) is stored. If using as search criteria use *</param>
            <exception cref="T:System.ArgumentNullException">If ReferenceCode, ReferenceClass, ReferenceTable is empty.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.#ctor(System.String,Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses,Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey" /> class.
            </summary>
            <param name="referenceCode">Primary key value for target business object (entity). If using as search criteria use *.</param>
            <param name="referenceClass">Module source representation. Means what module creates current entity. If using as search criteria use *</param>
            <param name="referenceTable">Name of table correspond to <see cref="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceCode"/> where business object (entity) is stored. If using as search criteria use *</param>
            <exception cref="T:System.ArgumentNullException">If ReferenceCode, ReferenceClass, ReferenceTable is empty.</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.EntityCompositeKey.AnyReferenceCode">
            <summary>
            Gets reference code for implicit search.
            </summary>
            <value>
            Implicit reference code shortcut code.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceCode">
            <inheritdoc/>
        </member>
        <member name="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceTable">
            <inheritdoc/>
        </member>
        <member name="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceSchema">
            <inheritdoc/>
        </member>
        <member name="P:Tips.Base.Data.Entities.EntityCompositeKey.ReferenceClass">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <summary>
            Determines whether the specified other entity composite key is equals.
            </summary>
            <param name="firstEntityCompositeKey">The first entity composite key.</param>
            <param name="otherEntityCompositeKey">The other entity composite key.</param>
            <returns>
              <c>true</c> if the specified other entity composite key is equals; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>New and same instance of <see cref="T:Tips.Base.Data.Entities.EntityCompositeKey"/></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.ToString">
            <inheritdoc/>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.ParseReferenceClass(System.String)">
            <summary>
            Parses the reference class.
            </summary>
            <param name="value">The value.</param>
            <returns>Reference class enumeration value or <see cref="T:System.ArgumentOutOfRangeException"/></returns>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown if value is out of range</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityCompositeKey.ParseReferenceTable(System.String)">
            <summary>
            Parses the reference Table.
            </summary>
            <param name="value">The value.</param>
            <returns>Reference table enumeration value or <see cref="T:System.ArgumentOutOfRangeException"/></returns>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown if value is out of range</exception>
        </member>
        <member name="T:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions">
            <summary>
            Extensions for UserData
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions.UpdateData(Tix.DataAccess.Entities.User.UserData,Tips.Base.Data.Entities.ValueObjects.UserName,Tips.Base.Data.Entities.ValueObjects.LanguageCode,System.String,System.String,System.String,System.Collections.Generic.List{Tix.DataAccess.Entities.User.UserGroup})">
            <summary>Updates the data.</summary>
            <param name="originalUser">The original user.</param>
            <param name="userName">Name of the user.</param>
            <param name="langCode">The language code.</param>
            <param name="emailAddress">The email address.</param>
            <param name="rawUserGroups">The raw user groups.</param>
            <param name="defaultSelectedUserGroup">The default selected user group.</param>
            <param name="allUserGroups">All user groups.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions.UpdatePassword(Tix.DataAccess.Entities.User.UserData,Tips.Base.Data.Entities.ValueObjects.Password,Tips.Base.Data.Entities.ValueObjects.CryptFlag)">
            <summary>Updates the password.</summary>
            <param name="originalUser">The original user.</param>
            <param name="password">The password.</param>
            <param name="cryptFlag">The crypt flag.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions.DeleteUserGroups(Tix.DataAccess.Entities.User.UserData,System.Collections.Generic.List{System.String})">
            <summary>Deletes the user groups.</summary>
            <param name="originalUser">The original user.</param>
            <param name="userGroups">The user groups.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions.UpdateUserGroups(Tix.DataAccess.Entities.User.UserData,System.Collections.Generic.List{System.String},System.String,System.Collections.Generic.List{Tix.DataAccess.Entities.User.UserGroup})">
            <summary>Updates the added and default groups.</summary>
            <param name="originUser">The origin user.</param>
            <param name="selectedUserGroups">The selected user groups.</param>
            <param name="defaultSelectedUserGroup">The default selected user group.</param>
            <param name="allUserGroups">All user groups.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.UserDataEntityExtensions.SetDefaultGroup(System.String,Tix.DataAccess.Entities.User.UserGroupData)">
            <summary>Sets the default group.</summary>
            <param name="defaultSelectedUserGroup">The default selected user group.</param>
            <param name="associatedGroup">The associated group.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.EntityExtensions.PermissionDefinitionEntityExtensions">
            <summary>
            Represents the PermissionDefinitionEntityExtensions.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.PermissionDefinitionEntityExtensions.AddPermissionReferences(Tix.Core.Entities.PermissionDefinitionEntity,System.Collections.Generic.IEnumerable{System.String},Tix.Core.Entities.Enumerations.PermissionReferenceType)">
            <summary>
            Adds the reference.
            </summary>
            <param name="permissionDefinition">The permission definition.</param>
            <param name="references">The references.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.PermissionDefinitionEntityExtensions.RemovePermissionReferences(Tix.Core.Entities.PermissionDefinitionEntity,System.Collections.Generic.IEnumerable{System.String},Tix.Core.Entities.Enumerations.PermissionReferenceType)">
            <summary>
            Removes the relation.
            </summary>
            <param name="permissionDefinition">The permission definition.</param>
            <param name="references">The references.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.PermissionDefinitionEntityExtensions.RemoveGroups(Tix.Core.Entities.PermissionDefinitionEntity,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Removes the groups.
            </summary>
            <param name="permissionDefinition">The permission definition.</param>
            <param name="removedGroups">The removed groups.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.EntityExtensions.PermissionDefinitionEntityExtensions.AddUserGroups(Tix.Core.Entities.PermissionDefinitionEntity,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Adds the user groups.
            </summary>
            <param name="permissionDefinition">The permission definition.</param>
            <param name="addedGroups">The added groups.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.IpcStatus">
            <summary>
            The Ipc status enumeration
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.RemoteRejected">
            <summary>
            Remote application has rejected the message
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.NoConnection">
            <summary>
            Local TietoIPC was unable to send the message to the remote node because of a network error.
            If message buffering was requested, the message has been placed in the send queue and will be delivered later
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.Ok">
            <summary>
            Successful completion, no error occurred
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.ConfigurationError">
            <summary>
            Syntax error in the configuration file
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.ConfigurationEnvironmentVariableError">
            <summary>
            The configuration file is undefined
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.Inactive">
            <summary>
            TietoIPC kernel task is not running
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.HostError">
            <summary>
            Logical host specified in ci_send() call was not defined in TietoIPC configuration file (routing block)
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.TimeOut">
            <summary>
            Operation timed out
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.InOutReady">
            <summary>
            A msg is already ready
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.NoMemory">
            <summary>
            The interface routines were unable to allocate more dynamic memory
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.InOutError">
            <summary>
            I/O error occurred in the application interface. Caused by errors when accessing the kernel or application mailbox
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.WrongVersion">
            <summary>
            The application interface in the program and TietoIPC kernel task are incompatible
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.BadMessageName">
            <summary>
            Illegal message name. The length of the message name must be less than 15 characters and the name can contain only letters,
            numbers and underscores
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.BadTaskName">
            <summary>
            Unknown task name. Used only internally and is never returned to application programs
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.NoMailbox">
            <summary>
            The task has no mailbox. Used only internally and is never returned to application programs
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.DuplicateMessageNames">
            <summary>
            One or more message names passed to ci_hello function were already being used by another application
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.OperationNotSupported">
            <summary>
            The attempted operation is not supported
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.ProtocolError">
            <summary>
            Protocol error between the application interface and kernel
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.MessageNotFound">
            <summary>
            The message was not found
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.BadMessageSize">
            <summary>
            The length of the mesage is illegal. Length should be between 0 and 32000 characters
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.NoBroadcastAllowed">
            <summary>
            Broadcast type message sending is not allowed
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.IpcStatus.MessageSpoolerFull">
            <summary>
            Message spooler is full. This error comes only if FIFO-type of spool is used
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.Workstation.GenericMessageToastrDisplayMethod">
            <summary>Enum for jquery ToastrDisplayMethod.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.GenericMessageToastrDisplayMethod.Warning">
            <summary>The refresh workstation</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.GenericMessageToastrDisplayMethod.Success">
            <summary>The new active user</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.GenericMessageToastrDisplayMethod.Info">
            <summary>The active browser and tab</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.GenericMessageToastrDisplayMethod.Error">
            <summary>The log out from workstation</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.Workstation.SetWorkstationResultType">
            <summary>Type of results for SetWorkstation service</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.SetWorkstationResultType.Success">
            <summary>New active user on Workstation saved. </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.SetWorkstationResultType.AnotherActiveUser">
            <summary> You cannot log on workstation, there is another user.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.SetWorkstationResultType.ActiveOnAnotherComputer">
            <summary> You are logged on this workstation on another computer.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.Workstation.WorkstationHubMessageType">
            <summary>The pts hub message types.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.WorkstationHubMessageType.RefreshWorkstation">
            <summary>The refresh workstation</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.WorkstationHubMessageType.LogOutFromWorkstation">
            <summary>Log out from workstation</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.Workstation.WorkstationHubMessageType.ReloadPage">
            <summary>ReloadPage workstation</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.NextHand">
            <summary>
            Next handling codes for item rerouting.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Unspecified">
            <summary>Unspecified nexthand. This is the default value for the enumeration to enforce active setting of it.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Calandring">
            <summary>The calandring.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Coating">
            <summary>The coating.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.CutSize">
            <summary>The cut-Size.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Duplex">
            <summary>The duplex.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Gilloutine">
            <summary>The gilloutine (Pulper).</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Pulper">
            <summary>The pulper (Autom.).</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Reamer">
            <summary>The reamer.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Rereeling">
            <summary>The rereeling.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Rewinding">
            <summary>The rewinding.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Sheeter">
            <summary>The sheeter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Sorting">
            <summary>The sorting.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.FinishedGoodsStock">
            <summary>The finished goods stock.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Trimmer">
            <summary>The trimmer.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Winding">
            <summary>The winding.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.NextHand.Wrapping">
            <summary>The wrapping.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.ReasonType">
            <summary>
            Loading mode. Possible and supported values of parameter group "RSNTYPE".
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Break">
            <summary>
            Break - BREAK
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Classify">
            <summary>
            Classify - CLASSIFY
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Container">
            <summary>
            Container - CONTAINER
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Inventory">
            <summary>
            Inventory - INVE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Shutdown">
            <summary>
            Shutdown - SHUTDOWN
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Splice">
            <summary>
            Splice - SPLICE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Stop">
            <summary>
            Stop - STOP
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Waste">
            <summary>
            Waste - WASTE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.Cancellation">
            <summary>
            Cancellation - CANCELDELIVERY
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.GradeChange">
            <summary>
            GradeChange - GRADECHANGE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.FirstClass">
            <summary>
            FirstClass - FIRSTCLASS
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ReasonType.SpeedLoss">
            <summary>
            SpeedLoss - SPEEDLOSS
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.CostAllocationType">
            <summary>
            The cost allocation type for reasons.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.CostAllocationType.None">
            <summary>The reason has no allocation type.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.CostAllocationType.Run">
            <summary>The reason is assigned to a run.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.CostAllocationType.Tag">
            <summary>The reason is assigned to a TAG.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses">
            <summary>
            Enumeration contains list of possible remarks reference classes (class of remark reference)
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Any">
            <summary>
            Any reference
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Pts">
            <summary>
            Reference is PTS unit item
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Quality">
            <summary>
            Reference is QA unit item
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Order">
            <summary>
            Reference is Order
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.OrderPart">
            <summary>
            Reference is Order part
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.OrderPlot">
            <summary>
            Reference is Order plot
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.OrderPosI">
            <summary>
            Reference is Order part info
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.OrderScheduleLine">
            <summary>
            Reference is Order schedule line
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Pattern">
            <summary>
            Reference is Pattern
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.PatternOrder">
            <summary>
            Reference is Pattern order
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.Run">
            <summary>
            Reference is Run
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.RunGroup">
            <summary>
            Reference is RunGroup
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.RunOrder">
            <summary>
            Reference is Run order
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.UnitItem">
            <summary>
            Reference is Unit item
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceClasses.UnitItemPart">
            <summary>
            Reference is Unit item part
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables">
            <summary>
            Enumenration contains remark owner entity reference table name
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables.Any">
            <summary>
            The any value or empty value
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables.RunGroupPts">
            <summary>
            Remark points to object stored in table PTS_RUNGROUP
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables.UnitItemPts">
            <summary>
            Remark points to object stored in table PTS_UNITITEM
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables.UnitItemPartPts">
            <summary>
            Remark points to object stored in table PTS_UNITITEM_PART
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkReferenceTables.UnitItemQuality">
            <summary>
            Remark points to object stored in table QA_UITEM
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType">
            <summary>
            Enumeration defines RemarkTarget value type. What value means.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType.RemarkTarget">
            <summary>
            The RemarkTarget value defines remark target (default)
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType.UserGroup">
            <summary>
            The RemarkTarget value defines user group
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalAcknowledgeLevel">
            <summary>The signal acknowledge level for signal type</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalAcknowledgeLevel.LocalAcknowledge">
            <summary>
            LocalAcknowledge, default value
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalAcknowledgeLevel.NoAcknowledge">
            <summary>
            NoAcknowledge
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalAcknowledgeLevel.RemoteAcknowledge">
            <summary>
            RemoteAcknowledge
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalDeliveryType">
            <summary>The signal delivery type for signal type</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalDeliveryType.NormalDelivery">
            <summary>
            NormalDelivery, default value
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeSignalDeliveryType.ImmediateDelivery">
            <summary>
            ImmediateDelivery
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType">
            <summary>
            Roles the entity can have. Possible and supported values of parameter group "WHLOCTYPE".
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.ConveyorBelt">
            <summary>
            Conveyor belt - CONV
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.DynamicPickingLocation">
            <summary>
            Dynamic picking location - DYNPICKLOCA
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.ForkLiftTruck">
            <summary>
            Fork lift truck - FTRUCK
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.NormalWarehouseLocation">
            <summary>
            Normal warehouse location - LOCA
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.PickingLocation">
            <summary>
            Picking location (Pre-loading location) - PICKLOCA
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.ReturnTruck">
            <summary>
            Return truck - RETURNTRUCK
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.TransportUnit">
            <summary>
            Transport unit - TRAN
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.VirtualWarehouseLocation">
            <summary>
            Virtual warehouse location - VIRTUAL
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WarehouseLocationType.WarehouseShuttle">
            <summary>
            Warehouse shuttle - WHSHUTTLE
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.TimeAllocationGroupAssignmentType">
            <summary>
            The Time Allocation Group assignment type for breaks.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.TimeAllocationGroupAssignmentType.None">
            <summary>The break is not assigned to any TAG.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.TimeAllocationGroupAssignmentType.Previous">
            <summary>The break is assigned to the previous TAG.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.TimeAllocationGroupAssignmentType.Following">
            <summary>The break is assigned to the following TAG.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.MinOrMax">
            <summary>Action types for purchase order input interface</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MinOrMax.Min">
            <summary>The min</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MinOrMax.Max">
            <summary>The max.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MinOrMax.Mix">
            <summary>The mix.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MinOrMax.Exact">
            <summary>The exact.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MinOrMax.Unknown">
            <summary>The unknown.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.SignalTypeCommandType">
            <summary>The command types for signal type</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeCommandType.Method">
            <summary>
            The method type, a receiver will trigger particular method
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeCommandType.Workflow">
            <summary>
            The workflow type, a receiver will trigger particular workflow
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.SignalTypeCommandType.Event">
            <summary>
            The event type, generic approach, a receiver could handle it however is needed
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget">
            <summary>
            Remark target. Possible and supported values of parameter group "REMATRG".
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.ToCalander">
            <summary>
            The to calander.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Delivery">
            <summary>
            The delivery.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.DeliveryExternal">
            <summary>
            The delivery external.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.DeliveryInternal">
            <summary>
            The delivery internal.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.DeliveryTruckPc">
            <summary>
            The delivery truck pc.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Finishing">
            <summary>
            The finishing.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.General">
            <summary>
            The general.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Laboratory">
            <summary>
            The laboratory.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Manufacturing">
            <summary>
            The manufacturing.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Wrapping">
            <summary>
            The wrapping.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Planning">
            <summary>
            The planning.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Production">
            <summary>
            The production.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Rewinder">
            <summary>
            The rewinder.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Sample">
            <summary>
            The sample.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Pattern">
            <summary>
            The pattern.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.PreferedOrderForRw">
            <summary>
            The prefered order for rw.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.InternalArticle">
            <summary>
            The internal article.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Trim">
            <summary>
            The trim.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Bom">
            <summary>
            The BOM.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Cost">
            <summary>
            The cost.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Printable">
            <summary>
            The printable.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Pts">
            <summary>
            The printable.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.Ouality">
            <summary>
            The Quality.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.PtsStop">
            <summary>
            The Pts Stop.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.PtsSlab">
            <summary>
            The Pts Slab.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RemarkTarget.ExternalConverting">
            <summary>
            Remark for external converting.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.GradeType">
            <summary>The grade type.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.Calibration">
            <summary>The calibration.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.CompetitorGrade">
            <summary>The competitor grade.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.Grade">
            <summary>The grade.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.Pulp">
            <summary>The pulp.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.RawMaterial">
            <summary>The raw material.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.Sheet">
            <summary>The sheet.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.GradeType.Stock">
            <summary>The stock.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.MachineType">
            <summary>
            Next machine phase type for item routing. Possible and supported values of parameter group "NEXTHAND".
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Unspecified">
            <summary>Unspecified machine type. This is the default value for the enumeration to enforce active setting of it.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.BoxingMachine">
            <summary>The boxing machine.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Calander">
            <summary>The calander.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.CoreCutter">
            <summary>The core cutter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Coater">
            <summary>The coater.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.CutSizeSheeter">
            <summary>The cut size sheeter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.PulpDryer">
            <summary>The pulp dryer.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.DuplexSheeter">
            <summary>The duplex.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.GluingMachine">
            <summary>The gluing machine.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Guillotine">
            <summary>The guillotine.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Labelling">
            <summary>The labelling.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Laminator">
            <summary>The laminator.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.ManualMachine">
            <summary>The manual machine.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.ManualAddSheetPallet">
            <summary>The manual add sheet pallet.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.PaperMachine">
            <summary>The paper machine</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Pulper">
            <summary>The pulper.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Reamer">
            <summary>The reamer.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.ReReeler">
            <summary>The re reeler.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.ReWinder">
            <summary>The re winder.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Sheeter">
            <summary>The sheeter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.SheetingLine">
            <summary>The sheeting line.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Sorter">
            <summary>The sorter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.FinishedGoodsStock">
            <summary>The finished goods stock.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.SubcontractorMachine">
            <summary>The subcontractor machine.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.TissueConverter">
            <summary>The tissue converter.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Trimmer">
            <summary>The trimmer.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.Winder">
            <summary>The winder.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.MachineType.WrappingLine">
            <summary>The wrapping line.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.ProcessType">
            <summary>
            The type of the process
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ProcessType.Process">
            <summary>
            The process is a real process.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.ProcessType.Machine">
            <summary>
            The process is a machine.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.PropertyId">
            <summary> parameter id. Possible and supported value types. </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AllowInternalArticleLoading">
            <summary>
            AllowInternalArticleLoading - WL_ALLOWLOADINGINTART
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.Platforms">
            <summary>
            Platforms - WL_PLATFORMS
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.NumberOfCopies">
            <summary>
            NumberOfCopies - BD_LABEPCS
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.GdrCode">
            <summary>
            GdrCode - WL_GDRCODE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.InterfaceExternalWayBillCode">
            <summary>
            InterfaceExternalWayBillCode - WL_INTERFACE_EXTWAYBCODE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AutomaticClassificationQualityCategory">
            <summary>
            AutomaticClassificationQualityCategory - WL_LOCAUTOCLASSQUALCAT
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AutomaticClassificationAcceptanceStatus">
            <summary>
            AutomaticClassificationAcceptanceStatus - WL_LOCAUTOCLASSACCSTAT
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AutomaticClassificationNextHand">
            <summary>
            AutomaticClassificationNextHand - WL_LOCAUTOCLASSDESTINATION
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AutomaticClassificationNextProcessCode">
            <summary>
            AutomaticClassificationNextProcessCode - WL_LOCAUTOCLASSNEXTPROC
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.AutomaticClassificationReasonCode">
            <summary>
            AutomaticClassificationReasonCode - WL_LOCAUTOCLASSRSNCODE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.EdgeControlType">
            <summary>
            EdgeControlType - BD_EDGECTRLTYPE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.EnvironmentalCertificate">
            <summary>
            EnvironmentalCertificate - BD_INKJET1
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.CleanCoreMandatory">
            <summary>
            CleanCoreMandatory - C211_SE_CLEAN_COREDUST
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.NoRewindingAllowed">
            <summary>
            NoRewindingAllowed - C211_SE_NO_REWINDING_ALLOWED
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.MaxSpliceCount">
            <summary>
            MaxSpliceCount - SE_MAXSPLICE
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyId.WhStratUseLabelOrder">
            <summary>
            WhStratUseLabelOrder - WHSTRAT_USE_LABEL_ORDER
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.PropertyType">
            <summary>
            Types of property values (splitted by data storage).
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.General">
            <summary>The general properties - table GENPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Company">
            <summary>The company properties - table COMPANYPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Warehouse">
            <summary>The warehouse properties - table WL_WHPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.WarehouseLocation">
            <summary>The warehouse location properties - table WL_WHLOCATIONPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Load">
            <summary>The load properties - table WL_LOADPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.PickList">
            <summary>The pickList properties - table WL_LOADPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Delilot">
            <summary>The delilot properties - table WL_DELILOT_PROPVIEW.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Plan">
            <summary>The plan properties - table PP_PLANPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Material">
            <summary>The material properties - table MA_MATPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Order">
            <summary>The order properties - table SE_ORDEPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.OrderRow">
            <summary>The orderRow properties - table SE_ORDEPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.ScheduleLine">
            <summary>The scheduleLine properties - table SE_ORDEPROP.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyType.Process">
            <summary>The process properties - table PT_MILLPROPERTY.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.PropertyValueType">
            <summary> parameter type. Possible and supported value types. </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyValueType.String">
            <summary>
            String - STRING
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyValueType.Number">
            <summary>
            Number - NUMBER
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.PropertyValueType.Bool">
            <summary>
            Bool - BOOLEAN
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.QualityCategory">
            <summary>
            Quality Category. Possible and supported values of parameter group "QUALCAT".
            Does not handle custom categories added by user
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.QualityCategory.Prime">
            <summary>The prime.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.QualityCategory.NotPrime">
            <summary>The not prime.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.QualityCategory.Waste">
            <summary>The waste.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.QualityCategory.Broke">
            <summary>The broke.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RecordActionType">
            <summary>Defines the record action type.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RecordActionType.Insert">
            <summary>The insert.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RecordActionType.Update">
            <summary>The update.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RecordActionType.Delete">
            <summary>The delete.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.RollSheet">
            <summary>The wire sides</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RollSheet.Pulp">
            <summary>The pulp</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RollSheet.Roll">
            <summary>The roll</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.RollSheet.Sheet">
            <summary>The sheet</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.WireSide">
            <summary>The wire sides</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WireSide.Unknown">
            <summary>The wireside is unknown</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WireSide.In">
            <summary>The wire side in</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.WireSide.Out">
            <summary>The wire side out</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.YesNo">
            <summary>Defines the options: yes and no.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.YesNo.Yes">
            <summary>The 'yes' option.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.YesNo.No">
            <summary>The 'no' option.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Enumerations.YesNoBoth">
            <summary>Defines the options: yes, no and both.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.YesNoBoth.Yes">
            <summary>The 'yes' option.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.YesNoBoth.No">
            <summary>The 'no' option.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Enumerations.YesNoBoth.Both">
            <summary>The 'both' option.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeCommand">
            <summary>The SignalTypeCommand.</summary>
            <summary>
            Represents the SignalTypeCommand.
            <para>Db Table: BDS_SIGNAL_TYPE_COMMAND</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.IsTypeMethod">
            <summary>
            Is of method type
            </summary>
            <returns>True for method type</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.IsTypeWorkflow">
            <summary>
            Is of workflow type
            </summary>
            <returns>True for workflow type</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.IsTypeEvent">
            <summary>
            Is of event type
            </summary>
            <returns>True for event type</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeCommand"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.CommandCode">
            <summary>
            Gets or sets the CommandCode.
            <para>Db Column: CMDCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.CommandType">
            <summary>
            Gets or sets the CommandType.
            <para>Db Column: CMDTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.CommandTypeRaw">
            <summary>Gets or sets the CommandType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.CommandDescription">
            <summary>
            Gets or sets the CommandDescription.
            <para>Db Column: CMDDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.MethodName">
            <summary>
            Gets or sets the MethodName.
            <para>Db Column: METHODNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.WorkflowCode">
            <summary>
            Gets or sets the WorkflowCode.
            <para>Db Column: WFCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.WorkflowVersionCode">
            <summary>
            Gets or sets the WorkflowVersionCode.
            <para>Db Column: WFVERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeCommand.Types">
            <summary>Gets or sets the Types.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommand.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter">
            <summary>
            Converts Remark target codes from and to <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter.ToEnums(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Converts array of string codes to array of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/>. Inversion function to <see cref="M:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter.FromEnums(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})"/>.
            </summary>
            <param name="remarkTargetCodes">Array of string code representation</param>
            <param name="skipUnknownCode">If set to True, then skip unresolved codes. Othewise throw <see cref="T:System.ComponentModel.InvalidEnumArgumentException"/> exception.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> corresponds to input codes</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter.ToEnum(System.String)">
            <summary>
            Converts string code to <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> enum value.
            </summary>
            <param name="targetCode">The target code.</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> value</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter.FromEnums(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <summary>
            Converts array of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> to array of string codes. Inversion function to <see cref="M:Tips.Base.Data.Entities.Formatters.TargetCodeFormatter.ToEnums(System.Collections.Generic.IEnumerable{System.String},System.Boolean)"/>.
            </summary>
            <param name="remarkTargetCodes">Array of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> target codes.</param>
            <returns>Array of string representation codes</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.BdsGenericRemark">
            <summary>
            Represents the BdsGenericRemark.
            <para>Db Table: GENREMARK</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsGenericRemark.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.BdsGenericRemark"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Acknowledged">
            <summary>
            Gets or sets the Acknowledged.
            <para>Db Column: ACKFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.PhraseCode">
            <summary>
            Gets or sets the PhraseCode.
            <para>Db Column: PHRASECODE</para>
            <para>Db Comment: code of an annotation that can be attached to a remark in addition to the remark text. The annotation is base data and is stored in the table PHRASE.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.PositionNumber">
            <summary>
            Gets or sets the PositionNumber.
            <para>Db Column: REMAPOSNUM</para>
            <para>Db Comment: position number of the remark. This number orders the remarks by the date/time of its creation</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.OriginatedDate">
            <summary>
            Gets or sets the OriginatedDate.
            <para>Db Column: ORIGIDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.OriginatedBy">
            <summary>
            Gets or sets the OriginatedBy.
            <para>Db Column: ORIGIBY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Status">
            <summary>
            Gets or sets the Status.
            <para>Db Column: REMASTATUS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.PrintingControlCode">
            <summary>
            Gets or sets the PrintingControlCode.
            <para>Db Column: PRNCTRLCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Source">
            <summary>
            Gets or sets the Source.
            <para>Db Column: REMASRC</para>
            <para>Db Comment: where the remark comes from</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.QualityIndicator">
            <summary>
            Gets or sets the QualityIndicator.
            <para>Db Column: QUALCATIND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Target">
            <summary>
            Gets or sets the Target.
            <para>Db Column: REMATRG</para>
            <para>Db Comment: target where the remark should be visible, Paragroup REMATRG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Position">
            <summary>
            Gets or sets the Position.
            <para>Db Column: REMAPOS</para>
            <para>Db Comment: remark position. This number differences several remarks and orders them</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.SourceOid">
            <summary>
            Gets or sets the SourceOid.
            <para>Db Column: REMASRCOID</para>
            <para>Db Comment: reference to source</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.Text">
            <summary>
            Gets or sets the Text.
            <para>Db Column: REMATEXT</para>
            <para>Db Comment: text of the remark</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.ReferenceOid">
            <summary>
            Gets or sets the ReferenceOid.
            <para>Db Column: REFOID</para>
            <para>Db Comment: the current record is referenced by another (parent) record. The relationship is established using the oid of the parent record. The record can be located in any table in the system, the referenced table must be given for a context.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsGenericRemark.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            <para>Db Comment: sequence number. Defines the order of a set of rows that have a fixed or user-configureable order.</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsGenericRemark.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsGenericRemark.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.BdsGenericRemarkMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.BdsGenericRemark" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsGenericRemarkMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.BdsGenericRemarkMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.BdsPhrase">
            <summary>
            Represents the BdsPhrase.
            <para>Db Table: PHRASE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsPhrase.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.BdsPhrase"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsPhrase.Code">
            <summary>
            Gets or sets the Code.
            <para>Db Column: PHRASECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsPhrase.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: PHRASEDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.BdsPhrase.GroupCode">
            <summary>
            Gets or sets the GroupCode.
            <para>Db Column: PHRASEGRPCODE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsPhrase.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsPhrase.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsPhrase.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.BdsPhraseMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.BdsPhrase" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.BdsPhraseMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.BdsPhraseMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Grade">
            <summary>
            Represents the grade.
            </summary>
            <summary>
            Represents the Grade.
            <para>Db Table: BDS_GRADE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.Create(Tips.Base.Core.ValueObjects.GradeCodeVo,Tips.Base.Core.ValueObjects.ProductCodeVo)">
            <summary>Creates the specified grade.</summary>
            <param name="gradeCode">The grade code.</param>
            <param name="productCode">The product code.</param>
            <returns>The new grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.Create(Tips.Base.Core.ValueObjects.GradeCodeVo,Tips.Base.Core.ValueObjects.ProductCodeVo,Tips.Base.Core.ValueObjects.GradeNameVo,Tips.Base.Core.ValueObjects.GrammageVo,Tips.Base.Core.ValueObjects.DensityVo,Tips.Base.Core.ValueObjects.ThicknessVo)">
            <summary>Creates the specified grade.</summary>
            <param name="gradeCode">The grade code.</param>
            <param name="productCode">The product code.</param>
            <param name="name">The name.</param>
            <param name="grammage">The grammage.</param>
            <param name="density">The density.</param>
            <param name="thickness">The thickness.</param>
            <returns>The new grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Grade"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.GradeCode">
            <summary>
            Gets or sets the GradeCode.
            <para>Db Column: GRADCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.ProductCode">
            <summary>
            Gets or sets the ProductCode.
            <para>Db Column: PRODCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.Density">
            <summary>
            Gets or sets the Density.
            <para>Db Column: DENSITY</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.GradeName">
            <summary>
            Gets or sets the GradeName.
            <para>Db Column: GRADNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.GradeType">
            <summary>
            Gets or sets the GradeType.
            <para>Db Column: GRADTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.Grammage">
            <summary>
            Gets or sets the Grammage.
            <para>Db Column: GM2</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.MachChainGrp">
            <summary>
            Gets or sets the MachChainGrp.
            <para>Db Column: MACHCHAINGRP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.PunchType">
            <summary>
            Gets or sets the PunchType.
            <para>Db Column: PUNCHTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.SheetGradeMode">
            <summary>
            Gets or sets the SheetGradeMode.
            <para>Db Column: SHEETGRADMODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.SheetLengthMax">
            <summary>
            Gets or sets the SheetLengthMax.
            <para>Db Column: SHEETLENGMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.SheetLengthMin">
            <summary>
            Gets or sets the SheetLengthMin.
            <para>Db Column: SHEETLENGMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.SheetWidthMax">
            <summary>
            Gets or sets the SheetWidthMax.
            <para>Db Column: SHEETWIDTMAX</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.SheetWidthMin">
            <summary>
            Gets or sets the SheetWidthMin.
            <para>Db Column: SHEETWIDTMIN</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.Thickness">
            <summary>
            Gets or sets the Thickness.
            <para>Db Column: THK</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.StandardArticles">
            <summary>Gets or sets the StandardArticles.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Grade.Product">
            <summary>Gets or sets the Product.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Grade.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.IdentityRemarkInfo">
            <summary>
            Defines business structure correspond to business entity remarks properties
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.IdentityRemarkInfo.#ctor(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Boolean,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.IdentityRemarkInfo"/> class.
            </summary>
            <param name="entityIdentifier">Business entity complex identifier</param>
            <param name="hasRemark">Flag if Business entity has any remark</param>
            <param name="remarkCnt">Count of remarks on business entity</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.IdentityRemarkInfo.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.IdentityRemarkInfo" /> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IdentityRemarkInfo.Identifier">
            <summary>
            Gets business entity identifier
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IdentityRemarkInfo.HasRemark">
            <summary>
            Gets a value indicating whether gets if business entity <see cref="P:Tips.Base.Data.Entities.IdentityRemarkInfo.Identifier"/> has any remarks
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IdentityRemarkInfo.RemarksCount">
            <summary>
            Gets nubmer of remark entries assigned to business entity defined by <see cref="P:Tips.Base.Data.Entities.IdentityRemarkInfo.Identifier"/>.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorTokenKey">
            <summary>
            Code generator token key interface
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorTokenKey.TokenCode">
            <summary>
            Gets token code.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey">
            <summary>
            Remarks composite key represents weak reference to misc. business entity
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceCode">
            <summary>
            Gets Primary key value for target business object (entity). Map to column REFCODE
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceTable">
            <summary>
            Gets name of table correspond to <see cref="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceCode"/> where business object (entity) is stored. Map to column REFTABLE
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceSchema">
            <summary>
            Gets which schema is used. Optional and correspond to <see cref="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceCode"/>. Map to column REFSCHEMA
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.ReferenceClass">
            <summary>
            Gets module source representation. Means what module creates current entity. Map to column xxxSRCOBJ
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <summary>
            Determines whether the specified other entity composite key is equals.
            </summary>
            <param name="otherEntityCompositeKey">The other entity composite key.</param>
            <returns>
              <c>true</c> if the specified other entity composite key is equals; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite">
            <summary>
            Interface structure for <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> defines Remark Target composite value
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite.Value">
            <summary>
            Gets the string value representation.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite.ValueType">
            <summary>
            Gets the type of the <see cref="P:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite.Value"/>.
            </summary>
            <value>
            The type of the value.
            </value>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorTokenMetaData">
            <summary>
            Code generator token meta data interface
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorTokenMetaData.InputTypes">
            <summary>
            Gets the required input types
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorToken">
            <summary>
            Interface for custom code generator tokens
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Interfaces.ICodeGeneratorToken.Evaluate(System.Object[])">
            <summary>
            Evaluates the value for the token.
            </summary>
            <param name="parameters">The parameters passed to the generator.</param>
            <returns>Representation of token for specified parameters.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Interfaces.ILanguageDependentDescription">
            <summary>
            Defines that the entity supports retrieving a language dependent text.
            This is a marker interface to provide extension methods.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Interfaces.ILanguageDependentDescription.Descriptions">
            <summary>
            Gets the list of all language dependent texts assigned to the entity.
            The entity must provide this list before calling any infrastructure services.
            The recommended way to implement this is:
            * Navigation property to entity DbDescrLang
            * .Include(x => x.Descriptions), to eagerly load the data
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueLoadMap">
            <summary>
            The load prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueLoadMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueLoadMap"/> class.
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueLoadMap"/> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyDescriptionMap">
            <summary>The property description map.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyDescriptionMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyDescriptionMap"/> class.</summary>
            <param name="userId">The schema user.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyMap">
            <summary>
            The property map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyMap"/> class.
            </summary>
            <param name="userId">
            The user id.
            </param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueBaseMap`1">
            <summary>The base class for property values tables.</summary>
            <typeparam name="TEntity">Entity type</typeparam>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueBaseMap`1.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueBaseMap`1"/> class.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueCompanyMap">
            <summary>
            The company prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueCompanyMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueCompanyMap"/> class.
            </summary>
            <param name="userId">
            The user id.
            </param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueGenericMap">
            <summary>
            The generic prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueGenericMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueGenericMap"/> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueLocationMap">
            <summary>
            The company prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueLocationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueLocationMap"/> class.
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueWarehouseMap"/> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueMillMap">
            <summary>
            Tme mill prop map
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueMillMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueMillMap" /> class.
            </summary>
            <param name="userId">The user identifier.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueOrderMap">
            <summary>
            The order prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueOrderMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueOrderMap"/> class.
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueWarehouseMap"/> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyValueWarehouseMap">
            <summary>
            The company prop map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyValueWarehouseMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyValueWarehouseMap"/> class.
            </summary>
            <param name="userId">
            The user id.
            </param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyViewItemMap">
            <summary>
            The property map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyViewItemMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyViewItemMap"/> class.
            </summary>
            <param name="userId">
            The user id.
            </param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mappings.PropertyViewMap">
            <summary>
            The property map.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mappings.PropertyViewMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mappings.PropertyViewMap"/> class.
            </summary>
            <param name="userId">
            The user id.
            </param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Millgroup">
            <summary>
            Represents the Millgroup.
            <para>Db Table: BDS_MILLGROUP</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroup.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Millgroup"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroup.MillGroupCode">
            <summary>
            Gets or sets the MillGroupCode.
            <para>Db Column: MILLGROUPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroup.MillGroupName">
            <summary>
            Gets or sets the MillGroupName.
            <para>Db Column: MILLGROUPNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroup.Millgroupusers">
            <summary>Gets or sets the Millgroupusers.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroup.Millgroupmill">
            <summary>Gets or sets the Millgroupmill.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroup.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroup.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroup.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillgroupMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Millgroup" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillgroupMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillgroupMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Millgroupmill">
            <summary>
            Represents the Millgroupmill.
            <para>Db Table: BDS_MILLGROUPMILL</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupmill.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Millgroupmill"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupmill.MillCode">
            <summary>
            Gets or sets the MillCode.
            <para>Db Column: MILLCODE</para>
            <para>Db Comment: code of the mill</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupmill.MillGroupOid">
            <summary>
            Gets or sets the MillGroupOid.
            <para>Db Column: MILLGROUPOID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupmill.Millgroups">
            <summary>Gets or sets the Millgroups.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupmill.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupmill.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupmill.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillgroupmillMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Millgroupmill" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillgroupmillMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillgroupmillMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Millgroupuser">
            <summary>
            Represents the Millgroupuser.
            <para>Db Table: BDS_MILLGROUPUSER</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupuser.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Millgroupuser"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupuser.UserOid">
            <summary>
            Gets or sets the UserOid.
            <para>Db Column: USEROID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupuser.MillGroupOid">
            <summary>
            Gets or sets the MillGroupOid.
            <para>Db Column: MILLGROUPOID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Millgroupuser.Millgroup">
            <summary>Gets or sets the Millgroup.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupuser.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupuser.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Millgroupuser.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillgroupuserMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Millgroupuser" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillgroupuserMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillgroupuserMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillPrinterMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.MillPrinter" /> type.</summary>
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.MillPrinter" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinterMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillPrinterMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinterMap.OnCreated">
            <summary>
            Helper method, when programmer needs to call/add something in the constructor,
            he can use this method in partial file.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PackagingInstruction">
            <summary>
            Represents the PackagingInstruction.
            <para>Db Table: BDS_PACKINSTR</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PackagingInstruction.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PackagingInstruction"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PackagingInstruction.PackingCode">
            <summary>
            Gets or sets the PackingCode.
            <para>Db Column: PACKCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PackagingInstruction.RollSheet">
            <summary>
            Gets or sets the RollSheet.
            <para>Db Column: ROLLSHEET</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PackagingInstruction.RollSheetRaw">
            <summary>Gets or sets the RollSheet.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PackagingInstruction.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PackagingInstruction.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PackagingInstruction.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.PackagingInstructionMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.PackagingInstruction" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PackagingInstructionMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PackagingInstructionMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.NextHand">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.NextHand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.NextHand"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.NextHand.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.NextHand"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.NextHand.#ctor(Tips.Base.Data.Entities.Enumerations.NextHand)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.NextHand"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.NextHand.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.NextHand.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.GrainDirection">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.GrainDirection.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.GrainDirection"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.GrainDirection.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.GrainDirection"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.GrainDirection.#ctor(Tips.Base.Common.KnownTypes.Enumerations.GrainDirection)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.GrainDirection"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.GrainDirection.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.GrainDirection.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.ReasonType">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.ReasonType.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.ReasonType"/> class.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.ReasonType.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.ReasonType"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.ReasonType.#ctor(Tips.Base.Data.Entities.Enumerations.ReasonType)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.ReasonType"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.ReasonType.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.ReasonType.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.LabelType">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.LabelType.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.LabelType"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.LabelType.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.LabelType"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.LabelType.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.MachineType">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.MachineType.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.MachineType"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.MachineType.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.MachineType"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.MachineType.#ctor(Tips.Base.Data.Entities.Enumerations.MachineType)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.MachineType"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.MachineType.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.MachineType.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.QualityCategory">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.QualityCategory.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.QualityCategory"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.QualityCategory.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.QualityCategory"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.QualityCategory.#ctor(Tips.Base.Data.Entities.Enumerations.QualityCategory)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.QualityCategory"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.QualityCategory.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.QualityCategory.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Parameters.WireSide">
            <summary>The tips parameter.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.WireSide.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.WireSide"/> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.WireSide.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.WireSide"/> class.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Parameters.WireSide.#ctor(Tips.Base.Data.Entities.Enumerations.WireSide)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Parameters.WireSide"/> class.</summary>
            <param name="enumKey">The enum key.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.WireSide.AllowExtraKeys">
            <summary>Gets a value indicating whether allow extra keys.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Parameters.WireSide.ParameterGroupCode">
            <summary>Gets the parameter group code.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Phrase">
            <summary>Defines a phrase..</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Phrase.Label">
            <summary>Gets or sets the label.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Phrase.Description">
            <summary>Gets or sets the description.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ProcessGrade">
            <summary>
            The non database entity for connecting process and grade together
            for possibility to assign settings to process and grade combinations.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ProcessGrade.CodeSeparator">
            <summary>Code separator characters.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessGrade.#ctor(Tips.Base.Data.Entities.Process,Tips.Base.Data.Entities.Grade)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ProcessGrade" /> class.</summary>
            <param name="process">The process.</param>
            <param name="grade">The grade.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.OID">
            <summary>Gets or sets the OID identifier.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.Process">
            <summary>Gets the process entity.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.Grade">
            <summary>Gets the grade entity.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.ProcessCode">
            <summary>Gets the process code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.GradeCode">
            <summary>Gets the grade code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.Code">
            <summary>Gets the generated code from process and grade entities.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ProcessGrade.GradeName">
            <summary>Gets the grade name.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessGrade.GetGradeCodePart(System.String)">
            <summary>Get grade code part from proces grade code.</summary>
            <param name="processGradeCode">Setting reference code for PROCESSGRADE reference table.</param>
            <returns>Grade code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessGrade.GetProcessCodePart(System.String)">
            <summary>Get process code part from proces grade code.</summary>
            <param name="processGradeCode">Setting reference code for PROCESSGRADE reference table.</param>
            <returns>Process code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessGrade.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessGrade.GetHashCode">
            <summary>Serves as the default hash function.</summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.PrinterData">
            <summary>
            Represents the PrinterData.
            <para>Db Table: BDS_PRINTER</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PrinterData.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PrinterData"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.PrinterId">
            <summary>
            Gets or sets the PrinterId.
            <para>Db Column: PRINTERID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.Name">
            <summary>
            Gets or sets the Name.
            <para>Db Column: PHYSICALDEVICE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.Description">
            <summary>
            Gets or sets the Description.
            <para>Db Column: DESCRIPTION</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.IpAddress">
            <summary>
            Gets or sets the IpAddress.
            <para>Db Column: IPADDR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.Command">
            <summary>
            Gets or sets the Command.
            <para>Db Column: COMMAND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PrinterData.WorkstationPrinters">
            <summary>Gets or sets the WorkstationPrinters.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PrinterData.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PrinterData.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PrinterData.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.PrinterDataMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.PrinterData" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PrinterDataMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PrinterDataMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.WorkstationPrinterData">
            <summary>
            Represents the WorkstationPrinterData.
            <para>Db Table: BDS_WORKSTATION_PRINTER</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationPrinterData.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WorkstationPrinterData"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationPrinterData.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationPrinterData.PrinterId">
            <summary>
            Gets or sets the PrinterId.
            <para>Db Column: PRINTERID</para>
            <para>Db Comment: Id of the printer.Defined in the table MU_PRINTER</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationPrinterData.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            <para>Db Comment: sequence number. Defines the order of a set of rows that have a fixed or user-configureable order.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationPrinterData.Printer">
            <summary>Gets or sets the Printer.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationPrinterData.Workstations">
            <summary>Gets or sets the Workstations.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationPrinterData.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationPrinterData.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationPrinterData.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.WorkstationPrinterDataMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.WorkstationPrinterData" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationPrinterDataMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WorkstationPrinterDataMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject">
            <summary>The SFG Grade query object.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject.SfgRollGoodFlag">
            <summary>The SFG roll good flag</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject.GradeSet">
            <summary>Gets the grade set</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject.Grades">
            <summary>Gets the grades.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject.Properties">
            <summary>Gets the SfgRollGoodFlag properties.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.QueryObjects.SFGGradeQueryObject.GetSFGGrades">
            <summary>Gets the Grades having SFGRollGoodFlag from query.</summary>
            <returns>Query of all SFG grades.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkEntry">
            <summary>Implements Remark entity</summary>
            <summary>
            Represents the RemarkEntry.
            <para>Db Table: BDS_REMARKS</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor(Tips.Base.Data.Entities.RemarkEntry)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class.
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> from other instance of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/>
            This constructor is usually called when needs to operate with unbound db. context objects
            </summary>
            <param name="remarkEntryFromClone">Source remark entry to create other instance of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/></param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class with custom identifier
            </summary>
            <param name="remarkId">Remark identifier</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.String,System.Boolean,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class.
            </summary>
            <param name="ownerEntityKey">Owner entity which remark will be assigned</param>
            <param name="remarkText">Remark text</param>
            <param name="isRemarkTextPhraseCode">If True, then <paramref name="remarkText"/> is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.PhraseCode"/> value. Otherwise value is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.Text"/> value.</param>
            <param name="remarkTargets">Collection of enums <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> where remarks is available. Must be filled at-least one target.</param>
            <exception cref="T:System.ArgumentNullException">If <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> is null or not valid. If remark text is empty. If remarkTargets is null or empty collection.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.String,System.Boolean,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class.
            </summary>
            <param name="ownerEntityKey">Owner entity which remark will be assigned</param>
            <param name="remarkText">Remark text</param>
            <param name="isRemarkTextPhraseCode">If True, then <paramref name="remarkText"/> is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.PhraseCode"/> value. Otherwise value is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.Text"/> value.</param>
            <param name="remarkTargets">Collection of <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> where remarks is available. Must be filled at-least one target.</param>
            <exception cref="T:System.ArgumentNullException">If <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> is null or not valid. If remark text is empty. If remarkTargets is null or empty collection.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class with no targets. This is ussually used when Create is calling next.
            </summary>
            <param name="ownerEntityKey">Owner entity which remark will be assigned</param>
            <param name="remarkText">Remark text</param>
            <param name="isRemarkTextPhraseCode">If True, then <paramref name="remarkText"/> is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.PhraseCode"/> value. Otherwise value is <see cref="P:Tips.Base.Data.Entities.RemarkEntry.Text"/> value.</param>
            <exception cref="T:System.ArgumentNullException">If <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> is null or not valid. If remark text is empty. If remarkTargets is null or empty collection.</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesEnums">
            <summary>
            Gets the target codes array converted to <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> enum values.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesStrings">
            <summary>
            Gets the target codes array converted to string codes values.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesString">
            <summary>
            Gets the target codes string as join of <see cref="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesEnums"/> underlying codes representation separated by comma.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesComposites">
            <summary>
            Gets the target codes collection as composites <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/>.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.GetCompositeKey">
            <summary>
            Returns member reference composite key represents <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/>
            </summary>
            <returns>Entity reference composite key</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.SetCompositeKey(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <summary>
            Sets the business entity composite key to this remark object.
            </summary>
            <param name="compositeKey">The composite key.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.UpdateTargetCodes(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Updates <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> target codes. Target codes is overwriten (existing is keep, new is added, obsolete is removed) from collection.
            Removed <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> is returned for possible further database operation.
            </summary>
            <param name="remarkTargets">Collection of enums <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> where remarks is available. Must be filled at-least one target.</param>
            <exception cref="T:System.ArgumentNullException">If remarkTargets is null</exception>
            <exception cref="T:System.ArgumentException">If remarkTargets is empty collection</exception>
            <returns>Returns collection of removed <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> entities for further database operations.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ToRemarkHistory">
            <summary>
            Transform current <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object to new instance <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/> object in history state
            </summary>
            <returns>Curent remark <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/> instance</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ToNewRemark(System.Boolean)">
            <summary>
            Creates new instance of remarks from current remark (without history)
            </summary>
            <param name="preserveDefaultFields">If true copy fields (IBY,UBY,IDATE,UDATE,CNT) from current remark to new one.</param>
            <returns>New instance of remark (with targets) and empty id (ready for save to database)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ContainsTargetCodes(Tips.Base.Data.Entities.RemarkTargets[])">
            <summary>
            Check if Remark has a target code (defined by collection)
            </summary>
            <param name="targetCodes">Target codes</param>
            <returns>If true, target code is equals remark target codes exactly (same count)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ContainsTargetCodes(Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite[])">
            <summary>
            Check if Remark has a target code (defined by collection)
            </summary>
            <param name="targetCodes">Target codes</param>
            <returns>If true, target code is equals remark target codes exactly (same count)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ContainsTargetCodesAny(Tips.Base.Data.Entities.RemarkTargets[])">
            <summary>
            Check if Remark has any target code (defined by collection)
            </summary>
            <param name="targetCodes">Target codes</param>
            <returns>If true, target code is among remark target codes (at least one)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ContainsTargetCodesAny(Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite[])">
            <summary>
            Check if Remark has any target code (defined by collection)
            </summary>
            <param name="targetCodes">Target codes</param>
            <returns>If true, target code is among remark target codes (at least one)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ToTargetCodesString(System.Boolean,System.String)">
            <summary>
            Returns remark target codes from <see cref="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesEnums"/> and convets all values to string separated by separator.
            </summary>
            <param name="useParamValues">if set to <c>true</c> use underlying enum representation, otherwise enum names.</param>
            <param name="separator">The separator between two values.</param>
            <returns>SIngle line string representation of <see cref="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodesEnums"/> array.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <inheritdoc/>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.Equals(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.Normalise">
            <summary>
            Normalise remark values
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.SetInternalId(System.Int32)">
            <summary>
            Sets internaly remark identifier
            </summary>
            <param name="remarkId">Remark identifier</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.InitInternal(Tips.Base.Data.Entities.RemarkEntry)">
            <summary>
            Initializes the internal fields and properties.
            </summary>
            <param name="remarkEntryFromClone">Source remark entry from clone values. Can be null, then initialization from source skipped.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.GetTargetCodesEnums">
            <summary>
            Converts <see cref="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodes"/> array to <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> array values.
            </summary>
            <returns>Array of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> values.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.GetTargetCodesStrings">
            <summary>
            Converts <see cref="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodes"/> array to string array values.
            </summary>
            <returns>Array of <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> values.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.GetTargetCodeComposite">
            <summary>
            Gets the target code composite as <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/>.
            </summary>
            <returns>Collection of composite <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.Id">
            <summary>
            Gets or sets the Id.
            <para>Db Column: REMAID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceTable">
            <summary>
            Gets or sets the ReferenceTable.
            <para>Db Column: REFTABLE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceTableRaw">
            <summary>Gets or sets the ReferenceTable.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.Text">
            <summary>
            Gets or sets the Text.
            <para>Db Column: REMATEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceClass">
            <summary>
            Gets or sets the ReferenceClass.
            <para>Db Column: REMASRCOBJ</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceClassRaw">
            <summary>Gets or sets the ReferenceClass.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceSchema">
            <summary>
            Gets or sets the ReferenceSchema.
            <para>Db Column: REFSCHEMA</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.ReferenceCode">
            <summary>
            Gets or sets the ReferenceCode.
            <para>Db Column: REFCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: REMASEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.PhraseCode">
            <summary>
            Gets or sets the PhraseCode.
            <para>Db Column: PHRASECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkEntry.TargetCodes">
            <summary>Gets or sets the TargetCodes.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntry.OnCreated">
            <summary>
            Called when constuctor called.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkHistory">
            <summary>
            RemarkHistory extension
            </summary>
            <summary>
            Represents the RemarkHistory.
            <para>Db Table: BDS_REMARKS_HIST</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.ToRemark">
            <summary>
            Transform current <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/> object to <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object in history state
            </summary>
            <returns>Historical state of <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.ToNewRemarkHistory(System.Boolean)">
            <summary>
            Creates new instance of remark history from current remark
            </summary>
            <param name="preserveDefaultFields">If true copy fields (IBY,UBY,IDATE,UDATE,CNT) from current remark to new one.</param>
            <returns>New instance of remark (with targets) and empty id (ready for save to database)</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.IsEquals(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey)">
            <inheritdoc/>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.Equals(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.GetRemarkTargetCoposite">
            <summary>
            Converts property <see cref="P:Tips.Base.Data.Entities.RemarkHistory.RemarkTargetCodeAggregate"/> to <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> collection
            </summary>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> entries.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.SetRemarkTargetCoposite(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Sets <see cref="P:Tips.Base.Data.Entities.RemarkHistory.RemarkTargetCodeAggregate"/> property by <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> collection
            </summary>
            <param name="remarkTargetComposites">The remark target composites to set <see cref="P:Tips.Base.Data.Entities.RemarkHistory.RemarkTargetCodeAggregate"/> property.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.Id">
            <summary>
            Gets or sets the Id.
            <para>Db Column: REMAHISTID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ParentId">
            <summary>
            Gets or sets the ParentId.
            <para>Db Column: REMAID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceTable">
            <summary>
            Gets or sets the ReferenceTable.
            <para>Db Column: REFTABLE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceTableRaw">
            <summary>Gets or sets the ReferenceTable.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.RemarkText">
            <summary>
            Gets or sets the RemarkText.
            <para>Db Column: REMATEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceClass">
            <summary>
            Gets or sets the ReferenceClass.
            <para>Db Column: REMASRCOBJ</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceClassRaw">
            <summary>Gets or sets the ReferenceClass.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceSchema">
            <summary>
            Gets or sets the ReferenceSchema.
            <para>Db Column: REFSCHEMA</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.RemarkTargetCodeAggregate">
            <summary>
            Gets or sets the RemarkTargetCodeAggregate.
            <para>Db Column: REMATRGCODES</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.ReferenceCode">
            <summary>
            Gets or sets the ReferenceCode.
            <para>Db Column: REFCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: REMASEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkHistory.PhraseCode">
            <summary>
            Gets or sets the PhraseCode.
            <para>Db Column: PHRASECODE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistory.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkEntryMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.RemarkEntry" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkEntryMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkEntryMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkHistoryMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.RemarkHistory" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkHistoryMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkHistoryMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkTargets">
            <summary>
            Represents the RemarkTargets.
            <para>Db Table: BDS_REMARKS_REFERENCE_TARGET</para>
            </summary>
            <summary>Implements RemarkTargets entity</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargets.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.Id">
            <summary>
            Gets or sets the Id.
            <para>Db Column: REMAREFTRGID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.RemarksId">
            <summary>
            Gets or sets the RemarksId.
            <para>Db Column: REMAID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.RemarksTargetCode">
            <summary>
            Gets or sets the RemarksTargetCode.
            <para>Db Column: REMATRGCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.RemarksTargetType">
            <summary>
            Gets or sets the RemarksTargetType.
            <para>Db Column: REMATRGTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.EntityRemark">
            <summary>Gets or sets the EntityRemark.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargets.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargets.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargets.ValueType">
            <summary>
            Gets or sets the type of the value as <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType"/> enum value.
            </summary>
            <value>
            The type of the value.
            </value>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargets.ToTargetComposite">
            <summary>
            Converts <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> to <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> composite value.
            </summary>
            <returns>Composite value.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkTargetsMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.RemarkTargets" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetsMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkTargetsMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkSequenceInfo">
            <summary>
            Implements remarks sequence info
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkSequenceInfo.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkSequenceInfo" /> class.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkSequenceInfo.#ctor(System.Int32)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkSequenceInfo" /> class.</summary>
            <param name="remarkId">Remark identifier</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkSequenceInfo.#ctor(System.Int32,System.Int32)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkSequenceInfo" /> class.</summary>
            <param name="remarkId">Current Remark identifier</param>
            /// <param name="originRemarkId">Origin Remark identifier</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkSequenceInfo.RemarkId">
            <summary>
            Gets current remark identifier
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkSequenceInfo.OriginRemarkId">
            <summary>
            Gets origin remark identifier
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.RemarkTargetComposite">
            <summary>
            Implements <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> interface.
            Holds information about <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> value.
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite" />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.#ctor(System.String,Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkTargetComposite"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="valueType">Type of the value.</param>
            <exception cref="T:System.ArgumentNullException">value</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.#ctor(Tips.Base.Data.Entities.Enumerations.RemarkTarget)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkTargetComposite"/> class.
            </summary>
            <param name="value">The value as <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> enumeration value.</param>
            <exception cref="T:System.ArgumentNullException">value</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.#ctor(Tips.Base.Data.Entities.RemarkTargets)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.RemarkTargetComposite"/> class.
            </summary>
            <param name="entity">The value as <see cref="T:Tips.Base.Data.Entities.RemarkTargets"/> entity object.</param>
            <exception cref="T:System.ArgumentNullException">value</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargetComposite.Value">
            <inheritdoc />
        </member>
        <member name="P:Tips.Base.Data.Entities.RemarkTargetComposite.ValueType">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.op_Equality(Tips.Base.Data.Entities.RemarkTargetComposite,Tips.Base.Data.Entities.RemarkTargetComposite)">
            <summary>
            Implements Equals operator by value and type
            </summary>
            <param name="obj1">Left side.</param>
            <param name="obj2">Right side.</param>
            <returns>If true, two objects are same.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.op_Equality(Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite,Tips.Base.Data.Entities.RemarkTargetComposite)">
            <summary>
            Implements Equals operator by value and type
            </summary>
            <param name="obj1">Left side.</param>
            <param name="obj2">Right side.</param>
            <returns>If true, two objects are same.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.op_Inequality(Tips.Base.Data.Entities.RemarkTargetComposite,Tips.Base.Data.Entities.RemarkTargetComposite)">
            <summary>
            Implements Not Equals operator by value and type
            </summary>
            <param name="obj1">Left side.</param>
            <param name="obj2">Right side.</param>
            <returns>If true, two objects are different.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.op_Inequality(Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite,Tips.Base.Data.Entities.RemarkTargetComposite)">
            <summary>
            Implements Not Equals operator by value and type
            </summary>
            <param name="obj1">Left side.</param>
            <param name="obj2">Right side.</param>
            <returns>If true, two objects are different.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.Equals(Tips.Base.Data.Entities.RemarkTargetComposite)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.GetHashCode">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.Equals(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.System#IEquatable{Tips#Base#Data#Entities#Interfaces#IRemarkTargetComposite}#Equals(Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.RemarkTargetComposite.ToString">
            <inheritdoc />
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions">
            <summary>
            Extension methods for applying permission restrictions to an <see cref="T:System.Linq.IQueryable"/>.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.AddPermissionRestriction``1(System.Linq.IQueryable{``0},System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Applies a permission restriction based on the current user, Read access and the given permission code.
            </summary>
            <typeparam name="TSource">The source type</typeparam>
            <param name="source">The source list.</param>
            <param name="permissionCode">The permission code that is applied.</param>
            <param name="requestedAccessRight">The requested access right.</param>
            <returns>A <see cref="T:System.Linq.IQueryable"/> with the restriction applied.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.AddMillPermissionRestriction``1(System.Linq.IQueryable{``0},System.String,System.Linq.Expressions.Expression{System.Func{``0,System.String}},Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>
            Applies a permission restriction based on the current user, Read access and the given permission code.
            </summary>
            <typeparam name="TSource">The source type</typeparam>
            <param name="source">The source list.</param>
            <param name="permissionCode">The permission code that is applied.</param>
            <param name="millCodeSelector">The value selector for accessing the mill code.</param>
            <param name="requestedAccessRight">The requested access right.</param>
            <param name="supportNullValue">A value indicating whether the database value may be null.</param>
            <returns>A <see cref="T:System.Linq.IQueryable"/> with the restriction applied.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.AddProcessPermissionRestriction``1(System.Linq.IQueryable{``0},System.String,System.Linq.Expressions.Expression{System.Func{``0,System.String}},Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>
            Applies a permission restriction based on the current user, Read access and the given permission code.
            </summary>
            <typeparam name="TSource">The source type</typeparam>
            <param name="source">The source list.</param>
            <param name="permissionCode">The permission code that is applied.</param>
            <param name="processCodeSelector">The value selector for accessing the process code.</param>
            <param name="requestedAccessRight">The requested access right.</param>
            <param name="supportNullValue">A value indicating whether the database value may be null.</param>
            <returns>A <see cref="T:System.Linq.IQueryable"/> with the restriction applied.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.AddProductPermissionRestriction``1(System.Linq.IQueryable{``0},System.String,System.Linq.Expressions.Expression{System.Func{``0,System.String}},Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>
            Applies a permission restriction based on the current user, Read access and the given permission code.
            </summary>
            <typeparam name="TSource">The source type</typeparam>
            <param name="source">The source list.</param>
            <param name="permissionCode">The permission code that is applied.</param>
            <param name="productCodeSelector">The value selector for accessing the product code.</param>
            <param name="requestedAccessRight">The requested access right.</param>
            <param name="supportNullValue">A value indicating whether the database value may be null.</param>
            <returns>A <see cref="T:System.Linq.IQueryable"/> with the restriction applied.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.AddGradePermissionRestriction``1(System.Linq.IQueryable{``0},System.String,System.Linq.Expressions.Expression{System.Func{``0,System.String}},Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>
            Applies a permission restriction based on the current user, Read access and the given permission code.
            </summary>
            <typeparam name="TSource">The source type</typeparam>
            <param name="source">The source list.</param>
            <param name="permissionCode">The permission code that is applied.</param>
            <param name="gradeCodeSelector">The value selector for accessing the grade code.</param>
            <param name="requestedAccessRight">The requested access right.</param>
            <param name="supportNullValue">A value indicating whether the database value may be null.</param>
            <returns>A <see cref="T:System.Linq.IQueryable"/> with the restriction applied.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionLinqExtensions.BuildInExpression``1(System.Linq.Expressions.Expression{System.Func{``0,System.String}},System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Creates a filter expression that filters on the given value selector and the values given in reference codes.
            </summary>
            <typeparam name="TElement">The type of the list.</typeparam>
            <param name="valueSelector">A selector expression that identifies the property that is filtered.</param>
            <param name="referenceCodes">The list of values that are included in the filter.</param>
            <param name="supportNullValue">A value indicating whether the database value may be null.</param>
            <returns>An expression that can be used in a Linq where function.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.IPermissionServiceInput">
            <summary>
            Interface for service input classes. When a service method has the PermissionAccessAttribute on it
            the PermissionServiceProvider requires this interface to be used for one parameter.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.IPermissionServiceInput.GetMillCode">
            <summary>
            Gets the mill code of the service parameter.
            </summary>
            <returns>The mill code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.IPermissionServiceInput.GetProcessCode">
            <summary>
            Gets the process code of the service parameter.
            </summary>
            <returns>The process code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.IPermissionServiceInput.GetProductCode">
            <summary>
            Gets the product code of the service parameter.
            </summary>
            <returns>The product code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.IPermissionServiceInput.GetGradeCode">
            <summary>
            Gets the grade code of the service parameter.
            </summary>
            <returns>The grade code.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.PermissionSecurityProvider">
            <summary>
            Implements a security provider based on the permission security system.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionSecurityProvider.HasAccess(System.String,System.Type,System.ComponentModel.AttributeCollection,System.Object[],System.String)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionSecurityProvider.FindImplementationFor``1(System.Object[])">
            <summary>
            Finds the first occurrence of a instance implementing the given type
            </summary>
            <typeparam name="TInterface">The type to search for.</typeparam>
            <param name="serviceCallParameters">The list of parameters that is searched.</param>
            <returns>The first occurrence of an instance of the given type, or null.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionSecurityProvider.FindAttribute``1(System.ComponentModel.AttributeCollection)">
            <summary>
            Finds an attribute of the given type in the attribute collection.
            </summary>
            <typeparam name="TAttribute">The attribute type the system searches for.</typeparam>
            <param name="attributes">The attribute collection that is searched.</param>
            <returns>The first occurrence of the attribute, or null.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.Permission">
            <summary>
            Check or get permissions for the current user.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.HasAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Checks access for the current user, permission code and right.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <returns>A value indicating whether the access is granted.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.HasAccessToProduct(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the product.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="productCode">The product code.</param>
            <returns>A value indicating whether the access is granted.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.HasAccessToGrade(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the requested entity.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="gradeCode">The grade code.</param>
            <returns>A value indicating whether the access is granted.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.HasAccessToMill(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the mill.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="millCode">The mill code.</param>
            <returns>A value indicating whether the access is granted.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.HasAccessToProcess(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the process.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="processCode">The process code.</param>
            <returns>A value indicating whether the access is granted.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.GetMillsWithAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Finds all mills the current user has the requested permission and access.
            </summary>
            <param name="permissionCode">The permission that is requested.</param>
            <param name="permissionRight">The access right that is requested.</param>
            <returns>The list of reference code the permission is granted for.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.GetProcessesWithAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Finds all processes the current user has the requested permission and access.
            </summary>
            <param name="permissionCode">The permission that is requested.</param>
            <param name="permissionRight">The access right that is requested.</param>
            <returns>The list of reference code the permission is granted for.</returns>
            <remarks>
            This method returns an default entry (") if present, not the expanded list of entities.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.GetProductsWithAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Finds all products the current user has the requested permission and access.
            </summary>
            <param name="permissionCode">The permission that is requested.</param>
            <param name="permissionRight">The access right that is requested.</param>
            <returns>The list of reference code the permission is granted for.</returns>
            <remarks>
            This method returns an default entry (") if present, not the expanded list of entities.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.GetGradesWithAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Finds all grades the current user has the requested permission and access.
            </summary>
            <param name="permissionCode">The permission that is requested.</param>
            <param name="permissionRight">The access right that is requested.</param>
            <returns>The list of reference code the permission is granted for.</returns>
            <remarks>
            This method returns an default entry (") if present, not the expanded list of entities.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.EnsureAccess(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Checks access for the current user, permission code and right for the mill.
            If the permission is not granted, it throws an <see cref="T:Tix.Core.Business.Permissions.PermissionDeniedException"/>.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.EnsureAccessToMill(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the mill.
            If the permission is not granted, it throws an <see cref="T:Tix.Core.Business.Permissions.PermissionDeniedException"/>.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="millCode">The mill code.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.EnsureAccessToProcess(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the process.
            If the permission is not granted, it throws an <see cref="T:Tix.Core.Business.Permissions.PermissionDeniedException"/>.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="processCode">The process code.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.EnsureAccessToProduct(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the product.
            If the permission is not granted, it throws an <see cref="T:Tix.Core.Business.Permissions.PermissionDeniedException"/>.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right,</param>
            <param name="productCode">The product code.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.EnsureAccessToGrade(System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.String)">
            <summary>
            Checks access for the current user, permission code and right for the grade.
            If the permission is not granted, it throws an <see cref="T:Tix.Core.Business.Permissions.PermissionDeniedException"/>.
            </summary>
            <param name="permissionCode">The permission.</param>
            <param name="permissionRight">The access right.</param>
            <param name="gradeCode">The grade code.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.Permission.IsAdminUser">
            <summary> Is current user admin</summary>
            <returns>Is admin</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.PermissionAccessAttribute">
            <summary>
            Defines that a service method has permission access control.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionAccessAttribute.#ctor(System.String,Tix.Core.Entities.Enumerations.PermissionRights)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Permissions.PermissionAccessAttribute"/> class.
            </summary>
            <param name="permissionCode">The permission code.</param>
            <param name="permissionRight">The permission right.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.Permissions.PermissionAccessAttribute.PermissionCode">
            <summary>Gets the permission code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Permissions.PermissionAccessAttribute.PermissionRight">
            <summary>Gets the permission right</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Permissions.PermissionReferenceEvaluator">
            <summary>
            Resolves dependent entities from their parent entities and vice versa.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionReferenceEvaluator.GetProductFromGrade(System.String)">
            <summary>
            Gets the product code from the grade code.
            </summary>
            <param name="gradeCode">The grade code.</param>
            <returns>The code of the product that owns the grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionReferenceEvaluator.GetGradesForProducts(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets all grades that are defined for any of the given products.
            </summary>
            <param name="products">A list of product codes.</param>
            <returns>A list of all grades that are owned by any of the products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionReferenceEvaluator.GetProcessesForMills(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets all processes for all the mills that are listed in the mills list.
            </summary>
            <param name="directAccessMills">The list of mill codes that should be retrieved.</param>
            <returns>The list of process codes.</returns>
            <remarks>
            This method returns an enumerable that needs to be evaluated.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Permissions.PermissionReferenceEvaluator.GetMillFromProcess(System.String)">
            <summary>
            Gets the mill code from the process code.
            </summary>
            <param name="processCode">The process code.</param>
            <returns>The code of the mill that owns the process.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonHierarchyMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ReasonHierarchy" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonHierarchyMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonHierarchyMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonHierarchy">
            <summary>
            Represents the ReasonHierarchy.
            <para>Db Table: BDS_REASON_HIERARCHY</para>
            </summary>
            <summary>
            The reason hierarchy class;
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonHierarchy.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonHierarchy"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonHierarchy.ReasonCode">
            <summary>
            Gets or sets the ReasonCode.
            <para>Db Column: RSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonHierarchy.ParentReasonCode">
            <summary>
            Gets or sets the ParentReasonCode.
            <para>Db Column: PARENTRSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonHierarchy.Reason">
            <summary>Gets or sets the Reason.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonHierarchy.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonHierarchy.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonHierarchy.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="F:Tips.Base.Data.Entities.ReasonHierarchy.parentReason">
            <summary>
            The parent reason
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonHierarchy.ParentReason">
            <summary>
            Gets the parent reason.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository">
            <summary>
            Repository for accessing the ActiveUserWorkstationHub.
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository" />
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.SignalRConnectionTimeoutSeconds">
            <summary>Gets the signal r connection timeout seconds.</summary>
            <value>The signal r connection timeout seconds.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.Save(Tips.Base.Data.Entities.ActiveUserWorkstationHub)">
            <summary>Saves the specified item.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.DeleteOnStartup(System.String,System.Boolean)">
            <summary>Deletes the on startup.</summary>
            <param name="hostName">Name of the host.</param>
            <param name="setDeleteOnStartupOtherRecords">if set to <c>true</c> [set delete on startup other records].</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.DeleteByConnectionId(System.String)">
            <summary>Deletes the by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.GetByConnectionId(System.String,System.Boolean)">
            <summary>Gets the by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>ActiveUserWorkstationHub.</returns>
            <exception cref="T:System.ArgumentNullException">connectionId.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WorkstationHubRepository.SetDeleteOnStartupByConnectionId(System.String,System.Boolean)">
            <summary>Sets the delete on startup by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="deleteOnStartupNewValue">if set to <c>true</c> [delete on startup new value].</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository">
            <summary>Implementation of <see cref="T:Tips.Base.Data.Entities.Repositories.IRemarkRepository"/> to manage atomic Remark operations.  Current database context is used without commits.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.SearchAllShortcode">
            <summary>
            Search code for any
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.SeqenceIterationInterval">
            <summary>
            The new seqence number iteration interval
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.RemarkHistoryRepository">
            <summary>
            Gets Remark history repository
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.RemarkSet">
            <summary>Gets the remark history.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemark(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemarks(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemarks(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.HasRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Determines whether the specified entity identifiers has remarks.
            </summary>
            <param name="entityIdentifiers">The entity identifiers.</param>
            <param name="remarkTargets">The remark targets.</param>
            <returns>
            the identity remark info
            </returns>
            <exception cref="T:System.ArgumentNullException">entityIdentifiers</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">entityIdentifiers - entitiIdentifiers array must have atleast one element!</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{System.Int32})">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.CreateRemark(Tips.Base.Data.Entities.RemarkEntry)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.UpdateRemark(Tips.Base.Data.Entities.RemarkEntry,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.DeleteRemark(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.GetNewSequenceNumber(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Gets the new sequence number from set of remarks on current business entity defined by <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/>.
            </summary>
            <param name="entityIdentifier">The entity identifier.</param>
            <param name="remarkTargets">The remark targets.</param>
            <returns>Returns maximum sequnce number from set of remarks plus iteration number</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkRepository.CreateRemarkCollectionQuery(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Creates the remark collection query by entity identifier and remark targets.
            </summary>
            <param name="entityIdentifier">The entity identifier.</param>
            <param name="remarkTargets">The remark targets.</param>
            <returns>Remark collection query</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository">
            <summary>
            The user data Group repository.
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository" />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.UserGroupExists(System.String)">
            <summary>Users group exists.</summary>
            <param name="userGroupCode">The user group code.</param>
            <returns> true or false </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.UserExists(System.String)">
            <summary>
            Users exists.
            </summary>
            <param name="userCode">The user code.</param>
            <returns>
            true or false
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.FindUserGroups(System.String)">
            <summary>
            Finds the user groups.
            </summary>
            <param name="userGroupSearchString">The user group search string.</param>
            <returns>
            list of <see cref="T:Tix.DataAccess.Entities.User.UserGroup" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.FindUsers(System.String,System.String)">
            <summary>
            Finds the users.
            </summary>
            <param name="userSearchString">The user search string.</param>
            <param name="userGroupSearchString">The user group search string.</param>
            <returns>
            list of <see cref="T:Tix.DataAccess.Entities.User.UserData" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.FindUser(System.String)">
            <summary>
            Finds the user.
            </summary>
            <param name="userCode">The user code.</param>
            <returns>
              <see cref="T:Tix.DataAccess.Entities.User.UserData" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.FindUserGroup(System.String)">
            <summary>
            Finds the user.
            </summary>
            <param name="userGroupCode">The user group code.</param>
            <returns>
              <see cref="T:Tix.DataAccess.Entities.User.UserGroup" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.SaveUserGroup(Tix.DataAccess.Entities.User.UserGroup)">
            <summary>To create or update new user group.</summary>
            <param name="entity">User Group Information</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.DeleteUserGroup(Tix.DataAccess.Entities.User.UserGroup)">
            <summary>To delete new user group.</summary>
            <param name="entity">userGroup Information</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.SaveUser(Tix.DataAccess.Entities.User.UserData)">
            <summary>To create or update new user.</summary>
            <param name="entity">User Information</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.DeleteUser(Tix.DataAccess.Entities.User.UserData)">
            <summary>To delete user.</summary>
            <param name="entity">User Information</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.UpdateUser(Tix.DataAccess.Entities.User.UserData,Tix.DataAccess.Entities.User.UserData)">
            <summary>
            Updates the user.
            </summary>
            <param name="originalUser">The original user.</param>
            <param name="updatedUser">The updated user.</param>
            <returns>
              <see cref="T:Tix.DataAccess.Entities.User.UserData" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.UpdateAddedAndDefaultGroups(Tix.DataAccess.Entities.User.UserData,Tix.DataAccess.Entities.User.UserData,System.String[])">
            <summary>
            Updates the added and default groups.
            </summary>
            <param name="originalUser">The original user.</param>
            <param name="updatedUser">The updated user.</param>
            <param name="userGroups">The user groups.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.UserBaseAdministrationRepository.UpdateRemovedGroups(Tix.DataAccess.Entities.User.UserData,System.String[])">
            <summary>
            Updates the removed groups.
            </summary>
            <param name="entity">The entity.</param>
            <param name="userGroups">The user groups.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.PermissionEditRepository">
            <inheritdoc />
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository">
            <summary>
            Repository for accessing the ActiveUserWorkstation.
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository" />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.Save(Tips.Base.Data.Entities.ActiveUserWorkstation)">
            <summary>
            Saves the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.DeleteOnStartup(System.String,System.Boolean)">
            <summary>Deletes the on startup.</summary>
            <param name="hostName">Name of the host.</param>
            <param name="setDeleteOnStartupOtherRecords">if set to <c>true</c> [set delete on startup other records].</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.GetByWorkstationCode(System.String,System.Boolean)">
            <summary>Gets the active user workstations.</summary>
            <param name="workstationCode">The workstation code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>List of ActiveUsersWorkstation.</returns>
            <exception cref="T:System.ArgumentNullException">workstationCode.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.DeleteByBrowserId(System.String)">
            <summary>Deletes the specified workstation code.</summary>
            <param name="browserId">The session identifier.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.SetDeleteOnStartupByBrowserId(System.String,System.Boolean)">
            <summary>Sets the delete on startup by browser identifier.</summary>
            <param name="browserId">The browser identifier.</param>
            <param name="deleteOnStartupNewValue">if set to <c>true</c> [delete on startup new value].</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActiveUserWorkstationRepository.GetByBrowserId(System.String,System.Boolean)">
            <summary>Gets the by browser identifier.</summary>
            <param name="browserId">The browser identifier.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>ActiveUserWorkstation.</returns>
            <exception cref="T:System.ArgumentNullException">browserId.</exception>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository">
            <summary>The remark repository.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.RemarkSet">
            <summary>Gets the remarks.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.Get(System.String,System.Boolean)">
            <summary>Gets the remarks for specified remark oids.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">If set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.Get(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>Gets the remarks for specified remark oids.</summary>
            <param name="oids">The collection of oids.</param>
            <param name="throwException">If set to <c>true</c> PrimaryKeyNotFoundException is thrown if the count of the requested remarks is different than the returned remarks.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.GetGenericRemarksByReferenceOid(System.String,System.Boolean)">
            <summary>Gets the generic remarks by reference oid.</summary>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.GetGenericRemarksByReferenceOid(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>Gets the remarks for specified reference oids.</summary>
            <param name="referenceOids">The collection of reference oids.</param>
            <param name="throwException">If set to <c>true</c> Exception is thrown if not found.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.Save(Tips.Base.Data.Entities.BdsGenericRemark)">
            <summary>Saves entity.</summary>
            <param name="entity">The entity which will be saved.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.GenericRemarkRepository.Delete(Tips.Base.Data.Entities.BdsGenericRemark)">
            <summary>Deletes entity.</summary>
            <param name="entity">The entity which will be deleted.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository">
            <summary>The reason repository.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.Reasons">
            <summary>Gets the values.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.Get(System.String,System.Boolean)">
            <summary>
            Gets the reason by primary key.
            </summary>
            <param name="reasonCode">The reason code.</param>
            <param name="throwException">Throw exception if not found?</param>
            <returns>Returns the reason.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.FindAll">
            <summary>
            Gets the reason by primary key.
            </summary>
            <returns>Returns the reason.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.FindByReasonGroupCode(System.String)">
            <summary>Finds the by reason group code.</summary>
            <param name="reasonGroupCode">The reason group code.</param>
            <returns>List of <see cref="T:Tips.Base.Data.Entities.Reason"/>s.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.FindByTypeAndProcessCodes(Tips.Base.Data.Entities.Parameters.ReasonType,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Finds the reasons with specified type.
            </summary>
            <param name="reasonType">The reason type.</param>
            <param name="processCodes">The process codes.</param>
            <param name="excludeEmptyGroups">Decides whether empty reason groups should be excluded.</param>
            <returns>IList for reasons.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.FindByTypesAndProcessCodes(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Parameters.ReasonType},System.Collections.Generic.IEnumerable{System.String},System.Nullable{Tips.Base.Data.Entities.Enumerations.CostAllocationType},System.Boolean,System.Boolean)">
            <summary>Finds the by types and process codes.</summary>
            <param name="reasonTypes">The reason types.</param>
            <param name="processCodes">The process codes.</param>
            <param name="costAllocationType">Type of the cost allocation.</param>
            <param name="excludeEmptyGroups">if set to <c>true</c> [exclude empty groups].</param>
            <param name="copyCostAllocationType">if set to <c>true</c> [copy cost allocation type from parents to child reason codes].</param>
            <returns>IList for reasons.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.SetCostAllocationTypeToChilds(System.Collections.Generic.List{Tips.Base.Data.Entities.Reason},System.Nullable{Tips.Base.Data.Entities.Enumerations.CostAllocationType})">
            <summary>Sets the cost allocation type to childs based on parents.</summary>
            <param name="reasons">The reasons.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.MakeCopyOfReasonList(System.Collections.Generic.List{Tips.Base.Data.Entities.Reason})">
            <summary>Makes the copy of reason list.</summary>
            <param name="reasons">The reasons.</param>
            <returns>Copy of reason list</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.MakeCopyOfReason(Tips.Base.Data.Entities.Reason)">
            <summary>Makes the copy of reason.</summary>
            <param name="reason">The reason.</param>
            <returns>Copy of reason</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ReasonRepository.ReplaceReasonInChilds(System.Collections.Generic.List{Tips.Base.Data.Entities.Reason},Tips.Base.Data.Entities.Reason,Tips.Base.Data.Entities.Reason)">
            <summary>Replaces the reason in reason childs.</summary>
            <param name="reasons">The reasons.</param>
            <param name="oldReason">The old reason.</param>
            <param name="newReason">The new reason.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.PackagingInstructionRepository">
            <summary>Repository for PackagingInstruction.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.PackagingInstructionRepository.PackagingInstructions">
            <summary>Gets PackagingInstruction</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PackagingInstructionRepository.Get(System.String,System.Boolean)">
            <summary>Gets the PackagingInstruction</summary>
            <param name = "packingCode">The packingCode.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no PackaingInstruction is found.</param>
            <returns>The found PackagingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PackagingInstructionRepository.SearchPackagingInstructions(System.String,System.Nullable{System.Int32})">
            <summary>Gets the PackagingInstruction</summary>
            <param name = "searchPackingCode">The packingCode.</param>
            <param name="maxRowCount">max row count.</param>
            <returns>The found PackagingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository">
            <summary>RemarkHistoryRepository. Current database context is used without commits.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.RemarkRepository">
            <summary>
            Gets Remark repository
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.RemarkHistorySet">
            <summary>Gets the remark history.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.GetRemarkHistory(System.Int32,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.DeleteRemarkHistory(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.SaveRemarkHistory(Tips.Base.Data.Entities.RemarkHistory)">
            <inheritdoc />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.RemarkHistoryRepository.CreateRemarkHistory(System.Int32)">
            <inheritdoc />
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository">
            <summary>
            Repository for standard article.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.StandardArticles">
            <summary>Gets the standard articles.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.SFGQuery">
            <summary>Gets the SFG grades.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.SearchStandardArticles(System.String,System.Nullable{System.Int32})">
            <summary>
            Searches the standard articles.
            </summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>
            A list of standard articles found with the given criteria.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="articleCode">The material code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The standard article.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.FindStandardArticlesByGradeCode(System.String)">
            <summary>Searches for standard articles that are assigned to one grade.</summary>
            <param name="gradeCode">The grade codes</param>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.FindStandardArticlesByGradeCodes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Searches for standard articles that are assigned to some grades.</summary>
            <param name="gradeCodes">The list of grade codes</param>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.FindAllStandardArticles">
            <summary>Finds all standard articles.</summary>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.GetStandardArticlesForSFGGrade(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Gets the standard articles for SFG grade.</summary>
            <param name="searchText">The search text.</param>
            <param name="gradeCode">The grade code.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>The standard articles for SFG grades by given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.GetArticlesByCodes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Get Articles by list of its codes</summary>
            <param name="articleCodes">List of Article codes</param>
            <returns>List of StandardArtices</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.StandardArticleRepository.FilterBySearchText(System.Linq.IQueryable{Tips.Base.Data.Entities.StandardArticle},System.String)">
            <summary>Filters the articles by search text.</summary>
            <param name="query">The query.</param>
            <param name="searchText">The search text.</param>
            <returns>Articles with names or codes containing searchText</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository">
            <summary>The signal type repository.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.SignalTypes">
            <summary>Gets the signal types.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.SignalTypeActions">
            <summary>Gets the signal type actions.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.GetSignalType(System.String)">
            <summary>
            Gets the type of the signal.
            </summary>
            <param name="signalCode">The signal code.</param>
            <returns>Signal type</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.GetSignalTypeAction(System.String)">
            <summary>
            Gets the signal type action.
            </summary>
            <param name="signalCode">The signal code.</param>
            <returns>Signal type action</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.SaveSignalType(Tips.Base.Data.Entities.SignalType)">
            <summary>
            Saves the type of the signal.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.SaveSignalTypeAction(Tips.Base.Data.Entities.SignalTypeAction)">
            <summary>
            Saves the signal type action.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.DeleteSignalType(Tips.Base.Data.Entities.SignalType)">
            <summary>
            Deletes the type of the signal.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.DeleteSignalTypeAction(Tips.Base.Data.Entities.SignalTypeAction)">
            <summary>
            Deletes the signal type action.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.GetSignalTypeActionList(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the signal type action list.
            </summary>
            <param name="actionId">The action identifier.</param>
            <param name="processCode">The process code.</param>
            <param name="workstationCode">The workstation code.</param>
            <param name="onlyActive">if set to <c>true</c> [only active].</param>
            <returns>
            The list of signal types for action and process
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.SignalTypeRepository.GetSignalServiceListeningSignalTypes(System.String,System.Boolean)">
            <summary>
            Gets the signal service listening signal types.
            </summary>
            <param name="signalServiceNode">The signal service node.</param>
            <param name="onlyActive">if set to <c>true</c> [only active].</param>
            <returns>
            The list of signal types that IpcSignalService is able to listen for
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ActionLogEntryRepository">
            <summary>
            Repository for accessing the ActionLog
            </summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IActionLogEntryRepository" />
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ActionLogEntryRepository.Save(Tips.Base.Data.Entities.ActionLogEntry)">
            <summary>
            Saves the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository">
            <summary>The raw material cost repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.ignoreList">
            <summary>The field for ignore list.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.ChangeLogs">
            <summary>Gets the change log.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.DatabaseEntity">
            <summary>
            Gets or sets the database entity.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.IgnoreList">
            <summary>
            Gets the ignore list of properties not to save.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.AddedEntity``1(``0)">
            <summary>
            The added entity to changelog.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.ModifiedEntity``1(``0,``0)">
            <summary>
            The modified entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity.</param>
            <param name="original">The original entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.ModifiedEntity``1(``0)">
            <summary>
            The modified entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.RemovedEntity``1(``0)">
            <summary>
            The removed entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.Save(Tips.Base.Data.Entities.ChangeLog)">
            <summary>
            Save to changelog.
            </summary>
            <param name="changeLog">The changelog.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.CreateChangeLog(Tips.Base.Data.Entities.Enumerations.RecordActionType,System.String)">
            <summary>Create and fill changelog entity.</summary>
            <param name="recordActionType">The action code.</param>
            <param name="keyColumnsValue">The key columns value.</param>
            <returns>The change log.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.CreateChangeLogColumn(Tips.Base.Data.Entities.ChangeLog,System.String,System.String,System.String)">
            <summary>
            Create entity changes in changelog col table.
            </summary>
            <param name="changeLog">The changelog.</param>
            <param name="columnName">Entity column name.</param>
            <param name="originalValue">The original value.</param>
            <param name="currentValue">The current value.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.KeyColumnsValue(System.Type,System.Object)">
            <summary>
            Get key columns value.
            </summary>
            <param name="type">The type.</param>
            <param name="entity">The entity.</param>
            <returns>The key columns value separated by dot.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.PropertyValue(System.Type,System.String,System.Object)">
            <summary>
            Get the property value.
            </summary>
            <param name="type">The type.</param>
            <param name="propertyName">The property name.</param>
            <param name="entity">The object.</param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ChangeLogRepository.IgnoreProperty(System.Reflection.PropertyInfo)">
            <summary>
            Ignore given property.
            </summary>
            <param name="pi">The property info.</param>
            <returns>Returns true if property has to be ignored; otherwise false.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository">
            <summary>
            The <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/> repository.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository.Save(Tix.Core.Entities.CodeGeneratorTemplate)">
            <summary>
            Save entity.
            </summary>
            <param name="entity"> The entity which will be saved (created or updated).</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository.Save(Tix.Core.Entities.CodeGeneratorTemplate,Tix.DataAccess.Database.IDatabaseContext)">
            <summary>
            Saves the specified entity in background session.
            </summary>
            <param name="entity">
            The entity that is saved (created or updated).
            </param>
            <param name="databaseContext">
            The database Context Information.
            </param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository.Delete(Tix.Core.Entities.CodeGeneratorTemplate)">
            <summary>
            Delete entity.
            </summary>
            <param name="entity"> The entity which will be deleted.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository.Get(System.String,System.Boolean,Tix.DataAccess.Database.IDatabaseContext)">
            <summary>
            Gets CodeGeneratorTemplate by key attribute
            </summary>
            <param name="templateCode">
            Id of the <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </param>
            <param name="throwException">
            If set <see cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException"/> is thrown when no record is found.
            </param>
            <param name="databaseContextInformation">
            The database Context Information.
            </param>
            <returns>
            <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">
            When a row with the given code could not be found.
            </exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CodeGeneratorTemplateRepository.FindTemplatesBy(System.String)">
            <summary>
            List of CodeGeneratorTemplates by key attribute
            </summary>
            <param name="templateCodeSearchText">Id or the part of the Id, using wild cards, of <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate" />.</param>
            <returns>List of CodeGeneratorTemplates.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRoleRepository">
            <summary>Company repository</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRoleRepository.CompanyRoles">
            <summary>Gets company roles.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRoleRepository.Get(System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.Boolean)">
            <summary>Gets the Company.</summary>
            <param name="companyCode">The company Code.</param>
            <param name="roleCode">The role code.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no RecipeProcess is found.</param>
            <returns>The found RecipeProcess or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository">
            <summary>Company repository</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.Company">
            <summary>Gets the company.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.Get(System.String,System.Boolean)">
            <summary>Gets the Company.</summary>
            <param name = "companyCode">The company Code.</param>
            <param name = "throwException">if set to <c>true</c>, throws an exception if no RecipeProcess is found.</param>
            <returns>The found RecipeProcess or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.GetStockOwner(System.String,System.Boolean)">
            <summary>
            Gets the stock owner of the company.
            </summary>
            <param name="companyCode">The company code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The stock owner or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.SearchByCompanyByRole(Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType)">
            <summary>Searches companies by their role.</summary>
            <param name="role">The company role to search for.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.SearchCompanies(System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.Nullable{System.Int32})">
            <summary>Searches suppliers.</summary>
            <param name="searchText">The search text.</param>
            <param name="companyRoleType">The company role types.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CompanyRepository.FindCompanies(System.Collections.Generic.IEnumerable{System.String},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType},System.Nullable{System.Int32})">
            <summary>Find companies by company code and roles.</summary>
            <param name="companyCodes">The company codes.</param>
            <param name="companyRoleType">The company role type.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.CoreRepository">
            <summary>Repository for CoreEntity.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.CoreRepository.Core">
            <summary>Gets core</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CoreRepository.Get(System.String,System.Boolean)">
            <summary>Gets the CoreEntity</summary>
            <param name="coreCode">The CoreCode.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no CoreEntity is found.</param>
            <returns>The found CoreEntity or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CoreRepository.SearchCores(System.String,System.Nullable{System.Int32})">
            <summary>Gets the cores</summary>
            <param name = "searchCoreCode">The core.</param>
            <param name="maxRowCount">max row count.</param>
            <returns>The found PackaingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.CoreRepository.FindCores(System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreType},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreMaintenanceMode},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreType})">
            <summary>The find cores.</summary>
            <param name="coreType">The core type.</param>
            <param name="coreMaintenanceMode">The core maintenance mode.</param>
            <param name="excludedCoreType">The excluded core type.</param>
            <returns>The <see cref="T:System.Collections.Generic.IEnumerable`1"/>.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ExchangeRateRepository">
            <summary>The exchange rate repository.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ExchangeRateRepository.ExchangeRateEntity">
            <summary>Gets the exchange rate entity.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ExchangeRateRepository.FindExchangeRate(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency,System.String,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType,System.String)">
            <summary>
            Find the exchange rate between the given currencies that is valid on the given time.
            </summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="millCurrency">The mill currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="validOn">The valid on.</param>
            <param name="currencyExchangeRateType">Type of the exchange rate.</param>
            <param name="localCurrencyForDefaultCompany">The currency that is used as the source currency when the stock owner doesn't have exchange rates defined.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.ExchangeRate" />.</returns>
            <exception cref="T:System.ArgumentException">sourceCurrency</exception>
            <remarks>
            The function finds the exchange rate in both directions. Source and target do not
            need to match on the returned exchange rate instance.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ExchangeRateRepository.FindExchangeRates(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency,System.String,System.DateTime,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType,System.String)">
            <summary>Find the exchange rate between the given currencies that is valid on the given time and all following up to <paramref name="endOfInterval"/>.</summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="millCurrency">The mill currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="validOn">The valid on.</param>
            <param name="endOfInterval">The end of interval.</param>
            <param name="currencyExchangeRateType">Type of the exchange rate.</param>
            <param name="localCurrencyForDefaultCompany">The currency that is used as the source currency when the stock owner doesn't have exchange rates defined.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.ExchangeRate" />.</returns>
            <exception cref="T:System.ArgumentException">sourceCurrency</exception>
            <remarks>The function finds the exchange rate in both directions. Source and target do not
            need to match on the returned exchange rate instance.</remarks>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository">
            <summary>The description lang repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.DefaultTextLanguageCode">
            <summary>
            The default text language code.
            It is used for UI test. It should always return default text and ignore any translation.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.DescrLangs">
            <summary>Gets the db language descriptions.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.ApplLangsCache">
            <summary>Gets the appl langs cache.</summary>
            <value>The appl langs cache.</value>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.DescrLangsCache">
            <summary>Gets the description langs cache.</summary>
            <value>The description langs cache.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindLanguageAndDefault(System.String)">
            <summary>
            Finds the given language and the default language of the system.
            </summary>
            <param name="languageCode">The language to search for.</param>
            <returns>The language given by the code and the system's default language.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.Find(System.String)">
            <summary>Gets the list of language descriptions.</summary>
            <param name="referenceId">The reference id.</param>
            <returns>The list of language description info.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.Find(System.String,System.String)">
            <summary>Finds the description in specified language.</summary>
            <param name="referenceId">The reference identifier.</param>
            <param name="languageCode">The language code.</param>
            <returns>the language description</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.Find(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Finds the available language descriptions for all languages
            </summary>
            <param name="referenceIdList">A list of reference OIDs for which the language descriptions are loaded.</param>
            <param name="languageCode">The language to search for. Leave it empty to load all languages.</param>
            <returns>The language descriptions found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindWithCache(System.String)">
            <summary>Finds the with cache.</summary>
            <param name="referenceId">The reference identifier.</param>
            <returns>The list of DescrLang from cache.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindWithCache(System.String,System.String)">
            <summary>Finds the with cache.</summary>
            <param name="referenceId">The reference identifier.</param>
            <param name="languageCode">The language code.</param>
            <returns>DescrLang from cache.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.Save(System.Collections.Generic.List{Tips.Base.Data.Entities.LanguageDescriptionInfo})">
            <summary>Saves the specified language description information.</summary>
            <param name="languageDescriptionInfo">The language description information.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.RemoveForReferenceObject(System.String)">
            <summary>
            Removes all descriptions for one reference entity. This is useful when that entity is deleted.
            </summary>
            <param name="referenceId">The reference identifier.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindInternal(System.Linq.IQueryable{Tix.Core.Entities.DbApplLang})">
            <summary>Finds the internal.</summary>
            <param name="langQuery">The language query.</param>
            <returns>List of LanguageDescriptionInfo</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindInternal(System.String)">
            <summary>Finds the internal.</summary>
            <param name="referenceId">The reference identifier.</param>
            <returns>IQueryable of descriptions for the specific object.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindInternal(System.String,System.Linq.IQueryable{Tips.Base.Data.Entities.DbDescrLang},System.Linq.IQueryable{Tix.Core.Entities.DbApplLang})">
            <summary>Finds the internal.</summary>
            <param name="referenceId">The reference identifier.</param>
            <param name="descrLangQuery">The description language query.</param>
            <param name="langQuery">The language query.</param>
            <returns>List of LanguageDescriptionInfo</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.FindInternalWithCache(System.String)">
            <summary>Finds the internal.</summary>
            <param name="referenceId">The reference identifier.</param>
            <returns>IQueryable of descriptions for the specific object.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.AddDescription(Tips.Base.Data.Entities.LanguageDescriptionInfo)">
            <summary>Add the description.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.ModifyDescription(Tips.Base.Data.Entities.DbDescrLang,Tips.Base.Data.Entities.LanguageDescriptionInfo)">
            <summary>Modify the description.</summary>
            <param name="entity">The entity.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.LanguageDescriptionRepository.RemoveDescription(Tips.Base.Data.Entities.DbDescrLang,Tips.Base.Data.Entities.LanguageDescriptionInfo)">
            <summary>
            Remove the description.
            </summary>
            <param name="entity">The entity.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository">
            <summary>The process repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.Logger">
            <summary>The logger for this class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.Values">
            <summary>Gets the values.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.FindAllMachinePhases">
            <summary>Finds all processes.</summary>
            <returns>A list of all processes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="machinePhaseCode">The mach Phase.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">There might be exceptions.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.MachinePhase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.FindMachinePhasesForMachineTypeCode(System.String,Tips.Base.Data.Entities.Enumerations.MachineType)">
            <summary>Gets the type of the machine phases for machine.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="machineType">Type of the machine.</param>
            <returns>List of machine phases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.FindMachinePhasesForPhaseAndPhaseName(System.String)">
            <summary>The find machine phases for phase and phase name.</summary>
            <param name="criteria">The criteria.</param>
            <returns>List of machine phases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.Save(Tips.Base.Data.Entities.MachinePhase)">
            <summary>The save.</summary>
            <param name="machPhase">The mach Phase.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.SearchMachinePhases(System.String,System.Nullable{System.Int32})">
            <summary>Searches the machine phases.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of machine phases found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MachinePhaseRepository.SearchMachinePhases(System.String,System.String,System.Nullable{Tips.Base.Data.Entities.Enumerations.MachineType},System.Nullable{System.Int32})">
            <summary>Searches the machine phases.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code.</param>
            <param name="machineType">Type of the machine.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of machine phases found with the give criteria.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository">
            <summary>The process repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.Logger">
            <summary>The logger for this class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.Values">
            <summary>Gets the values.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.FindAllMillMachineTypes">
            <summary>The find all machine types.</summary>
            <returns>The available machine types.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.Get(System.String,Tips.Base.Data.Entities.Enumerations.MachineType,System.Boolean)">
            <summary>The get.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="machineType">The machine Type.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">There might be exceptions.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.MillMachineType"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">if not found, might throw exception</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.FindMillMachineTypesForMillCode(System.String)">
            <summary>Gets the mill machine types for mill.</summary>
            <param name="millCode">The mill code.</param>
            <returns>List of machine types.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillMachineTypeRepository.Save(Tips.Base.Data.Entities.MillMachineType)">
            <summary>The save.</summary>
            <param name="millMachineType">The mill Machine Type.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository">
            <summary>The process repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.Logger">
            <summary>The logger for this class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.Values">
            <summary>Gets the values.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.MillsByMillCode">
            <summary>Gets the values.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.FindAllMills">
            <summary>Finds all mills.</summary>
            <returns>A list of all mills.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">There might be exceptions.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.GetBySiteCode(System.String,System.Boolean)">
            <summary>Gets the by site code.</summary>
            <param name="siteCode">The site code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Mill"/></returns>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Site " + siteCode + " not found</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.GetBySiteCode(System.String,System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>Gets the by site code.</summary>
            <param name="siteCode">The site code.</param>
            <param name="permissionCode">The permission code.</param>
            <param name="permissionRight">The permission right.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Mill" /></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Mill"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">if not found, throws an exception</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.Save(Tips.Base.Data.Entities.Mill)">
            <summary>The save.</summary>
            <param name="mill">The mill.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.SearchMills(System.String,System.Nullable{System.Int32})">
            <summary>Searches the mills.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of mills found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.MillRepository.GetAllMillsCount">
            <summary>Gets all mills count.</summary>
            <returns>Count of all mills.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository">
            <summary>The process repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.Logger">
            <summary>The logger for this class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.Processes">
            <summary>Gets the values.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindAllProcesses">
            <summary>The find all processes.</summary>
            <returns>The list of processes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindAllProcessCodes">
            <summary>Find all process codes.</summary>
            <returns>String list with all process codes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindProcessesByProcessCodes(System.Collections.Generic.List{System.String})">
            <summary>The find processes by process codes.</summary>
            <param name="procCodes">The proc codes.</param>
            <returns>The list of processes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindProcessesByMachinePhaseCode(System.String)">
            <summary>Gets the processes by machine phase code.</summary>
            <param name="machinePhaseCode">The machine phase code.</param>
            <returns>List of processes for Machine phase.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FilterProcessesByMillCodes(System.Collections.Generic.List{System.String})">
            <summary>Gets the processes by machine phase codes.</summary>
            <param name="millCodes">The mill codes.</param>
            <returns>List of processes for Machine phase.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindProcessCodesForSearch(System.String,System.String)">
            <summary>Finds the process codes for search.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code.</param>
            <returns>List of found process according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.FindProcessCodesForSearch(System.String,System.Collections.Generic.List{System.String})">
            <summary>Finds the process codes for search.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCodes">The mill codes.</param>
            <returns>List of found processes according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="processCode">The process code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">There might be exceptions.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">if not found, throws exception</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.Save(Tips.Base.Data.Entities.Process)">
            <summary>The save.</summary>
            <param name="process">The process.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.SearchProcesses(System.String,System.Nullable{System.Int32})">
            <summary>Searches the processes.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of processes found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.SearchProcesses(System.String,System.String,System.Nullable{Tips.Base.Data.Entities.Enumerations.MachineType},System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String})">
            <summary>Searches the processes.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code, to which the process' machine phase must belong to.</param>
            <param name="machineType">Type of the machine, which the process' machine phase must have.</param>
            <param name="machinePhase">The machine phase, to which the process must belong to.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <param name="millCodes">The mill codes.</param>
            <returns>A list of processes found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.GetNotCachedProcess(System.String,System.Boolean)">
            <summary>
            Gets the not cached process.
            </summary>
            <param name="processCode">The process code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>the process</returns>
            <exception cref="T:System.ArgumentNullException">processCode is empty</exception>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">record was not found by primary key</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProcessRepository.GetAllProcessCount">
            <summary>Gets all process count.</summary>
            <returns>Count of all processes.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository">
            <summary>Implements the product structure repository.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.sfgGradesQuery">
            <summary>The SFG grades query</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.Products">
            <summary>Gets the products.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.Grades">
            <summary>Gets the grades.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GradeDbSet">
            <summary>Gets the grade database set.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GradesByGradeCode">
            <summary>Gets a dictionary containing the grades indexed by the grade code.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetProduct(System.String,System.Boolean)">
            <summary>Gets the product.</summary>
            <param name="productCode">The product code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The product</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetProductByOid(System.String,System.Boolean)">
            <summary>Gets the product by OID.</summary>
            <param name="oid">The OID.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The product</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetProducts">
            <summary>Gets all products.</summary>
            <returns>The list of products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetGrades">
            <summary>Gets the grades.</summary>
            <returns>The list of grades.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetSFGGrades(System.String,System.Nullable{System.Int32})">
            <summary>Gets the grades.</summary>
            <param name="searchText">The grade code.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>The list of grades.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetSFGFlagGrades(System.String)">
            <summary>Gets the sfg flag for grade.</summary>
            <param name="gradeCode">The grade code.</param>
            <returns>Value indicating, whether the specified grade is set for SFG roll goods.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetGrade(System.String,System.Boolean)">
            <summary>Gets the grade.</summary>
            <param name="gradeCode">The grade code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetGradeByOid(System.String,System.Boolean)">
            <summary>Gets the grade by OID.</summary>
            <param name="oid">The OID.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.FindGradeCodesForSearch(System.String)">
            <summary>
            Finds the grade codes for search.
            </summary>
            <param name="searchText">The search text.</param>
            <returns>List of found grades according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.Save(Tips.Base.Data.Entities.Grade)">
            <summary>
            The save.
            </summary>
            <param name="grade">
            The grade.
            </param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.SearchProducts(System.String,System.Nullable{System.Int32})">
            <summary>Searches the products.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of products found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.SearchGrades(System.String,System.Nullable{System.Int32})">
            <summary>Searches the grades.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of grades found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.FindGrades(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32})">
            <summary>Find the grades.</summary>
            <param name="gradeCodes">The codes of grad.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of grades found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetGradeCodesForProducts(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Gets the grade codes for product codes.</summary>
            <param name="products">The product codes.</param>
            <returns>Grade codes from given products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetAllGradeCodes">
            <summary>Gets the grade codes.</summary>
            <returns>All grade codes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetAllProductsCount">
            <summary>Gets all products count.</summary>
            <returns>Count of all products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.GetAllGradesCount">
            <summary>Gets all grades count.</summary>
            <returns>Count of all grades.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.FilterGradesBySearchText(System.Linq.IQueryable{Tips.Base.Data.Entities.Grade},System.String)">
            <summary>Filters the grades by search text.</summary>
            <param name="query">The query.</param>
            <param name="searchText">The search text.</param>
            <returns>Grades with names or codes containing searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.ProductStructureRepository.FilterProductsBySearchText(System.Linq.IQueryable{Tips.Base.Data.Entities.Product},System.String)">
            <summary>Filters the products by search text.</summary>
            <param name="query">The query.</param>
            <param name="searchText">The search text.</param>
            <returns>Products with names or codes containing searchText</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository">
            <summary>The property repository.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.SavePropertyValue(Tips.Base.Data.Entities.PropertyValueBase)">
            <summary>The save property value.</summary>
            <param name="propertyValue">The property value.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.DeletePropertyValue(Tips.Base.Data.Entities.PropertyValueBase)">
            <summary>The delete property value.</summary>
            <param name="propertyValue">The property value.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyViewsWithPropertiesAndDescriptions">
            <summary>Gets the property views with properties and descriptions.</summary>
            <returns>The <see cref="T:System.Linq.IQueryable"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetFromGenProp(System.String,System.String)">
            <summary>
            Gets from gen property value.
            </summary>
            <param name="oid">The OID of the object where the value is assigned.</param>
            <param name="propertyCode">The property code.</param>
            <returns>
            The GENPROP object
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValueDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValuesDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.Nullable{System.Int32},System.Boolean)">
            <summary>The get property values.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="maxCount">The maximum count.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase" />.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="entity">The entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValueDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="entity">The entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyDefinitionsAll">
            <summary>
            Gets the property definitions all.
            </summary>
            <returns>Return list of all properties</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyDefinitionsAllBy(System.String)">
            <summary>
            Gets the property definitions all.
            </summary>
            <param name="propertyCode">Filter The property code.</param>
            <returns>
            All records from table PROPERTY
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetAllPropertyValueBase``2">
            <summary>
            Gets all property value base.
            </summary>
            <typeparam name="TReferenceObject">The type of the reference object.</typeparam>
            <typeparam name="TPropertyValueBase">The type of the property value base.</typeparam>
            <returns>
            List of all property values
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetAllPropertiesFromView(System.String)">
            <summary>
            Gets all property items in property view.
            </summary>
            <param name="propertyViewCode">The property view code.</param>
            <returns>List of property items in property view.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyDefinition(System.String,System.Boolean)">
            <summary>The get property definition.</summary>
            <param name="propertyCode">The property code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Property"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValueGenericAll">
            <summary>
            Gets all the property value generic.
            </summary>
            <returns>
            All records from table GENPROP
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.FindPropertyValuesDirect``2(System.Collections.Generic.List{Tips.Base.Data.Entities.Enumerations.PropertyId},System.Collections.Generic.List{``1})">
            <summary>The get list of property values.</summary>
            <param name="propertyIds">The property Ids.</param>
            <param name="entities">The entities.</param>
            <typeparam name="TPropertyValue">Type of property value.</typeparam>
            <typeparam name="TEntity">Type of entity.</typeparam>
            <returns>The list of property values.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValue``1(System.String,System.String,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <typeparam name="TPropertyValue">Type of property value.</typeparam>
            <returns>The property value.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValuesDirect``1(System.String,System.Nullable{System.Int32},System.Boolean)">
            <summary>The get property value.</summary>
            <typeparam name="TPropertyValue">Type of property value.</typeparam>
            <param name="propertyCode">The property code.</param>
            <param name="maxCount">The maximum count.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property values.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PropertyRepository.GetPropertyValueDirect``1(System.String,System.String,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <typeparam name="TPropertyValue">Type of property value.</typeparam>
            <returns>The property value.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository">
            <summary>The phrase repository.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.PhraseSet">
            <summary>Gets the phrases.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.Get(System.String,System.Boolean)">
            <summary>Gets the phrase by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">If set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>The phrase for specific oid.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.GetAll">
            <summary>Gets all phrases.</summary>
            <returns>The collection of phrases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.GetFromDb(System.String,System.Boolean)">
            <summary>Gets the phrase by reference oid directly from database.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">if set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>phrase for specific oid</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.Save(Tips.Base.Data.Entities.BdsPhrase)">
            <summary>Saves entity.</summary>
            <param name="entity">The entity which will be saved.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.PhraseRepository.Delete(Tips.Base.Data.Entities.BdsPhrase)">
            <summary>Deletes entity.</summary>
            <param name="entity">The entity which will be deleted.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository">
            <summary>The warehouse location repository.</summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository" />
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.Locations">
            <summary>Gets the locations.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.Get(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>Gets the warehouse location by key attributes.</summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="locationCode">The location code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.WarehouseLocation" />.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.GetByWarehouseLocationList(System.Collections.Generic.List{System.Tuple{System.String,System.String}},System.String,System.Boolean)">
            <summary>Gets by warehouse location list.</summary>
            <param name="warehouseLocationCodes">The list of Tuple with warehouse and location codes.</param>
            <param name="siteCode">The site code.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of warehouse location by give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.Find(System.String,System.String,System.Boolean)">
            <summary>Finds the locations.</summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="searchTerm">The search term.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of <see cref="T:Tips.Base.Data.Entities.WarehouseLocation" />s.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.SearchWarehouseLocationCodes(System.String,System.Boolean)">
            <summary>Finds the distinct warehouse locations.</summary>
            <param name="searchTerm">The search term.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of warehouse locations</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.Save(Tips.Base.Data.Entities.WarehouseLocation)">
            <summary>Save warehouse location.</summary>
            <param name="warehouseLocation">Warehouse location object.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseLocationRepository.AddIncludeTransportUnitPredicate(System.Boolean,System.Linq.IQueryable{Tips.Base.Data.Entities.WarehouseLocation})">
            <summary>Adds the include transport unit predicate.</summary>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <param name="query">The query.</param>
            <returns>New query.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository">
            <summary>The warehouse repository.</summary>
            <seealso cref="T:Tips.Base.Data.Entities.Repositories.IWarehouseRepository" />
        </member>
        <member name="P:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.Warehouses">
            <summary>Gets the warehouses.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.Get(System.String,System.Boolean)">
            <summary>Gets the specified warehouse.</summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="throwException">if set to <c>true</c> throw <see cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException" /> exception when record is not found.</param>
            <returns>
              <see cref="T:Tips.Base.Data.Entities.Mill" />
            </returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">The warehouse was not found</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.FindCompanyWarehouses(System.String)">
            <inheritdoc/>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.FilterCompanyWarehouses(System.String,System.String)">
            <summary>Filters the company warehouses by search term.</summary>
            <param name="companyCode">The company code.</param>
            <param name="searchTerm">The search term.</param>
            <returns>Warehouses collection.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.GetWarehouseCodes">
            <summary>
            Gets all warehouse codes.
            </summary>
            <returns>List of warehouse codes</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.SearchWarehouseCodes(System.String)">
            <summary>
            Search in the distinct warehouse codes.
            </summary>
            <param name="searchTerm">The search term.</param>
            <returns>List of warehouse codes</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.EntityFramework.WarehouseRepository.Save(Tips.Base.Data.Entities.Warehouse)">
            <summary>Saves the specified warehouse.</summary>
            <param name="warehouse">The warehouse.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository">
            <summary>
            Repository for accessing the ActiveUser Hub
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository.Save(Tips.Base.Data.Entities.ActiveUserWorkstationHub)">
            <summary>
            Saves the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository.GetByConnectionId(System.String,System.Boolean)">
            <summary>Gets the by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>ActiveUserWorkstationHub</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository.DeleteByConnectionId(System.String)">
            <summary>Deletes the by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository.SetDeleteOnStartupByConnectionId(System.String,System.Boolean)">
            <summary>Sets the delete on startup by connection identifier.</summary>
            <param name="connectionId">The connection identifier.</param>
            <param name="deleteOnStartupNewValue">if set to <c>true</c> [delete on startup new value].</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWorkstationHubRepository.DeleteOnStartup(System.String,System.Boolean)">
            <summary>Deletes the on startup.</summary>
            <param name="hostName">Name of the host.</param>
            <param name="setDeleteOnStartupOtherRecords">if set to <c>true</c> [set delete on startup other records].</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IPermissionEditRepository">
            <summary>
            Repository for editing the entities of the permission system.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository">
            <summary>
            The remark repository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.Get(System.String,System.Boolean)">
            <summary>Gets the remarks for specified remark oids.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">If set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.Get(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>Gets the remarks for specified remark oids.</summary>
            <param name="oids">The collection of oids.</param>
            <param name="throwException">If set to <c>true</c> Exception is thrown if the count of the requested remarks is different than the returned remarks.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.GetGenericRemarksByReferenceOid(System.String,System.Boolean)">
            <summary>Gets the remarks by reference oid.</summary>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">If set to <c>true</c> Exception is thrown if not found.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.GetGenericRemarksByReferenceOid(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>Gets the remarks for specified reference oids.</summary>
            <param name="referenceOids">The collection of reference oids.</param>
            <param name="throwException">If set to <c>true</c> Exception is thrown if not found.</param>
            <returns>The collection of remarks.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.Save(Tips.Base.Data.Entities.BdsGenericRemark)">
            <summary>Saves entity.</summary>
            <param name="entity">The entity which will be saved.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IGenericRemarkRepository.Delete(Tips.Base.Data.Entities.BdsGenericRemark)">
            <summary>Deletes entity.</summary>
            <param name="entity">The entity which will be deleted.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IPhraseRepository">
            <summary>
            The RemarkRepository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPhraseRepository.Get(System.String,System.Boolean)">
            <summary>Gets the phrase by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">If set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>The phrase for specific oid.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPhraseRepository.GetAll">
            <summary>Gets all phrases.</summary>
            <returns>The collection of phrases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPhraseRepository.GetFromDb(System.String,System.Boolean)">
            <summary>Gets the phrase by reference oid directly from database.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">if set to <c>true</c> PrimaryKeyNotFoundException is thrown if not found.</param>
            <returns>phrase for specific oid</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPhraseRepository.Save(Tips.Base.Data.Entities.BdsPhrase)">
            <summary>Saves entity.</summary>
            <param name="entity">The entity which will be saved.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPhraseRepository.Delete(Tips.Base.Data.Entities.BdsPhrase)">
            <summary>Deletes entity.</summary>
            <param name="entity">The entity which will be deleted.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IReasonRepository">
            <summary>The ReasonRepository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IReasonRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="reasonCode"> The reason code. </param>
            <param name="throwException"> The throw exception. </param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Reason"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IReasonRepository.FindAll">
            <summary>The get.</summary>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Reason"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IReasonRepository.FindByReasonGroupCode(System.String)">
            <summary>Finds the by reason group code.</summary>
            <param name="reasonGroupCode">The reason group code.</param>
            <returns>List of <see cref="T:Tips.Base.Data.Entities.Reason"/>s.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IReasonRepository.FindByTypeAndProcessCodes(Tips.Base.Data.Entities.Parameters.ReasonType,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Finds the reasons by specified type and process codes.
            </summary>
            <param name="reasonType">The reason type.</param>
            <param name="processCodes">The process codes.</param>
            <param name="excludeEmptyGroups">Decides whether empty reason groups should be excluded.</param>
            <returns>IEnumerable for reasons</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IReasonRepository.FindByTypesAndProcessCodes(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Parameters.ReasonType},System.Collections.Generic.IEnumerable{System.String},System.Nullable{Tips.Base.Data.Entities.Enumerations.CostAllocationType},System.Boolean,System.Boolean)">
            <summary>Finds the by types and process codes.</summary>
            <param name="reasonTypes">The reason types.</param>
            <param name="processCodes">The process codes.</param>
            <param name="costAllocationType">Type of the cost allocation.</param>
            <param name="excludeEmptyGroups">if set to <c>true</c> [exclude empty groups].</param>
            <param name="copyCostAllocationType">if set to <c>true</c> [copy cost allocation type from parents to child reason codes].</param>
            <returns>IList for reasons.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository">
            <summary>
            Repository for accessing the ActiveUser
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.Save(Tips.Base.Data.Entities.ActiveUserWorkstation)">
            <summary>
            Saves the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.GetByWorkstationCode(System.String,System.Boolean)">
            <summary>Gets the active user workstations.</summary>
            <param name="workstationCode">The workstation code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>List of ActiveUserWorkstation</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.GetByBrowserId(System.String,System.Boolean)">
            <summary>Gets the by browser identifier.</summary>
            <param name="browserId">The browser identifier.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>ActiveUserWorkstation</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.DeleteByBrowserId(System.String)">
            <summary>Deletes the specified workstation code.</summary>
            <param name="browserId">The session identifier.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.SetDeleteOnStartupByBrowserId(System.String,System.Boolean)">
            <summary>Sets the delete on startup by browser identifier.</summary>
            <param name="browserId">The browser identifier.</param>
            <param name="deleteOnStartupNewValue">if set to <c>true</c> [delete on startup new value].</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActiveUserWorkstationRepository.DeleteOnStartup(System.String,System.Boolean)">
            <summary>Deletes the on startup.</summary>
            <param name="hostName">Name of the host.</param>
            <param name="setDeleteOnStartupOtherRecords">if set to <c>true</c> [set delete on startup other records].</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IPackagingInstructionRepository">
            <summary>Repository interface for PackaingInstruction.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPackagingInstructionRepository.Get(System.String,System.Boolean)">
            <summary>Gets the PackaingInstruction</summary>
            <param name = "packingCode">The packingCode.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no PackaingInstruction is found.</param>
            <returns>The found PackaingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPackagingInstructionRepository.SearchPackagingInstructions(System.String,System.Nullable{System.Int32})">
            <summary>Gets the PackaingInstruction</summary>
            <param name = "searchPackingCode">The packingCode.</param>
            <param name="maxRowCount">max row count.</param>
            <returns>The found PackaingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IActionLogEntryRepository">
            <summary>
            Repository for accessing the ActionLog
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IActionLogEntryRepository.Save(Tips.Base.Data.Entities.ActionLogEntry)">
            <summary>
            Saves the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IChangeLogRepository">
            <summary>
            The change log repository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IChangeLogRepository.AddedEntity``1(``0)">
            <summary>
            The new entity add to changelog.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IChangeLogRepository.ModifiedEntity``1(``0,``0)">
            <summary>
            The modified entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity.</param>
            <param name="original">The original entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IChangeLogRepository.ModifiedEntity``1(``0)">
            <summary>
            The modified entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IChangeLogRepository.RemovedEntity``1(``0)">
            <summary>
            The remove entity.
            </summary>
            <typeparam name="T">The type of entity.</typeparam>
            <param name="current">The current entity</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ICodeGeneratorTemplateRepository">
            <summary>
            Provides methods for accessing and saving transport units of different type.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICodeGeneratorTemplateRepository.Save(Tix.Core.Entities.CodeGeneratorTemplate,Tix.DataAccess.Database.IDatabaseContext)">
            <summary>
            Saves the specified entity in background session.
            </summary>
            <param name="entity">
            The entity that is saved (created or updated).
            </param>
            <param name="databaseContext">
            The database Context.
            </param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICodeGeneratorTemplateRepository.Get(System.String,System.Boolean,Tix.DataAccess.Database.IDatabaseContext)">
            <summary>
            Gets CodeGeneratorTemplate by key attribute
            </summary>
            <param name="templateCode">
            Id of the <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </param>
            <param name="throwException">
            If set <see cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException"/> is thrown when no record is found.
            </param>
            <param name="databaseContextInformation">
            The database Context.
            </param>
            <returns>
            <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">
            When a row with the given code could not be found.
            </exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICodeGeneratorTemplateRepository.FindTemplatesBy(System.String)">
            <summary>
            List of CodeGeneratorTemplates by key attribute
            </summary>
            <param name="templateCodeSearchText">Id or the part of the Id, using wild cards, of <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate" />.</param>
            <returns>List of CodeGeneratorTemplates.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ICompanyRoleRepository">
            <summary>Repository interface for Company</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRoleRepository.Get(System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.Boolean)">
            <summary>Gets the Company.</summary>
            <param name="companyCode">The company Code.</param>
            <param name="roleCode">The role code.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no RecipeProcess is found.</param>
            <returns>The found RecipeProcess or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ICompanyRepository">
            <summary>Repository interface for Company</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRepository.Get(System.String,System.Boolean)">
            <summary>Gets the Company.</summary>
            <param name = "companyCode">The company Code.</param>
            <param name = "throwException">if set to <c>true</c>, throws an exception if no RecipeProcess is found.</param>
            <returns>The found RecipeProcess or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRepository.GetStockOwner(System.String,System.Boolean)">
            <summary>
            Gets the stock owner of the company.
            </summary>
            <param name="companyCode">The company code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The stock owner or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRepository.SearchByCompanyByRole(Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType)">
            <summary>Searches companies by their role.</summary>
            <param name="role">The company role to search for.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRepository.SearchCompanies(System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.Nullable{System.Int32})">
            <summary>Searches suppliers.</summary>
            <param name="searchText">The search text.</param>
            <param name="companyRoleType">The company role types.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICompanyRepository.FindCompanies(System.Collections.Generic.IEnumerable{System.String},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType},System.Nullable{System.Int32})">
            <summary>Find companies by company code and roles.</summary>
            <param name="companyCodes">The company codes.</param>
            <param name="companyRoleTypes">The company role types.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of companies with given roles.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ICoreRepository">
            <summary>Repository interface for CoreEntity.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICoreRepository.Get(System.String,System.Boolean)">
            <summary>Gets the CoreEntity</summary>
            <param name = "coreCode">The CoreCode.</param>
            <param name="throwException">if set to <c>true</c>, throws an exception if no CoreEntity is found.</param>
            <returns>The found CoreEntity or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICoreRepository.FindCores(System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreType},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreMaintenanceMode},System.Nullable{Tips.Base.Common.KnownTypes.Enumerations.CoreType})">
            <summary>The find cores.</summary>
            <param name="coreType">The core type.</param>
            <param name="coreMaintenanceMode">The core maintenance mode.</param>
            <param name="excludedCoreType">The excluded core type.</param>
            <returns>The <see cref="T:System.Collections.Generic.IEnumerable`1"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ICoreRepository.SearchCores(System.String,System.Nullable{System.Int32})">
            <summary>Gets the cores</summary>
            <param name = "searchCoreCode">The core code.</param>
            <param name="maxRowCount">max row count.</param>
            <returns>The found PackaingInstruction or null if throwException is false and nothing is found.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IExchangeRateRepository">
            <summary>The ExchangeRateRepository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IExchangeRateRepository.FindExchangeRate(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency,System.String,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType,System.String)">
            <summary>
            Find the exchange rate between the given currencies that is valid on the given time.
            </summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="millCurrency">The mill currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="validOn">The valid on.</param>
            <param name="currencyExchangeRateType">Type of the currency exchange rate.</param>
            <param name="localCurrencyForDefaultCompany">The currency that is used as the source currency when the stock owner doesn't have exchange rates defined.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.ExchangeRate" />.</returns>
            <remarks>
            The function finds the exchange rate in both directions. Source and target do not
            need to match on the returned exchange rate instance.
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IExchangeRateRepository.FindExchangeRates(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency,System.String,System.DateTime,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType,System.String)">
            <summary>Find the exchange rate between the given currencies that is valid on the given time.</summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="millCurrency">The mill currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="validOn">The valid on.</param>
            <param name="endOfInterval">The end of interval.</param>
            <param name="currencyExchangeRateType">Type of the exchange rate.</param>
            <param name="localCurrencyForDefaultCompany">The currency that is used as the source currency when the stock owner doesn't have exchange rates defined.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.ExchangeRate" />.</returns>
            <exception cref="T:System.ArgumentException">sourceCurrency</exception>
            <remarks>The function finds the exchange rate in both directions. Source and target do not
            need to match on the returned exchange rate instance.</remarks>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository">
            <summary>The description lang repository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.FindLanguageAndDefault(System.String)">
            <summary>Finds the given language and the default language of the system.</summary>
            <param name="languageCode">The language to search for.</param>
            <returns>The language given by the code and the system's default language.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.Find(System.String)">
            <summary>Find the descriptions.</summary>
            <param name="referenceId">The reference oid.</param>
            <returns>The list of DescrLang.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.Find(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Finds the available language descriptions for all languages
            </summary>
            <param name="referenceIdList">A list of reference IDs for which the language descriptions are loaded.</param>
            <param name="languageCode">The language to search for. Leave it empty to load all languages.</param>
            <returns>The language descriptions found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.FindWithCache(System.String)">
            <summary>Finds the with cache.</summary>
            <param name="referenceId">The reference identifier.</param>
            <returns>The list of DescrLang from cache.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.Find(System.String,System.String)">
            <summary>Finds the description in specified language.</summary>
            <param name="referenceId">The reference identifier.</param>
            <param name="languageCode">The language code.</param>
            <returns>DescrLang</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.FindWithCache(System.String,System.String)">
            <summary>Finds the with cache.</summary>
            <param name="referenceId">The reference identifier.</param>
            <param name="languageCode">The language code.</param>
            <returns>DescrLang from cache.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.Save(System.Collections.Generic.List{Tips.Base.Data.Entities.LanguageDescriptionInfo})">
            <summary>Saves the specified language description information.</summary>
            <param name="languageDescriptionInfo">The language description information.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ILanguageDescriptionRepository.RemoveForReferenceObject(System.String)">
            <summary>
            Removes all descriptions for one reference entity. This is useful when that entity is deleted.
            </summary>
            <param name="referenceId">The reference identifier.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository">
            <summary>
            The MachinePhaseRepository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.FindAllMachinePhases">
            <summary>
            Finds all machine phases.
            </summary>
            <returns>A list with all machine phases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="machPhase">The mach Phase.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.MachinePhase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.FindMachinePhasesForMachineTypeCode(System.String,Tips.Base.Data.Entities.Enumerations.MachineType)">
            <summary>Find the type of the machine phases for machine.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="machineType">Type of the machine.</param>
            <returns>List of machine phases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.FindMachinePhasesForPhaseAndPhaseName(System.String)">
            <summary>The find machine phases for phase and phase name.</summary>
            <param name="criteria">The criteria.</param>
            <returns>List of machine phases.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.Save(Tips.Base.Data.Entities.MachinePhase)">
            <summary>The save.</summary>
            <param name="machPhase">The mach Phase.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.SearchMachinePhases(System.String,System.Nullable{System.Int32})">
            <summary>Searches the machine phases.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of machine phases found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMachinePhaseRepository.SearchMachinePhases(System.String,System.String,System.Nullable{Tips.Base.Data.Entities.Enumerations.MachineType},System.Nullable{System.Int32})">
            <summary>Searches the machine phases.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code.</param>
            <param name="machineType">Type of the machine.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of machine phases found with the give criteria.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository">
            <summary>
            The MachinePhaseRepository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository.FindAllMillMachineTypes">
            <summary>
            Finds all machine types.
            </summary>
            <returns>A list of available machine types.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository.Get(System.String,Tips.Base.Data.Entities.Enumerations.MachineType,System.Boolean)">
            <summary>The get.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="machineType">The machine Type.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.MillMachineType"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository.FindMillMachineTypesForMillCode(System.String)">
            <summary>
            Find the mill machine types for mill.
            </summary>
            <param name="millCode">The mill code.</param>
            <returns>List of machine types.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillMachineTypeRepository.Save(Tips.Base.Data.Entities.MillMachineType)">
            <summary>The save.</summary>
            <param name="millMachineType">The mill Machine Type.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IMillRepository">
            <summary>
            The MachinePhaseRepository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.FindAllMills">
            <summary>
            Finds all mills.
            </summary>
            <returns>A list of all mills.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="millCode">The mill Code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Mill"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.GetBySiteCode(System.String,System.Boolean)">
            <summary>Gets the by site code.</summary>
            <param name="siteCode">The site code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Mill"/></returns>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Site " + siteCode + " not found</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.GetBySiteCode(System.String,System.String,Tix.Core.Entities.Enumerations.PermissionRights,System.Boolean)">
            <summary>Gets the mill by site code.</summary>
            <param name="siteCode">The site code.</param>
            <param name="permissionCode">The permission code.</param>
            <param name="permissionRight">The permission right.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Mill"/></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Mill"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.Save(Tips.Base.Data.Entities.Mill)">
            <summary>The save.</summary>
            <param name="mill">The mill.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.SearchMills(System.String,System.Nullable{System.Int32})">
            <summary>Searches the mills.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of mills found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IMillRepository.GetAllMillsCount">
            <summary>Gets all mills count.</summary>
            <returns>Count of all mills.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IProcessRepository">
            <summary>
            The ProcessRepository interface.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindAllProcesses">
            <summary>
            Finds all processes.
            </summary>
            <returns>A list of processes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindAllProcessCodes">
            <summary>Find all process codes.</summary>
            <returns>String list with all process codes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindProcessesByProcessCodes(System.Collections.Generic.List{System.String})">
            <summary>
            Finds the processes by process codes.
            </summary>
            <param name="procCodes">The process codes.</param>
            <returns>
            A list of processes.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindProcessesByMachinePhaseCode(System.String)">
            <summary>
            Find the processes by machine phase code.
            </summary>
            <param name="machinePhaseCode">The machine phase code.</param>
            <returns>List of processes for Machine phase.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FilterProcessesByMillCodes(System.Collections.Generic.List{System.String})">
            <summary>Gets the processes by machine phase codes.</summary>
            <param name="millCodes">The mill codes.</param>
            <returns>List of processes for Machine phase.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindProcessCodesForSearch(System.String,System.String)">
            <summary>Finds the process codes for search.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code.</param>
            <returns>List of found processes according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.FindProcessCodesForSearch(System.String,System.Collections.Generic.List{System.String})">
            <summary>Finds the process codes for search.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCodes">The mill codes.</param>
            <returns>List of found processes according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.Get(System.String,System.Boolean)">
            <summary>
            The get.
            </summary>
            <param name="processCode">
            The process code.
            </param>
            <param name="throwException">
            The throw exception.
            </param>
            <returns>
            The <see cref="T:Tips.Base.Data.Entities.Process"/>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.GetByOid(System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Process"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.Save(Tips.Base.Data.Entities.Process)">
            <summary>
            The save.
            </summary>
            <param name="process">
            The process.
            </param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.SearchProcesses(System.String,System.Nullable{System.Int32})">
            <summary>Searches the processes.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of processes found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.SearchProcesses(System.String,System.String,System.Nullable{Tips.Base.Data.Entities.Enumerations.MachineType},System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String})">
            <summary>Searches the processes.</summary>
            <param name="searchText">The search text.</param>
            <param name="millCode">The mill code, to which the process' machine phase must belong to.</param>
            <param name="machineType">Type of the machine, which the process' machine phase must have.</param>
            <param name="machinePhase">The machine phase, to which the process must belong to.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <param name="millCodes">The mill codes.</param>
            <returns>A list of processes found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.GetNotCachedProcess(System.String,System.Boolean)">
            <summary>
            Gets the not cached process.
            </summary>
            <param name="processCode">The process code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>the process</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProcessRepository.GetAllProcessCount">
            <summary>Gets all process count.</summary>
            <returns>Count of all processes.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IProductStructureRepository">
            <summary>
            Defines the repository for the product structure. This fetches the entities
            product and grade.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetGradeCodesForProducts(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Gets the grade codes for product codes.</summary>
            <param name="products">The product codes.</param>
            <returns>Grade codes from given products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetProduct(System.String,System.Boolean)">
            <summary>Gets the product.</summary>
            <param name="productCode">The product code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The product.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetProductByOid(System.String,System.Boolean)">
            <summary>Gets the product by OID.</summary>
            <param name="oid">The OID.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The product</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetProducts">
            <summary>Gets all products.</summary>
            <returns>The list of products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetGrade(System.String,System.Boolean)">
            <summary>Gets the grade.</summary>
            <param name="gradeCode">The grade code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetSFGGrades(System.String,System.Nullable{System.Int32})">
            <summary>Gets the grades with sfg flag.</summary>
            <param name="searchText">The grad code.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>The grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetSFGFlagGrades(System.String)">
            <summary>Gets the sfg flag for grade.</summary>
            <param name="gradeCode">The grad code.</param>
            <returns>The flag.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetGradeByOid(System.String,System.Boolean)">
            <summary>Gets the grade by OID.</summary>
            <param name="oid">The OID.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The grade.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetGrades">
            <summary>Gets the grades.</summary>
            <returns>The list of grades.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetAllGradeCodes">
            <summary>Gets the grade codes.</summary>
            <returns>All grade codes.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.FindGradeCodesForSearch(System.String)">
            <summary>Finds the grade codes for search.</summary>
            <param name="searchText">The search text.</param>
            <returns>List of found grades according to searchText</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.Save(Tips.Base.Data.Entities.Grade)">
            <summary>The save.</summary>
            <param name="grade">The grade.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.SearchProducts(System.String,System.Nullable{System.Int32})">
            <summary>Searches the products.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of products found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.SearchGrades(System.String,System.Nullable{System.Int32})">
            <summary>Searches the grades.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of grades found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.FindGrades(System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Int32})">
            <summary>Find the grades.</summary>
            <param name="gradeCodes">The codes of grad.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of grades found with the give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetAllProductsCount">
            <summary>Gets all products count.</summary>
            <returns>Count of all products.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IProductStructureRepository.GetAllGradesCount">
            <summary>Gets all grades count.</summary>
            <returns>Count of all grades.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IPropertyRepository">
            <summary>The PropertyRepository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.SavePropertyValue(Tips.Base.Data.Entities.PropertyValueBase)">
            <summary>The save property value.</summary>
            <param name="propertyValue">The property value.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.DeletePropertyValue(Tips.Base.Data.Entities.PropertyValueBase)">
            <summary>The delete property value.</summary>
            <param name="propertyValue">The property value.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyViewsWithPropertiesAndDescriptions">
            <summary>The get property views with properties and descriptions.</summary>
            <returns>The <see cref="T:System.Linq.IQueryable"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetFromGenProp(System.String,System.String)">
            <summary>Gets a property value from GENPROP table.</summary>
            <param name="oid">The OID of the object where the value is assigned.</param>
            <param name="propertyCode">The property code.</param>
            <returns>The property object </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>
            Gets the property value.
            </summary>
            <param name="propertyType">Type of the property.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The oid.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValueDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>
            Gets the property value, bypassing any caches.
            </summary>
            <param name="propertyType">Type of the property.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The oid.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValuesDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.Nullable{System.Int32},System.Boolean)">
            <summary>The get property values.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="maxCount">The maximum count.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase" />.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="entity">The entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValueDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="entity">The entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyDefinitionsAll">
            <summary>
            Gets the property definitions all.
            </summary>
            <returns>All records from table PROPERTY</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyDefinitionsAllBy(System.String)">
            <summary>
            Gets the property definitions all.
            </summary>
            <param name="propertyCode">Filter The property code.</param>
            <returns>All records from table PROPERTY</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyValueGenericAll">
            <summary>
            Gets all the property value generic.
            </summary>
            <returns>All records from table GENPROP</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetAllPropertiesFromView(System.String)">
            <summary>
            Gets all property items in property view.
            </summary>
            <param name="propertyViewCode">The property view code.</param>
            <returns>List of property items in property view.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetAllPropertyValueBase``2">
            <summary>
            Gets all property value base.
            </summary>
            <typeparam name="TReferenceObject">The type of the reference object.</typeparam>
            <typeparam name="TPropertyValueBase">The type of the property value base.</typeparam>
            <returns>
            List of all property values
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.GetPropertyDefinition(System.String,System.Boolean)">
            <summary>The get property definition.</summary>
            <param name="propertyCode">The property code.</param>
            <param name="throwException">The throw exception when property definition is not found.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.Property"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IPropertyRepository.FindPropertyValuesDirect``2(System.Collections.Generic.List{Tips.Base.Data.Entities.Enumerations.PropertyId},System.Collections.Generic.List{``1})">
            <summary>The get list of property values.</summary>
            <param name="propertyIds">The property Ids.</param>
            <param name="entities">The entitites.</param>
            <typeparam name="TPropertyValue">Type of property value.</typeparam>
            <typeparam name="TEntity">Type of entity.</typeparam>
            <returns>The list of property values.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IRemarkHistoryRepository">
            <summary>Repository interface for Remark.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkHistoryRepository.GetRemarkHistory(System.Int32,System.Boolean)">
            <summary>
            Returns <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> history by remark identifier
            </summary>
            <param name="remarkId"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> identifier</param>
            <param name="skipRemarkNotFoud">If true, check for remark existence skipped. Otherwise throws exception if remark doesn't exists.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkHistory"/> for <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> identifier specified.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkHistoryRepository.DeleteRemarkHistory(System.Int32)">
            <summary>
            Delete remark history for <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> specified by identifier
            </summary>
            <param name="remarkId"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> identifier</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkHistoryRepository.SaveRemarkHistory(Tips.Base.Data.Entities.RemarkHistory)">
            <summary>
            Saves remark history
            </summary>
            <param name="remarkHistory"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> identifier</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkHistoryRepository.CreateRemarkHistory(System.Int32)">
            <summary>
            Creates remark history for <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/>  specified by identifier
            </summary>
            <param name="remarkId"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> identifier</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IRemarkRepository">
            <summary>Repository interface for Remark.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemark(System.Int32)">
            <summary>
            Returns current <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> by remark identifier
            </summary>
            <param name="remarkId">Remark identifier</param>
            <returns><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemarks(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <summary>
            Returns collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects defined by business entity owner. if not found throw <see cref="T:System.Exception"/>.
            This method using RemarkTarget values as <see cref="F:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType.RemarkTarget"/> variant.
            </summary>
            <param name="entityIdentifier">Business entity composite search criteria or identifier defined by <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> structure</param>
            <param name="remarkTargets">Collection of enums <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> where remarks is available. Must be filled at-least one target.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Enumerations.RemarkTarget})">
            <summary>
            Returns collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects defined by business entity owner. if not found throw <see cref="T:System.Exception"/>.
            This method using RemarkTarget values as <see cref="F:Tips.Base.Data.Entities.Enumerations.RemarkTargetValueType.RemarkTarget"/> variant.
            </summary>
            <param name="entityIdentifiers">Business entity reference identifier collection defined by <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> structure</param>
            <param name="remarkTargets">Collection of enums <see cref="T:Tips.Base.Data.Entities.Enumerations.RemarkTarget"/> where remarks is available. Must be filled at-least one target.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemarks(Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Returns collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects defined by business entity owner. if not found throw <see cref="T:System.Exception"/>.
            </summary>
            <param name="entityIdentifier">Business entity composite search criteria or identifier defined by <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> structure</param>
            <param name="remarkTargets">Collection of <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> where remarks is available. Must be filled at-least one target.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Returns collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects defined by business entity owner. if not found throw <see cref="T:System.Exception"/>.
            </summary>
            <param name="entityIdentifiers">Business entity reference identifier collection defined by <see cref="T:Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey"/> structure</param>
            <param name="remarkTargets">Collection of <see cref="T:Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite"/> where remarks is available. Must be filled at-least one target.</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.HasRemarks(System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IEntityCompositeKey},System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.Interfaces.IRemarkTargetComposite})">
            <summary>
            Determines whether the specified entity identifiers has remarks.
            </summary>
            <param name="entityIdentifiers">The entity identifiers.</param>
            <param name="remarkTargets">The remark targets.</param>
            <returns>
            identity remark info
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.GetRemarks(System.Collections.Generic.IEnumerable{System.Int32})">
            <summary>
            Returns collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects defined by business entity owner. if not found throw <see cref="T:System.Exception"/>.
            </summary>
            <param name="remarkIds">Collection of remark identifiers</param>
            <returns>Collection of <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> objects</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.CreateRemark(Tips.Base.Data.Entities.RemarkEntry)">
            <summary>
            Create single remark in database and returns itself. If SequenceNumber property is 0, then calculate latest (maximal + 1) SequenceNumber (remark will be aligned to the end of set)
            </summary>
            <param name="remark"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object to create</param>
            <returns>Created <see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.UpdateRemark(Tips.Base.Data.Entities.RemarkEntry,System.Boolean)">
            <summary>
            Update single remark (must exists and have identifier) in database and current state save to remarks history. SequenceNumber property is not saved. if not found throw <see cref="T:System.Exception"/>.
            </summary>
            <param name="remark"><see cref="T:Tips.Base.Data.Entities.RemarkEntry"/> object to update</param>
            <param name="updateSequenceNumber">If True then SequenceNumber property is saved too.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IRemarkRepository.DeleteRemark(System.Int32)">
            <summary>
            Delete remark by identifier and clean its history. if not found throw <see cref="T:System.Exception"/>.
            </summary>
            <param name="remarkId">Remark identifier</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository">
            <summary>signal type repository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.GetSignalType(System.String)">
            <summary>
            Gets the type of the signal.
            </summary>
            <param name="signalCode">Code of the signal.</param>
            <returns>
            The signal type
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.GetSignalTypeAction(System.String)">
            <summary>
            Gets the signal type action.
            </summary>
            <param name="signalCode">Code of the signal.</param>
            <returns>
            The signal type action
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.SaveSignalType(Tips.Base.Data.Entities.SignalType)">
            <summary>
            Saves the signal type.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.SaveSignalTypeAction(Tips.Base.Data.Entities.SignalTypeAction)">
            <summary>
            Saves the signal type action.
            </summary>
            <param name="databaseEntity">The database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.DeleteSignalType(Tips.Base.Data.Entities.SignalType)">
            <summary>
            Deletes signal type entity.
            </summary>
            <param name="databaseEntity">The signal type database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.DeleteSignalTypeAction(Tips.Base.Data.Entities.SignalTypeAction)">
            <summary>
            Deletes the signal type action.
            </summary>
            <param name="databaseEntity">The signal type action database entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.GetSignalTypeActionList(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the list of signal types
            </summary>
            <param name="actionId">The action identifier.</param>
            <param name="processCode">The process code.</param>
            <param name="workstationCode">The workstation code.</param>
            <param name="onlyActive">if set to <c>true</c> [only active].</param>
            <returns>
            The list of signal types for action and process
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.ISignalTypeRepository.GetSignalServiceListeningSignalTypes(System.String,System.Boolean)">
            <summary>
            Gets the signal service listening signal types.
            </summary>
            <param name="signalServiceNode">The signal service node.</param>
            <param name="onlyActive">if set to <c>true</c> [only active].</param>
            <returns>
            The list of signal types that IpcSignalService is able to listen for
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository">
            <summary>Repository for standard article</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.SearchStandardArticles(System.String,System.Nullable{System.Int32})">
            <summary>Searches the standard articles.</summary>
            <param name="searchText">The search text.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>A list of standard articles found with the given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.Get(System.String,System.Boolean)">
            <summary>The get.</summary>
            <param name="articleCode">The material code.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The standard article.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.FindStandardArticlesByGradeCode(System.String)">
            <summary>Searches for standard articles that are assigned to one grade.</summary>
            <param name="gradeCode">The grade codes</param>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.FindStandardArticlesByGradeCodes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Searches for standard articles that are assigned to some grades.</summary>
            <param name="gradeCodes">The list of grade codes</param>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.FindAllStandardArticles">
            <summary>Finds all standard articles.</summary>
            <returns>A list of all standard articles.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.GetStandardArticlesForSFGGrade(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Gets the standard articles for SFG grade.</summary>
            <param name="searchText">The search text.</param>
            <param name="gradeCode">The grade code.</param>
            <param name="maxRowCount">The maximum row count.</param>
            <returns>The standard articles for SFG grades by given criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IStandardArticleRepository.GetArticlesByCodes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Get Articles by list of its codes</summary>
            <param name="articleCodes">List of Article codes</param>
            <returns>List of StandardArtices</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository">
            <summary>The IUserAdministrationRepository interface.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.UserGroupExists(System.String)">
            <summary>
            Users the group exists.
            </summary>
            <param name="userGroupCode">The user group code.</param>
            <returns>
            true or false
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.UserExists(System.String)">
            <summary>
            Users the exists.
            </summary>
            <param name="userCode">The user code.</param>
            <returns>
            true or false
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.FindUserGroups(System.String)">
            <summary>
            Gets all user groups.
            </summary>
            <param name="userGroupSearchString">The user group search string.</param>
            <returns>
            The list of user groups.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.FindUsers(System.String,System.String)">
            <summary>
            Gets all users like.
            </summary>
            <param name="userSearchString">The user search string.</param>
            <param name="userGroupSearchString">The user group search string.</param>
            <returns>
            The list of users.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.FindUser(System.String)">
            <summary>
            Finds the user.
            </summary>
            <param name="userCode">The user code.</param>
            <returns>
              <see cref="T:Tix.DataAccess.Entities.User.UserData" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.FindUserGroup(System.String)">
            <summary>
            Finds the user.
            </summary>
            <param name="userGroupCode">The user group code.</param>
            <returns>
              <see cref="T:Tix.DataAccess.Entities.User.UserGroup" />
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.SaveUserGroup(Tix.DataAccess.Entities.User.UserGroup)">
            <summary>To create or update new user group.</summary>
            <param name="entity">User Group Information</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.SaveUser(Tix.DataAccess.Entities.User.UserData)">
            <summary>
            Save Userdata Values
            </summary>
            <param name="user">The user data.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.DeleteUser(Tix.DataAccess.Entities.User.UserData)">
            <summary>
            Delete Userdata Values
            </summary>
            <param name="user">The user data.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IUserBaseAdministrationRepository.DeleteUserGroup(Tix.DataAccess.Entities.User.UserGroup)">
            <summary>
            Delete UserGroup Values
            </summary>
            <param name="userGroup">The user Group.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository">
            <summary>The warehouse location repository interface</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository.Get(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>Gets the warehouse location by key attributes.</summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="locationCode">The location code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.WarehouseLocation" />.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository.GetByWarehouseLocationList(System.Collections.Generic.List{System.Tuple{System.String,System.String}},System.String,System.Boolean)">
            <summary>Gets by warehouse location list.</summary>
            <param name="warehouseLocationCodes">The list of Tuple with warehouse and location codes.</param>
            <param name="siteCode">The site code.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of warehouse location by give criteria.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository.Find(System.String,System.String,System.Boolean)">
            <summary>Finds the locations.</summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="searchTerm">The search term.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of <see cref="T:Tips.Base.Data.Entities.WarehouseLocation" />s.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository.SearchWarehouseLocationCodes(System.String,System.Boolean)">
            <summary>Finds the distinct warehouse locations.</summary>
            <param name="searchTerm">The search term.</param>
            <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param>
            <returns>List of warehouse locations</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseLocationRepository.Save(Tips.Base.Data.Entities.WarehouseLocation)">
            <summary>Saves the specified warehouse location.</summary>
            <param name="warehouseLocation">The warehouse location.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.IWarehouseRepository">
            <summary>
            The warehouse repository interface
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseRepository.Get(System.String,System.Boolean)">
            <summary>
            Gets the specified warehouse code.
            </summary>
            <param name="warehouseCode">The warehouse code.</param>
            <param name="throwException">if set to <c>true</c> throw <see cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException"/> exception when record is not found.</param>
            <returns><see cref="T:Tips.Base.Data.Entities.Mill"/></returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseRepository.FindCompanyWarehouses(System.String)">
            <summary>
            Finds the company warehouses.
            </summary>
            <param name="companyCode">The company code.</param>
            <returns>Warehouses collection</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseRepository.FilterCompanyWarehouses(System.String,System.String)">
            <summary>Filters the company warehouses by search term.</summary>
            <param name="companyCode">The company code.</param>
            <param name="searchTerm">The search term.</param>
            <returns>Warehouses collection.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseRepository.SearchWarehouseCodes(System.String)">
            <summary>
            Search in the distinct warehouse codes.
            </summary>
            <param name="searchTerm">The search term.</param>
            <returns>List of warehouse codes</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.IWarehouseRepository.Save(Tips.Base.Data.Entities.Warehouse)">
            <summary>Saves the specified warehouse.</summary>
            <param name="warehouse">The warehouse.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.PropertyManager">
            <summary>
            The helper class used for system settings, parameters and properties
            </summary>
            <remarks>
            The property manager should not be used from the entities
            </remarks>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetProperty(System.String)">
            <summary>
            Gets the property definition.
            </summary>
            <param name="propertyCode">The property code.</param>
            <returns>The property definition.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyText(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property text.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property text.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyText(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property text.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property text.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyTextDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property text from DB.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property text.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyTextDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property text from DB.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property text.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyNumber(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property number.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property number.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyNumber(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property number.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property number.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyNumberDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Boolean)">
            <summary>The get property number from DB.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property number.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.GetPropertyNumberDirect(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Boolean)">
            <summary>The get property number from DB.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="throwException">The throw exception.</param>
            <returns>The property number.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.ChangePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.String)">
            <summary>The change property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="propertyText">The property text.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.ChangePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.String)">
            <summary>The change property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="propertyText">The property text.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.ChangePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity,System.Nullable{System.Double})">
            <summary>The change property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <param name="propertyNumber">The property number.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.ChangePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String,System.Nullable{System.Double})">
            <summary>The change property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <param name="propertyNumber">The property number.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.RemovePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity)">
            <summary>The remove property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="entity">The entity.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.RemovePropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String)">
            <summary>The remove property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="oid">The oid.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.CreateNewPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,Tips.Base.Data.Entities.Enumerations.PropertyId,Tix.Core.Entities.IEntity)">
            <summary>The create new property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyId">The property id.</param>
            <param name="referenceEntity">The reference entity.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.PropertyManager.CreateNewPropertyValue(Tips.Base.Data.Entities.Enumerations.PropertyType,System.String,System.String)">
            <summary>The create new property value.</summary>
            <param name="propertyType">The property type.</param>
            <param name="propertyCode">The property code.</param>
            <param name="referenceOid">The reference oid.</param>
            <returns>The <see cref="T:Tips.Base.Data.Entities.PropertyValueBase"/>.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.QueryableExtensions">
            <summary>The queryable extensions.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.QueryableExtensions.GetByOid``1(System.Linq.IQueryable{``0},System.String,System.Boolean)">
            <summary>The get by oid.</summary>
            <param name="queryable">The db set.</param>
            <param name="oid">The oid.</param>
            <param name="throwException">The throw exception.</param>
            <typeparam name="T">Database entity type.</typeparam>
            <returns>The <see cref="T:Tix.DataAccess.DatabaseEntity"/>.</returns>
            <exception cref="T:Tix.DataAccess.Exceptions.PrimaryKeyNotFoundException">Primary key was not found.</exception>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.WhereExtension">
            <summary>
            Holds predicates for various database entities.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.WhereExtension.Not``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>The logical not. To be used only in this class, real negation can be different then simple logical not.</summary>
            <param name="expr">The expression.</param>
            <typeparam name="T">Parameter type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.Where`1">
            <summary>Common entity predicates for usage in database queries.</summary>
            <typeparam name="TEntity">The entity type (has to be a <see cref="T:Tix.DataAccess.Interfaces.IDatabaseEntity"/>).</typeparam>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Like(System.Linq.Expressions.Expression{System.Func{`0,System.String}},System.String,System.Boolean)">
            <summary>
            The like. If string property is matching <paramref name="searchText" /> containing wildchars.
            </summary>
            <param name="property">The property.</param>
            <param name="searchText">The search text.</param>
            <param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
            <returns>
            The <see cref="T:System.Linq.Expressions.Expression" />.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Equals(System.Linq.Expressions.Expression{System.Func{`0,System.String}},System.String,System.Boolean)">
            <summary>The equals. If string property is matching <paramref name="searchText"/>, wildchars are considered as normal characters.</summary>
            <param name="property">The property.</param>
            <param name="searchText">The search text.</param>
            <param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Equals``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},``0)">
            <summary>The equals. If value type property is matching <paramref name="searchValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="searchValue">The search value.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Equals``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Nullable{``0})">
            <summary>The equals. If value type property is matching nullable <paramref name="searchValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="searchValue">The search value.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Equals``1(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{``0}}},``0)">
            <summary>The equals. If nullable value type property is matching <paramref name="searchValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="searchValue">The search value.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Equals``1(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{``0}}},System.Nullable{``0})">
            <summary>The equals. If nullable value type property is matching nullable <paramref name="searchValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="searchValue">The search value.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.EnumEquals``1(System.Linq.Expressions.Expression{System.Func{`0,System.String}},``0)">
            <summary>The equals. If string property is matching <paramref name="enumValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="enumValue">The enum value.</param>
            <typeparam name="TEnum">Type Enum.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.EnumEquals``1(System.Linq.Expressions.Expression{System.Func{`0,System.String}},System.Nullable{``0})">
            <summary>The equals. If int property is matching <paramref name="enumValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="enumValue">The enum value.</param>
            <typeparam name="TEnum">Type Enum.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.EnumEquals``1(System.Linq.Expressions.Expression{System.Func{`0,System.Int32}},``0)">
            <summary>The equals. If int property is matching <paramref name="enumValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="enumValue">The enum value.</param>
            <typeparam name="TEnum">Type Enum.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.EnumEquals``1(System.Linq.Expressions.Expression{System.Func{`0,System.Int32}},System.Nullable{``0})">
            <summary>The equals. If int property is matching <paramref name="enumValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="enumValue">The enum value.</param>
            <typeparam name="TEnum">Type Enum.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.EnumEquals``1(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Int32}}},``0)">
            <summary>The equals. If nullable int property is matching <paramref name="enumValue"/>.</summary>
            <param name="property">The property.</param>
            <param name="enumValue">The enum value.</param>
            <typeparam name="TEnum">Type Enum.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Rebind``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>ReBinds parameter of basic predicate expression to provided <paramref name="property"/>.</summary>
            <param name="property">The property.</param>
            <param name="predicateExpression">The predicate expression.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
            <exception cref="T:System.ArgumentException">When property is not property.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.Rebind``1(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{``0}}},System.Linq.Expressions.Expression{System.Func{System.Nullable{``0},System.Boolean}})">
            <summary>ReBinds parameter of basic predicate expression to provided <paramref name="property"/>. For nullable property.</summary>
            <param name="property">The property.</param>
            <param name="predicateExpression">The predicate expression.</param>
            <typeparam name="TProperty">Property type.</typeparam>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
            <exception cref="T:System.ArgumentException">When property is not property.</exception>
        </member>
        <member name="T:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder">
            <summary>The parameter to member expression rebinder.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder.parameterExpression">
            <summary>The parameter expression.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder.propertyExpression">
            <summary>The property expression.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder.#ctor(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.MemberExpression)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder"/> class.</summary>
            <param name="parameterExpression">The parameter expression.</param>
            <param name="propertyExpression">The property expression.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Repositories.Where`1.ParameterToMemberExpressionRebinder.Visit(System.Linq.Expressions.Expression)">
            <summary>The visit.</summary>
            <param name="expression">The expression.</param>
            <returns>The <see cref="T:System.Linq.Expressions.Expression"/>.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Reason">
            <summary>
            Represents the Reason.
            <para>Db Table: BDS_REASON</para>
            </summary>
            <summary>
            The reason class;
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Reason"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ReasonCode">
            <summary>
            Gets or sets the ReasonCode.
            <para>Db Column: RSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ReasonName">
            <summary>
            Gets or sets the ReasonName.
            <para>Db Column: RSNNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.CostAllocationDirectionCode">
            <summary>
            Gets or sets the CostAllocationDirectionCode.
            <para>Db Column: COSTALLODIRCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.CostAllocationDirectionCodeRaw">
            <summary>Gets or sets the CostAllocationDirectionCode.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.CostAllocationType">
            <summary>
            Gets or sets the CostAllocationType.
            <para>Db Column: COSTALLOTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.CostAllocationTypeRaw">
            <summary>Gets or sets the CostAllocationType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ReasonTypeRows">
            <summary>Gets or sets the ReasonTypeRows.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ProcessRows">
            <summary>Gets or sets the ProcessRows.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ReasonGroupRows">
            <summary>Gets or sets the ReasonGroupRows.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ReasonHierarchyRow">
            <summary>Gets or sets the ReasonHierarchyRow.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.OnCreated">
            <summary>
            Called from constructor.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.ChildReasons">
            <summary>
            Gets or sets the child reasosn collection.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.IsReasonGroup">
            <summary>
            Gets a value indicating whether this reason is a group of other reason - i.e. groups cannot be used for classification.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.DescriptionsInternal">
            <summary>
            Gets or sets the descriptions.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Reason.Description">
            <summary>Gets the description for current user or reason name.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.ResolveCostAllocationType(Tips.Base.Data.Entities.Enumerations.CostAllocationType@,Tips.Base.Data.Entities.Enumerations.TimeAllocationGroupAssignmentType@)">
            <summary>Resolves the type of the cost allocation.</summary>
            <param name="costAllocationType">Type of the cost allocation.</param>
            <param name="tagAssignmentType">Type of the tag assignment.</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.HasParentReason(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Determines, if the reason or some of its parents is in the input list.</summary>
            <param name="reasonCodes">The reason codes.</param>
            <returns>Whether the reason or some or some of its parents is in the input list</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Reason.GetParentReasons">
            <summary>Iterates the parent reasons, starting with the current one.</summary>
            <returns>IEnumerable of current and parent reasons</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Reason" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonProcess">
            <summary>
            Represents the ReasonProcess.
            <para>Db Table: BDS_REASON_PROCESS</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonProcess.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonProcess"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonProcess.ReasonCode">
            <summary>
            Gets or sets the ReasonCode.
            <para>Db Column: RSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonProcess.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonProcess.Reason">
            <summary>Gets or sets the Reason.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonProcess.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonProcess.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonProcess.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonProcessMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ReasonProcess" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonProcessMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonProcessMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonReasonGroup">
            <summary>
            Represents the ReasonReasonGroup.
            <para>Db Table: BDS_REASON_REASONGROUP</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonGroup.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonReasonGroup"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonGroup.ReasonCode">
            <summary>
            Gets or sets the ReasonCode.
            <para>Db Column: RSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonGroup.ReasonGroupCode">
            <summary>
            Gets or sets the ReasonGroupCode.
            <para>Db Column: RSNGRPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonGroup.Reason">
            <summary>Gets or sets the Reason.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonGroup.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonGroup.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonGroup.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonReasonGroupMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ReasonReasonGroup" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonGroupMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonReasonGroupMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonReasonType">
            <summary>
            Represents the ReasonReasonType.
            <para>Db Table: BDS_REASON_REASONTYPE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonType.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonReasonType"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonType.ReasonCode">
            <summary>
            Gets or sets the ReasonCode.
            <para>Db Column: RSNCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonType.ReasonType">
            <summary>
            Gets or sets the ReasonType.
            <para>Db Column: RSNTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonType.ReasonTypeRaw">
            <summary>Gets or sets the ReasonType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonReasonType.Reason">
            <summary>Gets or sets the Reason.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonType.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonType.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonType.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonReasonTypeMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.ReasonReasonType" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonReasonTypeMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonReasonTypeMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ReasonTreeItem">
            <summary>
            reason tree item
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonTreeItem"/> class.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.#ctor(Tips.Base.Data.Entities.Reason,System.Collections.Generic.IEnumerable{Tips.Base.Data.Entities.ReasonTreeItem})">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ReasonTreeItem" /> class.
            </summary>
            <param name="reason">The inner reason.</param>
            <param name="children">The children.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.Children">
            <summary>
            Gets or sets the children.
            </summary>
            <value>
            The reasons.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.ReasonName">
            <summary>
            Gets the name.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.ReasonCode">
            <summary>
            Gets the code.
            </summary>
            <value>
            The code.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.IsReasonGroup">
            <summary>
            Gets a value indicating whether the reason is a reason group.
            </summary>
            <value>
            The code.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.OID">
            <summary>
            Gets the oid.
            </summary>
            <value>
            The oid.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.Description">
            <summary>
            Gets the description of the reason translated to user language.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.ReasonTypes">
            <summary>
            Gets the types.
            </summary>
            <value>
            The types.
            </value>
        </member>
        <member name="P:Tips.Base.Data.Entities.ReasonTreeItem.Reason">
            <summary>
            Gets or sets the inner reason.
            </summary>
            <value>
            The inner reason.
            </value>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.op_Implicit(Tips.Base.Data.Entities.ReasonTreeItem)~Tips.Base.Data.Entities.Reason">
            <summary>
            Performs an implicit conversion from <see cref="T:Tips.Base.Data.Entities.ReasonTreeItem"/> to <see cref="P:Tips.Base.Data.Entities.ReasonTreeItem.Reason"/>.
            </summary>
            <param name="reason">The reason.</param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.Create(System.Collections.Generic.IList{Tips.Base.Data.Entities.Reason},Tips.Base.Data.Entities.Reason,System.Boolean)">
            <summary>
            Fills the structure.
            </summary>
            <param name="reasons">The reasons.</param>
            <param name="groupReason">The group reason.</param>
            <param name="excludeEmptyGroups">Decides whether empty reason groups should be excluded.</param>
            <returns>
            the reason groups
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ReasonTreeItem.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ExchangeRate">
            <summary>
            Represents a currency exchange rate from a source to a target currency.
            The exchange rate is valid starting at a given point in time
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.companyCode">
            <summary>The company code</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.sourceCurrency">
            <summary>The source currency.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.targetCurrency">
            <summary>The target currency.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.rate">
            <summary>The rate.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.validFrom">
            <summary>The valid on.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRate.exchangeRateType">
            <summary>The exchange rate type</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRate.#ctor(System.String,System.String,System.String,System.Decimal,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ExchangeRate" /> class.
            </summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="targetCurrency">The target currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="rate">The rate.</param>
            <param name="validFrom">The date and time at which the valid period started.</param>
            <param name="exchangeRateType">Type of the exchange rate.</param>
            <exception cref="T:System.ArgumentNullException">Either sourceCurrency or targetCurrency is not given.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">The rate parameter is less than or equal to 0</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRate.#ctor(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency,System.String,System.Decimal,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ExchangeRate" /> class.
            </summary>
            <param name="sourceCurrency">The source currency.</param>
            <param name="targetCurrency">The target currency.</param>
            <param name="companyCode">The company code.</param>
            <param name="rate">The rate.</param>
            <param name="validFrom">The date and time at which the valid period started.</param>
            <param name="exchangeRateType">Type of the exchange rate.</param>
            <exception cref="T:System.ArgumentNullException">sourceCurrency
            or
            targetCurrency</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">rate - The exchange rate must be greater than and excluding 0</exception>
            <exception cref="T:System.ArgumentNullException">Either sourceCurrency or targetCurrency is not given.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">The rate parameter is less than or equal to 0</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.CompanyCode">
            <summary>Gets the company code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.SourceCurrency">
            <summary>Gets the source currency.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.TargetCurrency">
            <summary>Gets the target currency.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.Rate">
            <summary>Gets the exchange rate.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.ValidFrom">
            <summary>Gets the date at which the period started, at which the exchange rate is valid.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRate.ExchangeRateType">
            <summary>Gets the type of the exchange rate.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRate.Invert">
            <summary>
            Exchanges the source with the target currency, adjusting the exchange rate.
            </summary>
            <returns>A new exchange rate instance with the exchange rate inverted.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ExchangeRateEntity">
            <summary>The exchange rate entity.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.CompanyCode">
            <summary>Gets or sets the CompanyCode.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.CurrencyCode">
            <summary>Gets or sets the source currency code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.ValidFrom">
            <summary>Gets or sets the valid from.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.Rate">
            <summary>Gets or sets the rate.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.CurrencyExchangeRateType">
            <summary> Gets or sets the CurrencyExchangeRateType. </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ExchangeRateEntity.CurrencyExchangeRateTypeRaw">
            <summary>Gets or sets the CurrencyExchangeRateType.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRateEntity.Create(System.String,System.Decimal,System.String,System.DateTime,Tips.Base.Data.Entities.ExchangeRateType)">
            <summary>
            The create.
            </summary>
            <param name="currencyCode">The source currency code.</param>
            <param name="rate">The rate.</param>
            <param name="companyCode">The company code.</param>
            <param name="validFrom">The valid from.</param>
            <param name="currencyExchangeRateType">Type of the currency exchange rate.</param>
            <returns>
            The <see cref="T:Tips.Base.Data.Entities.ExchangeRateEntity" />.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRateEntity.ToExchangeRate(Tix.Runtime.Money.Currency)">
            <summary>
            The to exchange rate.
            </summary>
            <param name="millCurrency">The mill currency.</param>
            <returns>
            The <see cref="T:Tips.Base.Data.Entities.ExchangeRate" />.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ExchangeRateEntityMap">
            <summary>The exchange rate entity map.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ExchangeRateEntityMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ExchangeRateEntityMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ExchangeRateType">
            <summary>Defines the exchange rate type.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRateType.Standard">
            <summary>The standard exchange rate.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ExchangeRateType.Current">
            <summary>The current exchange rate.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Extensions.MillTimeZoneExtension">
            <summary>
            Enhancements on TimeZoneConverter for mill timezone.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Extensions.MillTimeZoneExtension.FromMillTimeZoneToUtc(Tix.DataAccess.TimeZoneConverter.ITimeZoneConverterExtension,System.DateTime,System.String)">
            <summary>
            The from mill time zone to utc.
            </summary>
            <param name="ext">The extension.</param>
            <param name="timeStamp">The time stamp that is converted.</param>
            <param name="millCode">The mill code.</param>
            <returns>The <see cref="T:System.DateTime" />.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Extensions.MillTimeZoneExtension.ToMillTimeZone(Tix.DataAccess.TimeZoneConverter.ITimeZoneConverterExtension,System.DateTime,System.String)">
            <summary>The to mill time zone.</summary>
            <param name="ext">The extension.</param>
            <param name="timeStamp">The time stamp that is converted.</param>
            <param name="millCode">The mill code.</param>
            <returns>The <see cref="T:System.DateTime"/>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Extensions.MillTimeZoneExtension.GetMillTimezone(System.String)">
            <summary>
            Gets the mill timezone.
            </summary>
            <param name="millCode">The mill code.</param>
            <returns>The time zone of the mill.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Extensions.MillTimeZoneExtension.CheckThatMillTimezoneIsSet(System.String,System.String)">
            <summary>
            Checks the that mill timezone is set.
            </summary>
            <param name="millCode">The mill code.</param>
            <param name="millTimezone">The mill time zone.</param>
            <exception cref="T:System.InvalidOperationException">If the mllTz is not set</exception>
        </member>
        <member name="T:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator">
            <summary>
            Functions for getting property values in grid configuration.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyText(System.Object,System.String)">
            <summary>
            Gets a property text.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <returns>The property text for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyText(System.Object,System.String,System.String)">
            <summary>
            Gets a property text.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <param name="propView">The property value table.</param>
            <returns>The property text for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyTextDirect(System.Object,System.String)">
            <summary>
            Gets a property text from DB.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <returns>The property text for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyTextDirect(System.Object,System.String,System.String)">
            <summary>
            Gets a property text from DB.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <param name="propView">The property value table.</param>
            <returns>The property text for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyNumber(System.Object,System.String)">
            <summary>
            Gets a numeric property value.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <returns>The property value for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyNumber(System.Object,System.String,System.String)">
            <summary>
            Gets a numeric property value.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <param name="propView">The property value table.</param>
            <returns>The property value for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyNumberDirect(System.Object,System.String)">
            <summary>
            Gets a numeric property value from DB.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <returns>The property value for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.PropertyNumberDirect(System.Object,System.String,System.String)">
            <summary>
            Gets a numeric property value from DB.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propCode">The property code.</param>
            <param name="propView">The property value table.</param>
            <returns>The property value for the given object/code.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.TryGetOidAndPropertyType(System.Object,System.String,System.String@,Tips.Base.Data.Entities.Enumerations.PropertyType@)">
            <summary>
            Tries to extract the oid and the property type from teh given paramters.
            </summary>
            <param name="o">The target object. Can be a string containing an OID or an object with property OID.</param>
            <param name="propView">The property value table.</param>
            <param name="oid">Returns the OID.</param>
            <param name="type">Returns the property type.</param>
            <returns>True if the input paramters could be parsed, false otherwise.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.FieldValueEvaluators.PropertyFieldValueEvaluator.GetEnumValueForTableName(System.String)">
            <summary>
            Gets the enum value for the given table name.
            </summary>
            <param name="propView">The property value table.</param>
            <returns>The enum value.</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.GradeMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Grade" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.GradeMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.GradeMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Product">
            <summary>
            Represents the Product.
            <para>Db Table: BDS_PRODUCT</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Product.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Product"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Product.ProductCode">
            <summary>
            Gets or sets the ProductCode.
            <para>Db Column: PRODCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Product.ProductName">
            <summary>
            Gets or sets the ProductName.
            <para>Db Column: PRODNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Product.ProductShortName">
            <summary>
            Gets or sets the ProductShortName.
            <para>Db Column: PRODSHORTNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Product.Grades">
            <summary>Gets or sets the Grades.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Product.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Product.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Product.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ProductMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Product" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProductMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ProductMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Helpers.DescriptionLoader">
            <summary>
            Utility class that makes loading language dependent descriptions easier.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Helpers.DescriptionLoader.GetDescriptionForCurrentUser(Tips.Base.Data.Entities.Interfaces.ILanguageDependentDescription)">
            <summary>
            Gets the description for current user.
            </summary>
            <param name="target">The target.</param>
            <returns>The description in the current user's language</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Helpers.DescriptionLoader.GetDescription(Tips.Base.Data.Entities.Interfaces.ILanguageDependentDescription,System.String)">
            <summary>
            Gets the description.
            </summary>
            <param name="target">The target.</param>
            <param name="targetLanguageCode">The target language code.</param>
            <returns>The description in the target language</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntity">
            <summary>
            Dummy entity for the ChangeLog test
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntity.RawMaterialCode">
            <summary>
            Gets or sets the raw material code.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntity.MillCode">
            <summary>
            Gets or sets the mill code.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntity.ValidFrom">
            <summary>
            Gets or sets the valid from.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntityMap">
            <summary>
            Mapping for ChangeLogTestEntity
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntityMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.IntegrationTestEntities.ChangeLogTestEntityMap"/> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.DbDescrLangMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.DbDescrLang" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.DbDescrLangMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.DbDescrLangMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.LanguageDescriptionInfo">
            <summary>Represents the DescriptionLangInfo</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.LanguageDescriptionInfo.Id">
            <summary>Gets or sets the entity id.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.LanguageDescriptionInfo.ReferenceId">
            <summary>Gets or sets the reference id.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.LanguageDescriptionInfo.LangCode">
            <summary>Gets or sets the lang code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.LanguageDescriptionInfo.LangDescription">
            <summary>Gets or sets the lang description.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.LanguageDescriptionInfo.Description">
            <summary>Gets or sets the description.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.MachinePhase">
            <summary>Represents the MachinePhase</summary>
            <summary>
            Represents the MachinePhase.
            <para>Db Table: BDS_MACHPHASE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.ProductionLine">
            <summary>Gets the production line.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhase.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MachinePhase"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MachinePhaseCode">
            <summary>
            Gets or sets the MachinePhaseCode.
            <para>Db Column: MACHPHASE</para>
            <para>Db Comment: code of the machine phase. A machine phase defines the properties of a production step in Plan. Can be a group of processes. Defined in table MACHPHASE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MachinePhaseName">
            <summary>
            Gets or sets the MachinePhaseName.
            <para>Db Column: MACHPHASENAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.GradeType">
            <summary>
            Gets or sets the GradeType.
            <para>Db Column: GRADTYPE</para>
            <para>Db Comment: type of the grade. Defined in the property group GRADTYPE. Values: CALIB: used for calibration, COMPETITOR: grade definition of a competitor, GRADE: unspecified grade, PULP: definition of pulp quality, RAWMAT: grade specifies a raw material not used for sale: it is a intermediate product in the process chain, SHEET: grade specifies a sheeted product, STOCK: grade specifies stocked products</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.GradeTypeRaw">
            <summary>Gets or sets the GradeType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MachineType">
            <summary>
            Gets or sets the MachineType.
            <para>Db Column: MACHTYPE</para>
            <para>Db Comment: Machine type of the machine phase where was produced</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MachineTypeRaw">
            <summary>Gets or sets the MachineType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MillCode">
            <summary>
            Gets or sets the MillCode.
            <para>Db Column: MILLCODE</para>
            <para>Db Comment: code of the mill</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.PlanType">
            <summary>
            Gets or sets the PlanType.
            <para>Db Column: PLANTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.Processes">
            <summary>Gets or sets the Processes.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MachinePhaseProperties">
            <summary>Gets or sets the MachinePhaseProperties.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.Mill">
            <summary>Gets or sets the Mill.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhase.MillMachineType">
            <summary>Gets or sets the MillMachineType.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhase.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhase.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhase.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Mill">
            <summary>The mill.</summary>
            <summary>
            Represents the Mill.
            <para>Db Table: BDS_MILL</para>
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Mill.site">
            <summary>
            The mill site
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Mill.timeZoneLazy">
            <summary>The time zone lazy</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.MillDescription">
            <summary>Gets the mill description.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.TimeZone">
            <summary>Gets or sets the time zone of the mill.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.Site">
            <summary>
            Gets the site.
            </summary>
            <value>
            The site.
            </value>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.GetTimeZone(Tips.Base.Data.Entities.Mill)">
            <summary>
            Gets the time zone.
            </summary>
            <param name="mill">The mill.</param>
            <returns>The time zone that is configured for the mill.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Mill"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.MillCode">
            <summary>
            Gets or sets the MillCode.
            <para>Db Column: MILLCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.MillName">
            <summary>
            Gets or sets the MillName.
            <para>Db Column: MILLNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.SiteCode">
            <summary>
            Gets or sets the SiteCode.
            <para>Db Column: SITECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.MachinePhases">
            <summary>Gets or sets the MachinePhases.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Mill.MillMachineTypes">
            <summary>Gets or sets the MillMachineTypes.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Mill.OnCreated">
            <summary>
            Called when the instance is created.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.MachinePhaseMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.MachinePhase" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhaseMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MachinePhaseMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.MachinePhaseProperty">
            <summary>
            Represents the MachinePhaseProperty.
            <para>Db Table: BDS_MACHPHASEPROP</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhaseProperty.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MachinePhaseProperty"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhaseProperty.MachinePhaseCode">
            <summary>
            Gets or sets the MachinePhaseCode.
            <para>Db Column: MACHPHASE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhaseProperty.PropertyCode">
            <summary>
            Gets or sets the PropertyCode.
            <para>Db Column: PROPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhaseProperty.PropertyText">
            <summary>
            Gets or sets the PropertyText.
            <para>Db Column: PROPTEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhaseProperty.PropertyValue">
            <summary>
            Gets or sets the PropertyValue.
            <para>Db Column: PROPVAL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MachinePhaseProperty.MachinePhase">
            <summary>Gets or sets the MachinePhase.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhaseProperty.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhaseProperty.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhaseProperty.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.MachinePhasePropertyMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.MachinePhaseProperty" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MachinePhasePropertyMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MachinePhasePropertyMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillMachineType">
            <summary>
            Represents the MillMachineType.
            <para>Db Table: BDS_MILLMACHTYPE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMachineType.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillMachineType"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillMachineType.MillCode">
            <summary>
            Gets or sets the MillCode.
            <para>Db Column: MILLCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillMachineType.MachineType">
            <summary>
            Gets or sets the MachineType.
            <para>Db Column: MACHTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillMachineType.MachineTypeRaw">
            <summary>Gets or sets the MachineType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillMachineType.MachinePhases">
            <summary>Gets or sets the MachinePhases.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillMachineType.Mill">
            <summary>Gets or sets the Mill.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMachineType.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMachineType.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMachineType.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillMachineTypeMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.MillMachineType" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMachineTypeMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillMachineTypeMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Mill" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Process">
            <summary>
            Represents the Process.
            <para>Db Table: BDS_PROCESS</para>
            </summary>
            <summary>The process</summary>
            <seealso cref="T:Tix.DataAccess.DatabaseEntity" />
        </member>
        <member name="M:Tips.Base.Data.Entities.Process.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Process"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            <para>Db Comment: Process ID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.ProcessName">
            <summary>
            Gets or sets the ProcessName.
            <para>Db Column: PROCNAME</para>
            <para>Db Comment: Process name or description</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.ProcessType">
            <summary>
            Gets or sets the ProcessType.
            <para>Db Column: PROCTYPE</para>
            <para>Db Comment: Process type</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.ProcessTypeRaw">
            <summary>Gets or sets the ProcessType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.MachinePhaseCode">
            <summary>
            Gets or sets the MachinePhaseCode.
            <para>Db Column: MACHPHASE</para>
            <para>Db Comment: Machine phase</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.DepartmentCode">
            <summary>
            Gets or sets the DepartmentCode.
            <para>Db Column: DEPACODE</para>
            <para>Db Comment: Department Code</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Process.MachinePhase">
            <summary>Gets or sets the MachinePhase.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Process.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Process.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Process.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Process.GetPropertyValue(System.String,System.Boolean)">
            <summary>Get Process's property value</summary>
            <param name="propertyCode">The property code.</param>
            <param name="throwException">if set to <c>true</c> [throw exception].</param>
            <returns>Property value</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ProcessMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Process" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ProcessMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ProcessMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.MillPrinter">
            <summary>
            Represents the MillPrinter.
            <para>Db Table: BDS_MILLPRINTER</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinter.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.MillPrinter"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.Active">
            <summary>
            Gets or sets a value indicating whether Active is set.
            <para>Db Column: ACTFLAG</para>
            <para>Db Comment: flag: defines if the formula is active (0/1)</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.Command">
            <summary>
            Gets or sets the Command.
            <para>Db Column: COMMAND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.Copies">
            <summary>
            Gets or sets the Copies.
            <para>Db Column: COPIES</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.DumpFileName">
            <summary>
            Gets or sets the DumpFileName.
            <para>Db Column: DMPFILE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.DriverClass">
            <summary>
            Gets or sets the DriverClass.
            <para>Db Column: DRIVERCLASS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.HrDumpFileName">
            <summary>
            Gets or sets the HrDumpFileName.
            <para>Db Column: HRDMPFILE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.InitCommand">
            <summary>
            Gets or sets the InitCommand.
            <para>Db Column: INITCOMMAND</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.InitString">
            <summary>
            Gets or sets the InitString.
            <para>Db Column: INITSTRING</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.InOutDirection">
            <summary>
            Gets or sets the InOutDirection.
            <para>Db Column: INOUTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.LabelType">
            <summary>
            Gets or sets the LabelType.
            <para>Db Column: LABETYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.LabelTypeRaw">
            <summary>Gets or sets the LabelType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.PrinterCode">
            <summary>
            Gets or sets the PrinterCode.
            <para>Db Column: PRINTERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.PrinterName">
            <summary>
            Gets or sets the PrinterName.
            <para>Db Column: PRINTERNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.PrintFlags">
            <summary>
            Gets or sets the PrintFlags.
            <para>Db Column: PRINTFLAGS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.Platform">
            <summary>
            Gets or sets the Platform.
            <para>Db Column: PLATFORM</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.ResourceName">
            <summary>
            Gets or sets the ResourceName.
            <para>Db Column: RESOURCENAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WORKSTATION</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.WorkstationType">
            <summary>
            Gets or sets the WorkstationType.
            <para>Db Column: WORKSTATIONTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.MillPrinter.Printerid">
            <summary>
            Gets or sets the Printerid.
            <para>Db Column: PRINTERID</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinter.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinter.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.MillPrinter.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.Property">
            <summary>
            The property.
            </summary>
            <summary>
            The property.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Property.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Property.GetHashCode">
            <summary>
            The get hash code.
            </summary>
            <returns>
            The <see cref="T:System.Int32"/>.
            </returns>
        </member>
        <member name="F:Tips.Base.Data.Entities.Property.propertyViewItems">
            <summary>
            Gets or sets the view specs.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.Property.descriptions">
            <summary>
            Backing field for descriptions.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyCode">
            <summary>
            Gets or sets the propcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.MeasuredUnitCode">
            <summary>
            Gets or sets the measunitcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.StoreType">
            <summary>
            Gets or sets the storetype.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyDescription">
            <summary>
            Gets or sets the propdescr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.MinimumLimit">
            <summary>
            Gets or sets the minlmt.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.MaximumLimit">
            <summary>
            Gets or sets the maxlmt.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DataLength">
            <summary>
            Gets or sets the dataleng.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DecimalNumber">
            <summary>
            Gets or sets the decinbr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LowScale">
            <summary>
            Gets or sets the lowscale.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.HighScale">
            <summary>
            Gets or sets the highscale.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.RawCount">
            <summary>
            Gets or sets the rawcnt.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyClass">
            <summary>
            Gets or sets the propclass.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.FrequencyFlag">
            <summary>
            Gets or sets the freqflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LinearA">
            <summary>
            Gets or sets the lineara.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LinearB">
            <summary>
            Gets or sets the linearb.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LabProperty">
            <summary>
            Gets or sets the propflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DataTypeNumber">
            <summary>
            Gets or sets the datatypenbr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LookupTable">
            <summary>
            Gets or sets the lookuptable.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LookupKeyCode">
            <summary>
            Gets or sets the lookupkeycode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LookupWhere">
            <summary>
            Gets or sets the lookupwhere.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LookupDescription">
            <summary>
            Gets or sets the lookupdescr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DefaultPropertyText">
            <summary>
            Gets or sets the defauproptext.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DefaultPropertyValue">
            <summary>
            Gets or sets the defaupropval.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyInstruction">
            <summary>
            Gets or sets the propinstr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyRepositoryName">
            <summary>
            Gets or sets the proprepname.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.StoreTypeCode">
            <summary>
            Gets or sets the storetypecode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyStandardText">
            <summary>
            Gets or sets the propstdtext.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Document">
            <summary>
            Gets or sets the document.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.UpShiftFlag">
            <summary>
            Gets or sets the upshiftflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.VariableCode">
            <summary>
            Gets or sets the varcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.TipsConfigurationGroup">
            <summary>
            Gets or sets the tipsconfgrp.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.DefaultPropertyTime">
            <summary>
            Gets or sets the defauproptime.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.ParentPropertyCode">
            <summary>
            Gets or sets the parentpropcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.ActualStatusNumber">
            <summary>
            Gets or sets the accstatnbr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Cached">
            <summary>
            Gets or sets the cacheflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Internal">
            <summary>
            Gets or sets the teflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Nullable">
            <summary>
            Gets or sets the nullableflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.OwnerLevel">
            <summary>
            Gets or sets the ownrlevel.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.LogOrderMode">
            <summary>
            Gets or sets the logordemodifflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.PropertyViewItems">
            <summary>
            Gets or sets the property view items.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Property.Descriptions">
            <summary>
            Gets or sets the descriptions.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyDescription">
            <summary>Description entry for a property.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyDescription.LANGCODE">
            <summary>Gets or sets the language code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyDescription.OBJDESCR">
            <summary>Gets or sets the description.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyDescription.PROPCODE">
            <summary>Gets or sets the property code.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyDescription.REFOID">
            <summary>Gets or sets the reference OID.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueBase">
            <summary>
            The property value base class
            </summary>
            <summary>
            The property value base class
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyValueBase.Equals(System.Object)">
            <summary>
            The equals.
            </summary>
            <param name="obj">
            The obj.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyValueBase.GetHashCode">
            <summary>
            The get hash code.
            </summary>
            <returns>
            The <see cref="T:System.Int32"/>.
            </returns>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.ReferenceOid">
            <summary>
            Gets or sets the refoid.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.PropertyOid">
            <summary>
            Gets or sets the propoid.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.PropertyText">
            <summary>
            Gets or sets the proptext.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.PropertyValue">
            <summary>
            Gets or sets the propval.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.PropertyCode">
            <summary>
            Gets or sets the propcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.ReferenceCode">
            <summary>
            Gets or sets the refcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyValueBase.Property">
            <summary>
            Gets or sets the property
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueCompany">
            <summary>
            The company property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueGeneric">
            <summary>
            The generic property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueLoad">
            <summary>
            The load property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueLocation">
            <summary>
            The warehouse property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueMill">
            <summary>
            The property value Mill
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueOrder">
            <summary>
            The order property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyValueWarehouse">
            <summary>
            The warehouse property.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyView">
            <summary>
            The property view.
            </summary>
            <summary>
            The property view.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyView.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyView.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="F:Tips.Base.Data.Entities.PropertyView.items">
            <summary>The items</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.PropertyViewCode">
            <summary>
            Gets or sets the propviewcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.PropertyViewGroup">
            <summary>
            Gets or sets the propviewgrp.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.PropertyViewName">
            <summary>
            Gets or sets the propviewname.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.Default">
            <summary>
            Gets or sets the defauflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.PropertyTableName">
            <summary>
            Gets or sets the proptablename.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.Internal">
            <summary>
            Gets or sets the teflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyView.Items">
            <summary>
            Gets or sets the properties.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropertyViewItem">
            <summary>
            The property view item.
            </summary>
            <summary>
            The prop view spec.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyViewItem.Equals(System.Object)">
            <summary>
            The equals.
            </summary>
            <param name="obj">
            The obj.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropertyViewItem.GetHashCode">
            <summary>
            The get hash code.
            </summary>
            <returns>
            The <see cref="T:System.Int32"/>.
            </returns>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.PropertyViewCode">
            <summary>
            Gets or sets the propviewcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.PropertyCode">
            <summary>
            Gets or sets the propcode.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.SequenceNumber">
            <summary>
            Gets or sets the seqnbr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.NullNumber">
            <summary>
            Gets or sets the nullnbr.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.Mandatory">
            <summary>
            Gets or sets the mandflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.Internal">
            <summary>
            Gets or sets the teflag.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.OwnerLevel">
            <summary>
            Gets or sets the ownrlevel.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.Property">
            <summary>
            Gets or sets the property aggregate. Used for navigation.
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropertyViewItem.PropertyView">
            <summary>
            Gets or sets the prop view aggregate. Used for navigation.
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.InfrastructureInterfaces.IReportPrintingInfrastructure">
            <summary>
            Interface for infrastructure service responsible for "how" report printing should be handled
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.InfrastructureInterfaces.IReportPrintingInfrastructure.GetAvailablePrinters">
            <summary>
            Gets all installed available printers on server
            </summary>
            <returns> a string collection of prnter names</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.InfrastructureInterfaces.IReportPrintingInfrastructure.GetDefaultPrinter">
            <summary>
            Gets default installed printer
            </summary>
            <returns>string with name of default printer</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.InfrastructureInterfaces.IReportPrintingInfrastructure.SendReportToPrinter(System.String)">
            <summary>
            Sends report in standard format (.pdf) to default printer
            </summary>
            <param name="uriDoc">link of .pdf document for printing</param>
        </member>
        <member name="M:Tips.Base.Data.Entities.InfrastructureInterfaces.IReportPrintingInfrastructure.SendReportToPrinter(System.Uri,System.String,System.Nullable{System.Int32},System.Boolean,System.String,System.Boolean,System.Boolean)">
            <summary>
            Sends report to printer with printer options
            </summary>
            <param name="uriDoc">link to report file for print</param>
            <param name="printerName">name of printer</param>
            <param name="numberOfCopies">how many copies we need</param>
            <param name="printInColors">true if color printing</param>
            <param name="pageRange">defines pages for printing in format "1,3,4" or "2-9"</param>
            <param name="landscapePageOrientation">true if lanscape page orientation. False if standard portrait orientation</param>
            <param name="resultLog">prints results into file</param>
            <returns>result in string format</returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalType">
            <summary>
            Represents the SignalType.
            </summary>
            <summary>
            Represents the SignalType.
            <para>Db Table: BDS_SIGNAL_TYPE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.GetFieldIpcMeasUnitCode(System.String)">
            <summary>
            Gets the field ipc meas unit code.
            </summary>
            <param name="fieldCode">The field code.</param>
            <returns>The Ipc measurement unit code</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.GetFieldFormat(System.String)">
            <summary>
            Gets the field format.
            </summary>
            <param name="fieldCode">The field code.</param>
            <returns>The signal type field format</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalType"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalCode">
            <summary>
            Gets or sets the SignalCode.
            <para>Db Column: SIGNALCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalDescription">
            <summary>
            Gets or sets the SignalDescription.
            <para>Db Column: SIGNALDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.IpcNode">
            <summary>
            Gets or sets the IpcNode.
            <para>Db Column: IPCNODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalServiceNode">
            <summary>
            Gets or sets the SignalServiceNode.
            <para>Db Column: SIGNALSRVCNODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.CommandCode">
            <summary>
            Gets or sets the CommandCode.
            <para>Db Column: CMDCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.MessageType">
            <summary>
            Gets or sets the MessageType.
            <para>Db Column: MSGTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.Active">
            <summary>
            Gets or sets a value indicating whether Active is set.
            <para>Db Column: ACTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.Transient">
            <summary>
            Gets or sets a value indicating whether Transient is set.
            <para>Db Column: TRANSFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalAcknowledgeLevel">
            <summary>
            Gets or sets the SignalAcknowledgeLevel.
            <para>Db Column: SIGNALACKLEVEL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalAcknowledgeLevelRaw">
            <summary>Gets or sets the SignalAcknowledgeLevel.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalDeliveryType">
            <summary>
            Gets or sets the SignalDeliveryType.
            <para>Db Column: SIGNALDELITYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.SignalDeliveryTypeRaw">
            <summary>Gets or sets the SignalDeliveryType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.Fields">
            <summary>Gets or sets the Fields.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.Action">
            <summary>Gets or sets the Action.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalType.Command">
            <summary>Gets or sets the Command.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalType.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeAction">
            <summary>
            Represents the SignalTypeAction.
            <para>Db Table: BDS_SIGNAL_TYPE_ACTION</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeAction.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeAction"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeAction.SignalCode">
            <summary>
            Gets or sets the SignalCode.
            <para>Db Column: SIGNALCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeAction.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeAction.ActionId">
            <summary>
            Gets or sets the ActionId.
            <para>Db Column: ACTIONID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeAction.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeAction.Type">
            <summary>Gets or sets the Type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeAction.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeAction.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeAction.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeActionMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SignalTypeAction" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeActionMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeActionMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeCommandMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SignalTypeCommand" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeCommandMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeCommandMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeField">
            <summary>
            Represents the SignalTypeField.
            <para>Db Table: BDS_SIGNAL_TYPE_FIELD</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeField.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeField"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.SignalCode">
            <summary>
            Gets or sets the SignalCode.
            <para>Db Column: SIGNALCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.FieldCode">
            <summary>
            Gets or sets the FieldCode.
            <para>Db Column: FLDCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.IpcMeasUnitCode">
            <summary>
            Gets or sets the IpcMeasUnitCode.
            <para>Db Column: IPCMEASUNITCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.ValueSeparator">
            <summary>
            Gets or sets the ValueSeparator.
            <para>Db Column: VALUESEP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.FieldSeparator">
            <summary>
            Gets or sets the FieldSeparator.
            <para>Db Column: FLDSEP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.FieldFormat">
            <summary>
            Gets or sets the FieldFormat.
            <para>Db Column: FLDFRMT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.FieldType">
            <summary>
            Gets or sets the FieldType.
            <para>Db Column: FLDTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.FieldValue">
            <summary>
            Gets or sets the FieldValue.
            <para>Db Column: FLDVALUE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.Active">
            <summary>
            Gets or sets a value indicating whether Active is set.
            <para>Db Column: ACTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SignalTypeField.Type">
            <summary>Gets or sets the Type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeField.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeField.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeField.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeFieldMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SignalTypeField" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeFieldMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeFieldMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SignalTypeMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SignalType" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SignalTypeMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SignalTypeMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Sku">
            <summary>
            Represents the Sku.
            <para>Db Table: BDS_SKU</para>
            </summary>
            <summary>
            Represents the Sku.
            <para>Db Table: BDS_SKU</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.MaturityPeriod">
            <summary>
            Gets or sets the MaturityPeriod.
            <para>Db Column: MATRPER</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Sku.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Sku"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuCode">
            <summary>
            Gets or sets the SkuCode.
            <para>Db Column: SKUCODE</para>
            <para>Db Comment: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ullamcorper, enim pellentesque consectetur laoreet, purus ante lacinia justo, vel suscipit libero turpis ut odio. Ut volutpat congue risus id pharetra. Sed sit amet eros ac augue tincidunt dictum a eu augue. Etiam condimentum euismod congue. In eget pulvinar massa. Quisque feugiat ante non molestie convallis. Donec sed dui lectus. Integer ipsum enim, auctor et felis sed, venenatis mollis leo. Sed luctus eros in facilisis laoreet. Curabitur finibus, neque vitae varius vehicula, massa mi feugiat dolor, sit amet scelerisque orci risus ut urna. Sed ornare dui non ex tincidunt, ac ullamcorper turpis vulputate. Aliquam tempor lacus nisl, eget varius tellus mollis non. Donec non malesuada lacus. Aenean elementum eros est, non varius purus vehicula eget. Quisque aliquam quam molestie leo consequat, id porttitor urna imperdiet.</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuName">
            <summary>
            Gets or sets the SkuName.
            <para>Db Column: SKUNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.BaseMeasurementUnit">
            <summary>
            Gets or sets the BaseMeasurementUnit.
            <para>Db Column: BASEMEASUNIT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.BaseMeasurementUnitRaw">
            <summary>Gets or sets the BaseMeasurementUnit.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.MaturityPeriodTicks">
            <summary>
            Gets or sets the MaturityPeriodTicks.
            <para>Db Column: MATURPERIODTICKS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.PictureURL">
            <summary>
            Gets or sets the PictureURL.
            <para>Db Column: PICURL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.GradeCode">
            <summary>
            Gets or sets the GradeCode.
            <para>Db Column: GRADCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.CoreCode">
            <summary>
            Gets or sets the CoreCode.
            <para>Db Column: CORECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.WasteRatioPercentage">
            <summary>
            Gets or sets the WasteRatioPercentage.
            <para>Db Column: WASTEPCT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.MaxTolerance">
            <summary>
            Gets or sets the MaxTolerance.
            <para>Db Column: MAXTOLVAL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.MinTolerance">
            <summary>
            Gets or sets the MinTolerance.
            <para>Db Column: MINTOLVAL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuProperties">
            <summary>Gets or sets the SkuProperties.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuDocuments">
            <summary>Gets or sets the SkuDocuments.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuNotes">
            <summary>Gets or sets the SkuNotes.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.SkuConversionUnits">
            <summary>Gets or sets the SkuConversionUnits.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.Grade">
            <summary>Gets or sets the Grade.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Sku.Core">
            <summary>Gets or sets the Core.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Sku.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Sku.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Sku.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuConversionUnit">
            <summary>
            Represents the SkuConversionUnit.
            </summary>
            <summary>
            Represents the SkuConversionUnit.
            <para>Db Table: BDS_SKU_CONVERSIONUNIT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.Value">
            <summary>Gets the value.</summary>
            <value>The value.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuConversionUnit.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuConversionUnit"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.SkuCode">
            <summary>
            Gets or sets the SkuCode.
            <para>Db Column: SKUCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.Denominator">
            <summary>
            Gets or sets the Denominator.
            <para>Db Column: DENOMINATOR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.MeasurementUnit">
            <summary>
            Gets or sets the MeasurementUnit.
            <para>Db Column: MEASUNIT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.MeasurementUnitRaw">
            <summary>Gets or sets the MeasurementUnit.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.Numerator">
            <summary>
            Gets or sets the Numerator.
            <para>Db Column: NUMERATOR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuConversionUnit.Sku">
            <summary>Gets or sets the Sku.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuConversionUnit.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuConversionUnit.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuConversionUnit.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuDocument">
            <summary>
            Represents the SkuDocument.
            <para>Db Table: BDS_SKU_DOCUMENT</para>
            </summary>
            <summary>
            Represents the SkuDocument.
            <para>Db Table: BDS_SKU_DOCUMENT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuDocument.Description">
            <summary>
            Gets or sets the Description.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuDocument.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuDocument"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuDocument.DocumentURL">
            <summary>
            Gets or sets the DocumentURL.
            <para>Db Column: DOCURL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuDocument.SkuCode">
            <summary>
            Gets or sets the SkuCode.
            <para>Db Column: SKUCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuDocument.Sku">
            <summary>Gets or sets the Sku.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuDocument.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuDocument.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuDocument.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuNote">
            <summary>
            Represents the SkuNote.
            <para>Db Table: BDS_SKU_NOTE</para>
            </summary>
            <summary>
            Represents the SkuNote.
            <para>Db Table: BDS_SKU_NOTE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuNote.Note">
            <summary>
            Gets or sets the Note.
            <para>Db Column: FIELDELEMENT1</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuNote.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuNote"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuNote.SkuCode">
            <summary>
            Gets or sets the SkuCode.
            <para>Db Column: SKUCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuNote.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuNote.Sku">
            <summary>Gets or sets the Sku.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuNote.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuNote.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuNote.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropViewSpec">
            <summary>
            Represents the PropViewSpec.
            <para>Db Table: BDS_PROPVIEWSPEC</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropViewSpec.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PropViewSpec"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.PropertyCode">
            <summary>
            Gets or sets the PropertyCode.
            <para>Db Column: PROPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.PropertyViewCode">
            <summary>
            Gets or sets the PropertyViewCode.
            <para>Db Column: PROPVIEWCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.MandatoryFlag">
            <summary>
            Gets or sets the MandatoryFlag.
            <para>Db Column: MANDFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.NetUllnbr">
            <summary>
            Gets or sets the NetUllnbr.
            <para>Db Column: NULLNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.OwnerLevel">
            <summary>
            Gets or sets the OwnerLevel.
            <para>Db Column: OWNRLEVEL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.Teflag">
            <summary>
            Gets or sets the Teflag.
            <para>Db Column: TEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.SkuPropertyDefinition">
            <summary>Gets or sets the SkuPropertyDefinition.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.PropViewSpec.SkuPropertyGroup">
            <summary>Gets or sets the SkuPropertyGroup.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropViewSpec.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropViewSpec.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropViewSpec.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.PropViewSpecMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.PropViewSpec" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.PropViewSpecMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.PropViewSpecMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuConversionUnitMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuConversionUnit" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuConversionUnitMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuConversionUnitMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuDocumentMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuDocument" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuDocumentMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuDocumentMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Sku" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuNoteMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuNote" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuNoteMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuNoteMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyDefinition">
            <summary>
            Represents the SkuPropertyDefinition.
            <para>Db Table: BDS_PROPERTY</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyDefinition.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyDefinition"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.MinimumLimit">
            <summary>
            Gets or sets the MinimumLimit.
            <para>Db Column: MINLMT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.MaximumLimit">
            <summary>
            Gets or sets the MaximumLimit.
            <para>Db Column: MAXLMT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.MeasurementUnitCode">
            <summary>
            Gets or sets the MeasurementUnitCode.
            <para>Db Column: MEASUNITCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyCode">
            <summary>
            Gets or sets the PropertyCode.
            <para>Db Column: PROPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyDescription">
            <summary>
            Gets or sets the PropertyDescription.
            <para>Db Column: PROPDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.AcceptanceStatusNumber">
            <summary>
            Gets or sets the AcceptanceStatusNumber.
            <para>Db Column: ACCSTATNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.CacheFlag">
            <summary>
            Gets or sets the CacheFlag.
            <para>Db Column: CACHEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DataLength">
            <summary>
            Gets or sets the DataLength.
            <para>Db Column: DATALENG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DataTypeNumber">
            <summary>
            Gets or sets the DataTypeNumber.
            <para>Db Column: DATATYPENBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DecimalNumber">
            <summary>
            Gets or sets the DecimalNumber.
            <para>Db Column: DECINBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DefaultPropertyText">
            <summary>
            Gets or sets the DefaultPropertyText.
            <para>Db Column: DEFAUPROPTEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DefaultPropertyTime">
            <summary>
            Gets or sets the DefaultPropertyTime.
            <para>Db Column: DEFAUPROPTIME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.DefaultPropertyValue">
            <summary>
            Gets or sets the DefaultPropertyValue.
            <para>Db Column: DEFAUPROPVAL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.Document">
            <summary>
            Gets or sets the Document.
            <para>Db Column: DOCUMENT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.FrequencyFlag">
            <summary>
            Gets or sets the FrequencyFlag.
            <para>Db Column: FREQFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.Highscale">
            <summary>
            Gets or sets the Highscale.
            <para>Db Column: HIGHSCALE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LinearA">
            <summary>
            Gets or sets the LinearA.
            <para>Db Column: LINEARA</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LinearB">
            <summary>
            Gets or sets the LinearB.
            <para>Db Column: LINEARB</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LogOrderModifiedFlag">
            <summary>
            Gets or sets the LogOrderModifiedFlag.
            <para>Db Column: LOGORDEMODIFFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LookupDescription">
            <summary>
            Gets or sets the LookupDescription.
            <para>Db Column: LOOKUPDESCR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LookupKeyCode">
            <summary>
            Gets or sets the LookupKeyCode.
            <para>Db Column: LOOKUPKEYCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LookupTable">
            <summary>
            Gets or sets the LookupTable.
            <para>Db Column: LOOKUPTABLE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LookupWhere">
            <summary>
            Gets or sets the LookupWhere.
            <para>Db Column: LOOKUPWHERE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.LowScale">
            <summary>
            Gets or sets the LowScale.
            <para>Db Column: LOWSCALE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.NetUlLableFlag">
            <summary>
            Gets or sets the NetUlLableFlag.
            <para>Db Column: NULLABLEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.OwnerLevel">
            <summary>
            Gets or sets the OwnerLevel.
            <para>Db Column: OWNRLEVEL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.ParentPropertyCode">
            <summary>
            Gets or sets the ParentPropertyCode.
            <para>Db Column: PARENTPROPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyStdText">
            <summary>
            Gets or sets the PropertyStdText.
            <para>Db Column: PROPSTDTEXT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyClass">
            <summary>
            Gets or sets the PropertyClass.
            <para>Db Column: PROPCLASS</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyFlag">
            <summary>
            Gets or sets the PropertyFlag.
            <para>Db Column: PROPFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyInstruction">
            <summary>
            Gets or sets the PropertyInstruction.
            <para>Db Column: PROPINSTR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropertyRepetitionName">
            <summary>
            Gets or sets the PropertyRepetitionName.
            <para>Db Column: PROPREPNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.RawCount">
            <summary>
            Gets or sets the RawCount.
            <para>Db Column: RAWCNT</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.StoreType">
            <summary>
            Gets or sets the StoreType.
            <para>Db Column: STORETYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.StoreTypeCode">
            <summary>
            Gets or sets the StoreTypeCode.
            <para>Db Column: STORETYPECODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.TeFlag">
            <summary>
            Gets or sets the TeFlag.
            <para>Db Column: TEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.TipsConfigGroup">
            <summary>
            Gets or sets the TipsConfigGroup.
            <para>Db Column: TIPSCONFGRP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.UpshiftFlag">
            <summary>
            Gets or sets the UpshiftFlag.
            <para>Db Column: UPSHIFTFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.VariableCode">
            <summary>
            Gets or sets the VariableCode.
            <para>Db Column: VARCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.SkuProperties">
            <summary>Gets or sets the SkuProperties.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyDefinition.PropViewSpecs">
            <summary>Gets or sets the PropViewSpecs.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyDefinition.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyDefinition.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyDefinition.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyDefinitionMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuPropertyDefinition" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyDefinitionMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyDefinitionMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyGroup">
            <summary>
            Represents the SkuPropertyGroup.
            <para>Db Table: BDS_PROPVIEW</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyGroup.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyGroup"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.PropertyGroupCategory">
            <summary>
            Gets or sets the PropertyGroupCategory.
            <para>Db Column: PROPVIEWGRP</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.PropertyGroupCode">
            <summary>
            Gets or sets the PropertyGroupCode.
            <para>Db Column: PROPVIEWCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.PropertyGroupName">
            <summary>
            Gets or sets the PropertyGroupName.
            <para>Db Column: PROPVIEWNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.DefaultFlag">
            <summary>
            Gets or sets the DefaultFlag.
            <para>Db Column: DEFAUFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.PropertyTableName">
            <summary>
            Gets or sets the PropertyTableName.
            <para>Db Column: PROPTABLENAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.Teflag">
            <summary>
            Gets or sets the Teflag.
            <para>Db Column: TEFLAG</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyGroup.PropViewSpecs">
            <summary>Gets or sets the PropViewSpecs.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyGroup.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyGroup.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyGroup.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyGroupMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuPropertyGroup" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyGroupMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyGroupMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyValue">
            <summary>
            Represents the SkuPropertyValue.
            <para>Db Table: BDS_SKU_PROPERTY_VALUE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyValue.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyValue"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyValue.PropertyCode">
            <summary>
            Gets or sets the PropertyCode.
            <para>Db Column: PROPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyValue.PropertyValue">
            <summary>
            Gets or sets the PropertyValue.
            <para>Db Column: PROPVAL</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyValue.SkuCode">
            <summary>
            Gets or sets the SkuCode.
            <para>Db Column: SKUCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyValue.Sku">
            <summary>Gets or sets the Sku.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.SkuPropertyValue.SkuPropertyDefinition">
            <summary>Gets or sets the SkuPropertyDefinition.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyValue.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyValue.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyValue.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.SkuPropertyValueMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.SkuPropertyValue" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.SkuPropertyValueMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.SkuPropertyValueMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Id">
            <summary>
            General representation for unique internal identifier.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Id.#ctor(System.Guid)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Id"/> class.</summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">ID can\'t have default guid value.</exception>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Id.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Id"/> class.</summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            Unable to parse ID. ID has to be in valid guid format.
            or
            ID can\'t have default guid value.
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Id.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.IpAddress">
            <summary>Holds and validates Command.</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.IpAddress.MaxLength">
            <summary>The maximum length.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.IpAddress.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.IpAddress" /> class.</summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Ip address can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.IpAddress.Value">
            <summary>Gets value of object.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.CryptFlag">
            <summary>
            Holds and validates Crypt Flag. What kind of hash wll be used for password.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.CryptFlag.#ctor(System.Nullable{System.Int16})">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.CryptFlag" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Crypt Flag reference type can't be null or empty</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.CryptFlag.Value">
            <summary>Gets the value.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Command">
            <summary>
            Holds and validates Command
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.Command.MaxLength">
            <summary>
            The maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Command.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Command" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Command can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Command.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.FullTextSearch">
            <summary>
            General object for substring/token from full text searching.
            Conditions are no more defined yet.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.FullTextSearch.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.FullTextSearch" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Full text search can\'t be null</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.FullTextSearch.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.FullTextSearch.IsEmpty">
            <summary>Determines whether this instance is empty.</summary>
            <returns>
              <c>true</c> if this instance is empty; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.LabelCode">
            <summary>
            Representation business object label unique code
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.LabelCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.LabelCode"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.LabelCode.CodeMaxLength">
            <summary>Gets the maximum length of the code.</summary>
            <value>The maximum length of the code.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.LanguageCode">
            <summary>
            Holds and validates Language Code
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.LanguageCode.LanguageCodeMaxLength">
            <summary>
            Code for language shorts like EN,CZ,...
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.LanguageCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.LanguageCode" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            Language Code can\'t be null or empty or too small.
            or
            Language Code can't be longer then {LanguageCodeMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.LanguageCode.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.MillCode">
            <summary>
            Representation business object mill unique code
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.MillCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.MillCode"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.MillCode.CodeMaxLength">
            <summary>Gets the maximum length of the code.</summary>
            <value>The maximum length of the code.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Oid">
            <summary>
            General representation for unique internal identifier.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Oid.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Oid" /> class.</summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">OID can\'t be null or empty</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Oid.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Password">
            <summary>
            Holds and validates Password
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.Password.PasswordMaxLength">
            <summary>
            Represents users password.
            TODO: consider returning hash value or accept hash as a input argument
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Password.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Password" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            Password can't be longer then {PasswordMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Password.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Code">
            <summary>
            General representation business object unique code
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Code.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Code" /> class.</summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            Code can\'t be null or empty
            or
            Code can't be longer then {SkuCodeMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Code.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Code.CodeMaxLength">
            <summary>Gets the maximum length of the code.</summary>
            <value>The maximum length of the code.</value>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Code.op_Equality(Tips.Base.Data.Entities.ValueObjects.Code,Tips.Base.Data.Entities.ValueObjects.Code)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.
            </summary>
            <param name="obj1">The <see cref="T:System.Object" /> to compare with obj2.</param>
            <param name="obj2">The <see cref="T:System.Object" /> to compare with obj1.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Code.op_Inequality(Tips.Base.Data.Entities.ValueObjects.Code,Tips.Base.Data.Entities.ValueObjects.Code)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is not equal to this instance.
            </summary>
            <param name="obj1">The <see cref="T:System.Object" /> to compare with obj2.</param>
            <param name="obj2">The <see cref="T:System.Object" /> to compare with obj1.</param>
            <returns>
              <c>false</c> if the specified <see cref="T:System.Object" /> is not equal to this instance; otherwise, <c>true</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Code.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Code.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.PermissionReferenceTypeCode">
            <summary>
            Value object for permission reference type for specific restrictions like Mill, Process, Grade,...
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.PermissionReferenceTypeCode.#ctor(Tix.Core.Entities.Enumerations.PermissionReferenceType)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.PermissionReferenceTypeCode"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.Description">
            <summary>
            Holds and validates Description
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.Description.MaxLength">
            <summary>
            The maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.Description.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.Description" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Description can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.Description.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.UnitSystemCode">
            <summary>
            Representation business object mill unique code
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.UnitSystemCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.UnitSystemCode"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.UnitSystemCode.CodeMaxLength">
            <summary>Gets the maximum length of the code.</summary>
            <value>The maximum length of the code.</value>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.UserCode">
            <summary>
            Holds and validates user code
            </summary>
            <exception cref="T:System.ArgumentException">Permission code can't be null</exception>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.UserCode.UserCodeMaxLength">
            <summary>
            The user group code maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.UserCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.UserCode" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            User code can\'t be null or empty
            or
            User code can't be longer then {UserCodeMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.UserCode.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.PrinterId">
            <summary>
            Holds and validates printer id
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.PrinterId.MaxLength">
            <summary>
            The maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.PrinterId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.PrinterId" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Printer id can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.PrinterId.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.PrinterName">
            <summary>
            Holds and validates printer name
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.PrinterName.MaxLength">
            <summary>
            The maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.PrinterName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.PrinterName" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Printer name can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.PrinterName.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.ShiftCycleName">
            <summary>
            Holds and validates shift cycle name.
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.ShiftCycleName.NameMaxLength">
            <summary>
            The name maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.ShiftCycleName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.ShiftCycleName" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Shift cycle name can't be longer then {NameMaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.ShiftCycleName.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.WorkstationName">
            <summary>
            Holds and validates User Name and Surname (not for login, but as user info)
            </summary>
            <exception cref="T:System.ArgumentException">Permission code can't be null</exception>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.WorkstationName.MaxLength">
            <summary>
            The user group code maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.WorkstationName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.WorkstationName" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Workstation name can't be longer then {MaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.WorkstationName.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.UserName">
            <summary>
            Holds and validates User Name and Surname (not for login, but as user info)
            </summary>
            <exception cref="T:System.ArgumentException">Permission code can't be null</exception>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.UserName.UserNameMaxLength">
            <summary>
            The user group code maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.UserName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.UserName" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">User Name can't be longer then {UserNameMaxLength}</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.UserName.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.NumberOfResultsLimit">
            <summary>
            Standard input for autocomplete UI box. Specifies maximum number of results to be returned.
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.NumberOfResultsLimit.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.NumberOfResultsLimit" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">Number of results limit must be positive number</exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.NumberOfResultsLimit.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.PermissionCode">
            <summary>
            Holds and validates permission code
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.PermissionCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.PermissionCode"/> class.
            </summary>
            <param name="value">permission string value</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.UserGroupCode">
            <summary>
            Holds and validates user group code
            </summary>
            <exception cref="T:System.ArgumentException">Permission code can't be null</exception>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.UserGroupCode.UserGroupCodeMaxLength">
            <summary>
            The user group code maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.UserGroupCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.UserGroupCode" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            User group code can\'t be null or empty
            or
            User group code can't be longer then {UserGroupCodeMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.UserGroupCode.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.WorkstationBrowserId">
            <summary>WorkstationBrowserId value object</summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.WorkstationBrowserId.WorkstationBrowserIdMaxLength">
            <summary> The  Workstation Browser Id maximum length </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.WorkstationBrowserId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.WorkstationBrowserId" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            WorkstationBrowserId code can\'t be null or empty
            or
            WorkstationBrowserId code can't be longer then {WorkstationBrowserIdMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.WorkstationBrowserId.Value">
            <summary>Gets value of object </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.ValueObjects.WorkstationCode">
            <summary>
            Holds and validates Workstation code limited by length
            </summary>
        </member>
        <member name="F:Tips.Base.Data.Entities.ValueObjects.WorkstationCode.WorkstationCodeMaxLength">
            <summary>
            The  Workstation code maximum length
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.ValueObjects.WorkstationCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.ValueObjects.WorkstationCode" /> class.
            </summary>
            <param name="value">The value.</param>
            <exception cref="T:System.ArgumentException">
            Workstation code can\'t be null or empty
            or
            Workstation code can't be longer then {WorkstationCodeMaxLength}
            </exception>
        </member>
        <member name="P:Tips.Base.Data.Entities.ValueObjects.WorkstationCode.Value">
            <summary>
            Gets value of object
            </summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.Warehouse">
            <summary>The warehouse.</summary>
            <summary>
            Represents the Warehouse.
            <para>Db Table: BDS_WAREHOUSE</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Warehouse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Warehouse"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.WarehouseCode">
            <summary>
            Gets or sets the WarehouseCode.
            <para>Db Column: WHCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.CompanyCode">
            <summary>
            Gets or sets the CompanyCode.
            <para>Db Column: COMPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.WarehouseGroupCode">
            <summary>
            Gets or sets the WarehouseGroupCode.
            <para>Db Column: WHGRPCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.WarehouseName">
            <summary>
            Gets or sets the WarehouseName.
            <para>Db Column: WHNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.WarehouseType">
            <summary>
            Gets or sets the WarehouseType.
            <para>Db Column: WHTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Warehouse.Locations">
            <summary>Gets or sets the Locations.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Warehouse.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Warehouse.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Warehouse.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Warehouse.OnCreated">
            <summary>Called when the instance is created.</summary>
        </member>
        <member name="T:Tips.Base.Data.Entities.WarehouseLocation">
            <summary>
            Represents the WarehouseLocation.
            <para>Db Table: BDS_WHLOCATION_VIEW</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseLocation.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WarehouseLocation"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.WarehouseCode">
            <summary>
            Gets or sets the WarehouseCode.
            <para>Db Column: WHCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.LocationCode">
            <summary>
            Gets or sets the LocationCode.
            <para>Db Column: WHLOCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.LocationType">
            <summary>
            Gets or sets the LocationType.
            <para>Db Column: WHLOCTYPE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.LocationTypeRaw">
            <summary>Gets or sets the LocationType.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.InventoryDate">
            <summary>
            Gets or sets the InventoryDate.
            <para>Db Column: INVEDATE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WarehouseLocation.Warehouse">
            <summary>Gets or sets the Warehouse.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseLocation.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseLocation.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseLocation.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.WarehouseLocationMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.WarehouseLocation" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseLocationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WarehouseLocationMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.WarehouseMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Warehouse" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WarehouseMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WarehouseMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.UserWorkstation">
            <summary>
            Represents the UserWorkstation.
            <para>Db Table: BDS_USER_WORKSTATION</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.UserWorkstation.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.UserWorkstation"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.UserWorkstation.UserCode">
            <summary>
            Gets or sets the UserCode.
            <para>Db Column: USERCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.UserWorkstation.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.UserWorkstation.SequenceNumber">
            <summary>
            Gets or sets the SequenceNumber.
            <para>Db Column: SEQNBR</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.UserWorkstation.Workstation">
            <summary>Gets or sets the Workstation.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.UserWorkstation.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.UserWorkstation.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.UserWorkstation.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.UserWorkstationMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.UserWorkstation" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.UserWorkstationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.UserWorkstationMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.Workstation">
            <summary>
            Represents the Workstation.
            <para>Db Table: BDS_WORKSTATION</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Workstation.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.Workstation"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Workstation.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Workstation.WorkstationName">
            <summary>
            Gets or sets the WorkstationName.
            <para>Db Column: WSNAME</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Workstation.DefaultPrinterId">
            <summary>
            Gets or sets the DefaultPrinterId.
            <para>Db Column: DEFAUPRINTERID</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Workstation.Processes">
            <summary>Gets or sets the Processes.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.Workstation.UserWorkstations">
            <summary>Gets or sets the UserWorkstations.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.Workstation.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Workstation.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.Workstation.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.WorkstationMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.Workstation" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WorkstationMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tips.Base.Data.Entities.WorkstationProcess">
            <summary>
            Represents the WorkstationProcess.
            <para>Db Table: BDS_WORKSTATION_PROCESS</para>
            </summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationProcess.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WorkstationProcess"/> class.</summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationProcess.ProcessCode">
            <summary>
            Gets or sets the ProcessCode.
            <para>Db Column: PROCCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationProcess.WorkstationCode">
            <summary>
            Gets or sets the WorkstationCode.
            <para>Db Column: WSCODE</para>
            </summary>
        </member>
        <member name="P:Tips.Base.Data.Entities.WorkstationProcess.Workstation">
            <summary>Gets or sets the Workstation.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationProcess.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationProcess.GetHashCode">
            <summary>Returns a hash code for this instance.</summary>
            <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationProcess.ToString">
            <summary>Returns String representation of this class.</summary>
            <returns>String constructed with key attribute names </returns>
        </member>
        <member name="T:Tips.Base.Data.Entities.WorkstationProcessMap">
            <summary>Mapping for the <see cref="T:Tips.Base.Data.Entities.WorkstationProcess" /> type.</summary>
        </member>
        <member name="M:Tips.Base.Data.Entities.WorkstationProcessMap.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Tips.Base.Data.Entities.WorkstationProcessMap" /> class.</summary>
            <param name="userId">The user id.</param>
        </member>
        <member name="T:Tix.Core.Entities.CodeGeneratorTemplate">
            <summary>
            The code generator template. Format, rules and current sequence value, used to generate id code.
            </summary>
        </member>
        <member name="F:Tix.Core.Entities.CodeGeneratorTemplate.step">
            <summary>
            The step.
            </summary>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.#ctor(System.String,Tix.DataAccess.DatabaseEntity)">
            <summary>Initializes a new instance of the <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/> class.</summary>
            <param name="templateCode">The template code.</param>
            <param name="databaseEntity">The database Entity.</param>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.TemplateCode">
            <summary>
            Gets the Id of the <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.Description">
            <summary>
            Gets or sets the description text of <see cref="T:Tix.Core.Entities.CodeGeneratorTemplate"/>.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.Format">
            <summary>
            Gets or sets format of the template.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.Step">
            <summary>
            Gets or sets the incrementing step value.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.CurrentSequenceValue">
            <summary>
            Gets or sets the current value of template sequence.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.InitialSequenceValue">
            <summary>
            Gets or sets the initial value of template sequence.
            Used when starting new sequence or after reset.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.ResetSequenceValue">
            <summary>
            Gets or sets the maximum value of template sequence.
            When it is reach sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.ResetDateTime">
            <summary>
            Gets or sets the time when template sequence should be reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.YearsResetCycle">
            <summary>
            Gets or sets the number of years after which the template sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.MonthsResetCycle">
            <summary>
            Gets or sets the number of months after which the template sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.DaysResetCycle">
            <summary>
            Gets or sets the number of days after which the template sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.HoursResetCycle">
            <summary>
            Gets or sets the number of hours after which the template sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.MinutesResetCycle">
            <summary>
            Gets or sets the number of minutes after which the template sequence is reseted.
            </summary>
        </member>
        <member name="P:Tix.Core.Entities.CodeGeneratorTemplate.WeeksResetCycle">
            <summary>
            Gets or sets the number of weeks after which the template sequence is reseted.
            </summary>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.ProcessToken(System.String,System.Nullable{System.Int32},System.Char)">
            <summary>
            Processes the token.
            </summary>
            <param name="tokenValue">The token value.</param>
            <param name="length">The length.</param>
            <param name="paddingCharacter">The padding character.</param>
            <returns>processed token value</returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.Next(System.Object[])">
            <summary>
            Increment sequence by rules and return formated code.
            </summary>
            <param name="parameters">The parameters for custom tokens.</param>
            <returns>
            New id code.
            </returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.Current(System.Object[])">
            <summary>
            Return formated code for current sequence value.
            </summary>
            <param name="parameters">The parameters for custom tokens.</param>
            /// <returns>
            Id code.
            </returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.Evaluate(System.Object[])">
            <summary>
            Evaluates format of the template.
            </summary>
            <param name="parameters">The parameters for custom tokens.</param>
            <returns>
            Evaluated <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.CheckResetSequence">
            <summary>
            Check if we need to reset the sequence.
            </summary>
        </member>
        <member name="M:Tix.Core.Entities.CodeGeneratorTemplate.ResetSequence">
            <summary>
            Reset the sequence.
            </summary>
        </member>
    </members>
</doc>

Zerion Mini Shell 1.0