%PDF- %PDF-
Direktori : /mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/ |
Current File : //mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/Tips.Base.Common.Business.xml |
<?xml version="1.0"?> <doc> <assembly> <name>Tips.Base.Common.Business</name> </assembly> <members> <member name="T:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator"> <summary> ApplicationProviderLocator/// </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.TryGet``1(``0@)"> <summary>Gets an instance of a specific repository.</summary> <typeparam name="TClass">The repository type.</typeparam> <param name="output">The ouptup of TClass type.</param> <returns>The repository.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.Get``1"> <summary>Gets an instance of a specific repository.</summary> <typeparam name="TClass">The repository type.</typeparam> <returns>The repository.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.Replace``1(``0)"> <summary>Replaces the specified replaced object.</summary> <typeparam name="TClass">The interface type.</typeparam> <param name="replacedObject">The replaced object.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.Replace(System.Type,System.Object)"> <summary>Replaces the specified type.</summary> <param name="type">The type.</param> <param name="replacedObject">The replaced object.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.RemoveReplacement(System.String)"> <summary> Removes the specified replaced object. </summary> <param name="typename">The type of replaced object.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.ApplicationProviderLocator.GetDefaultImplementations``1"> <summary>Tries the get default implementation.</summary> <typeparam name="TClass">The type of the provider.</typeparam> <returns>Provider</returns> <exception cref="T:System.ComponentModel.Composition.ImportCardinalityMismatchException">Found more than one imports for " + typeof(TClass).Name</exception> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.ApplicationProviderAttribute"> <summary> ApplicationProviderAttribute </summary> <seealso cref="T:System.ComponentModel.Composition.ExportAttribute" /> <seealso cref="T:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.IApplicationProviderAttribute" /> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.ApplicationProviderAttribute.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.ApplicationProviderAttribute"/> class.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.ApplicationProviderAttribute.#ctor(System.Type)"> <summary>Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.ApplicationProviderAttribute"/> class.</summary> <param name="contractType">A type from which to derive the contract name that is used to export the type or member marked with this attribute, or null to use the default contract name.</param> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviderLocator.Attributes.IApplicationProviderAttribute"> <summary> Interface for ApplicationProviderAttribute </summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IApplicationProvider"> <summary>Default interface of every application provider.</summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider"> <summary>Code Generator provider interface.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.FindCodeGeneratorTemplates(System.String)"> <summary>Finds the code generator template.</summary> <param name="searchValue">The search value.</param> <returns>List of code generator templates.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.GetAllTemplateCodes"> <summary>Gets all code generator templates.</summary> <returns>List code generator templates.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.GetAllCodesOfTemplateCodes"> <summary>Gets all codes (ids) of code generator templates. Used in UI for duplicity check.</summary> <returns>List codes (ids) generator templates.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.GetTemplateCodeByCode(System.String)"> <summary>Gets the code generator template.</summary> <param name="templateCode">The template code.</param> <returns>Dto of code generator template.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.CreateCodeTemplate(System.String)"> <summary>Creates new code generator template.</summary> <param name="templateCode">The template code.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.EditCodeTemplate(System.String,System.String,System.String,System.Int32,System.Int32,System.DateTime,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> <summary>Edits the code template.</summary> <param name="templateCode">The code template identifier.</param> <param name="description">Description of the code template.</param> <param name="format">Format of the code template. Describes code composition.</param> <param name="current">Current counter value.</param> <param name="start">Initial counter value.</param> <param name="reset">DateTime when counter is reset.</param> <param name="step">The increment when new code is being created.</param> <param name="maximum">Maximum when reached the counter is reset.</param> <param name="resetHours">Number of hours after which the counter gets reset.</param> <param name="resetDays">Number of days after which the counter gets reset.</param> <param name="resetMonths">Number of months after which the counter gets reset.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.EditCodeTemplate(System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> <summary>Edits the code template and set reset time to null.</summary> <param name="templateCode">The code template identifier.</param> <param name="description">Description of the code template.</param> <param name="format">Format of the code template. Describes code composition.</param> <param name="current">Current counter value.</param> <param name="start">Initial counter value.</param> <param name="step">The increment when new code is being created.</param> <param name="maximum">Maximum when reached the counter is reset.</param> <param name="resetHours">Number of hours after which the counter gets reset.</param> <param name="resetDays">Number of days after which the counter gets reset.</param> <param name="resetMonths">Number of months after which the counter gets reset.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.RemoveCodeTemplate(System.String)"> <summary>Removes the code template.</summary> <param name="templateCode">The code template identifier.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.TryNextCode(System.String,System.Int32)"> <summary> Increment sequence by rules and return formated code. </summary> <param name="templateCode">The template code.</param> <param name="current">The curent value of template code reset cycle.</param> <returns> New id code. </returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICodeGeneratorProvider.TryNextCode(System.String,System.Int32,System.DateTime)"> <summary> Increment sequence by rules and return formated code. </summary> <param name="templateCode">The template code.</param> <param name="current">The curent value of template code reset cycle.</param> <param name="reset">The reset time.</param> <returns> New id code. </returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider"> <summary>The ICompanyProvider.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompany(System.String,System.String,System.String,System.String)"> <summary>Adds the company.</summary> <param name="companyCode">The company code.</param> <param name="countryCode">country code</param> <param name="languageCode">language code</param> <param name="abbreviation">abbreviation of the company"</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompany(Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams)"> <summary>Adds the company.</summary> <param name="companyParams">The grade parameters.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetActiveSites(System.String)"> <summary>Gets the site codes.</summary> <param name="companyCode">The company code.</param> <returns>Returns site codes that contain company code and company is active.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetSiteByWarehouse(System.String)"> <summary>Gets the site codes.</summary> <param name="warehouseCode">The warehouse code.</param> <returns>Returns site based on warehouse code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetSiteByMill(System.String)"> <summary>Gets the site codes.</summary> <param name="millCode">The mill code.</param> <returns>Returns site based on mill code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindCompanies(System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.Int32)"> <summary>Finds companies.</summary> <param name="searchText">The search text.</param> <param name="companyRoleType">The enumeration of 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.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindCompanies(System.String)"> <summary>Finds the companies.</summary> <param name="searchText">The search text.</param> <returns>A list of companies</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetAllCompanies"> <summary>Gets all companies.</summary> <returns>A list of all companies</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetByCompanyCode(System.String)"> <summary>Gets the by company code.</summary> <param name="companyCode">The company code.</param> <returns>CompanyDTO or null.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompanyDistributionList(System.String,System.String,System.String)"> <summary>Adds the company distribution list.</summary> <param name="companyCode">The company code.</param> <param name="distributionListCode">The distribution list code.</param> <param name="description">The description.</param> <returns>Added company distribution list</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.UpdateCompanyDistributionList(System.Guid,System.String,System.String)"> <summary>Updates the company distribution list.</summary> <param name="distributionListId">The distribution list identifier.</param> <param name="distributionListCode">The distribution list code.</param> <param name="description">The description.</param> <returns>Update distribution list</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.RemoveCompanyDistributionList(System.Guid)"> <summary>Removes the company distribution list.</summary> <param name="distributionListId">The distribution list identifier.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetCompanyDistributionList(System.Guid)"> <summary>Gets the company distribution list.</summary> <param name="distributionListId">The distribution list identifier.</param> <returns>CompanyDistributionList</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetAllCompanyDistributionLists(System.String)"> <summary>Gets all company distribution lists.</summary> <param name="companyCode">The company code.</param> <returns>List of all company distribution lists</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindCompanyDistributionLists(System.String,System.String)"> <summary>Finds the company distribution lists.</summary> <param name="companyCode">The company code.</param> <param name="textSearch">The text search.</param> <returns>List of CompanyDistributionList</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompanyEmailTarget(System.String,System.String,System.String,System.String,System.String)"> <summary>Adds the company email target.</summary> <param name="companyCode">The company code.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="email">The email.</param> <param name="userCode">The user code.</param> <returns>Id of new email target</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompanyEmailTarget(System.String,System.String,System.String,System.String)"> <summary>Adds the company email target.</summary> <param name="companyCode">The company code.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="email">The email.</param> <returns>Id of new email target</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.UpdateCompanyEmailTarget(System.Guid,System.String,System.String,System.String,System.String)"> <summary>Updates the company email target.</summary> <param name="emailTargetId">The email target identifier.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="email">The email.</param> <param name="userCode">The user code.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.UpdateCompanyEmailTarget(System.Guid,System.String,System.String,System.String)"> <summary>Updates the company email target.</summary> <param name="emailTargetId">The email target identifier.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="email">The email.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.RemoveCompanyEmailTarget(System.String,System.Guid)"> <summary>Removes the company email target.</summary> <param name="companyCode">The company code.</param> <param name="emailTargetId">The email target identifier.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetCompanyEmailTarget(System.Guid)"> <summary>Gets the company email target.</summary> <param name="emailTargetId">The email target identifier.</param> <returns>CompanyEmailTarget</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindCompanyEmailTargets(System.String,System.String)"> <summary>Finds the company email targets.</summary> <param name="companyCode">The company code.</param> <param name="textSearch">The text search.</param> <returns>List of CompanyEmailTarget</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindCompanyEmailTargetsByEmails(System.String,System.Collections.Generic.List{System.String})"> <summary>Finds the company email target by email.</summary> <param name="companyCode">The company code.</param> <param name="emails">The emails.</param> <returns>Company email target specified by email</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.GetDistributionListEmailTargets(System.Guid)"> <summary>Gets the distribution list email targets.</summary> <param name="distributionListId">The distribution list identifier.</param> <returns>Email targets from specified distribution list</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.FindDistributionListEmailTargets(System.Guid,System.String)"> <summary>Finds the distribution list email targets.</summary> <param name="distributionListId">The distribution list identifier.</param> <param name="textSearch">The text search.</param> <returns>Email targets from specified distribution list</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.AddCompanyEmailTargetsToDistributionList(System.Guid,System.Collections.Generic.List{System.Guid})"> <summary>Adds the company email targets to distribution list.</summary> <param name="distributionListId">The distribution list identifier.</param> <param name="emailTargetIds">The email targets identifiers.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICompanyProvider.RemoveEmailTargetsFromDistributionList(System.Guid,System.Collections.Generic.List{System.Guid})"> <summary>Removes the company email target from distribution list.</summary> <param name="distributionListId">The distribution list identifier.</param> <param name="emailTargetIds">The email target ids.</param> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IApplicationLanguageProvider"> <summary> The Application Language provider interface </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IApplicationLanguageProvider.GetAllLanguages"> <summary>Gets all languages.</summary> <returns>ApplicationLanguages</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICoreProvider"> <summary> Core provider interface. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICoreProvider.AddCore(System.String,Tips.Base.Common.KnownTypes.Enumerations.CoreType)"> <summary>Creates the Core</summary> <param name="code">The code representing a core.</param> <param name="type">The type of the core</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.ICoreProvider.AddCore(Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams)"> <summary>Creates the Core</summary> <param name="coreParams">core parameters</param> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider"> <summary>The mill provider interface.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.GetAllMills"> <summary>Finds all mills.</summary> <returns>List of all mills</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.FindMills(System.String)"> <summary>Finds the mills.</summary> <param name="searchText">The search text.</param> <returns>Returns mills that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.FindMills(System.String,System.Int32)"> <summary>Finds the mills.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <returns>Returns mills that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.FindMills(System.String,System.Int32,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Gets the mills.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <param name="permissionCode">The permission code.</param> <param name="permissionRight">The permission right.</param> <returns>Returns mills that contain search value in name or code and are accesible for current user.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.GetAllMillCodes"> <summary>Gets the mill codess.</summary> <returns>Returns mill codes that contain search value code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.FindMillCodes(System.String,System.String,System.Nullable{Tix.Core.Entities.Enumerations.PermissionRights})"> <summary>Finds the mill codess.</summary> <param name="searchText">The search value.</param> <param name="permissionCode">The permission id.</param> <param name="permissionRight">The permission right.</param> <returns>Returns mill codes that contain search value code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.GetMillBySite(System.String,System.String,System.Nullable{Tix.Core.Entities.Enumerations.PermissionRights})"> <summary>Gets the mill dto by site.</summary> <param name="siteCode">The site code.</param> <param name="permissionCode">The permission id.</param> <param name="permissionRight">The permission right.</param> <returns>Returns mill dto that contain search value site code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IMillProvider.GetMillByCode(System.String)"> <summary>Gets the mill by code.</summary> <param name="millCode">The mill code.</param> <returns>MillDto or null.</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider"> <summary>The permission configuration provider.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.ExportPermissions"> <summary>Exports the permissions.</summary> <returns>Export permission json</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.ImportPermissions(System.String)"> <summary>Imports the permissions.</summary> <param name="input">The input.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetAllPermissions"> <summary> Gets all permission definitions. </summary> <returns>The permission with user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetPermissionByPermissionCode(System.String)"> <summary> Gets the permission by permission code. </summary> <param name="permissionCode">The permission code.</param> <returns>The permission DTO</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetPermissionDefaultByPermissionCode(System.String)"> <summary> Gets the permission by permission code. </summary> <param name="permissionCode">The permission code.</param> <returns>The permission DTO</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.CreatePermissionFromDefaultConfiguration(System.String)"> <summary>Creates the permission from default configuration.</summary> <param name="permissionCode">The permission code.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionsByGroupCode(System.String)"> <summary> Finds the permission definitions by group code. </summary> <param name="userGroupSearch">The user group.</param> <returns>The permission with user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionsByPermissionCode(System.String)"> <summary>Finds the permission definitions by permission code.</summary> <param name="searchText">The search pattern used to find permissions where permission code match the pattern.</param> <returns>The permission with user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionsByDescription(System.String)"> <summary> Finds the by description. </summary> <param name="descriptionSearch">The description search.</param> <returns>The permissions entity enumerable</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissions(System.String)"> <summary>Gets the permission definitions.</summary> <param name="searchText">The search text in permission codes.</param> <returns>The permission with restriction count</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionCodes(System.String,System.Int32)"> <summary>Gets the permission codes.</summary> <param name="searchText">The search pattern for permission codes.</param> <param name="numberOfResultsLimit">The number of results limit.</param> <returns>The permission with user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionsDefinitionsByPermissionCode(System.String)"> <summary> Gets the permission definitions. </summary> <param name="permissionCode">The permission code.</param> <returns>The permission with restriction count</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetPermissionsOverviewForUserGroup(System.String)"> <summary>Gets the permissions overview for user group.</summary> <param name="userGroupCode">The user group code.</param> <returns>The permission overview for user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionDefinitionUserGroups(System.String,System.String)"> <summary>Finds the user groups for permission definition.</summary> <param name="oid">The oid.</param> <param name="searchValue">The search value.</param> <returns>The user groups codes</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.SavePermissionDefinitionChanges(System.String,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Saves the permission definition changes.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="name">The name.</param> <param name="operationRights">The operation rights.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.CreatePermissionDefinition(System.String,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Adds the permission definition.</summary> <param name="permissionCode">The permission code.</param> <param name="title">The title.</param> <param name="rights">The rights.</param> <returns>Oid of created permission definition</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.SetPermissionDefinitionUserGroups(System.String,System.Collections.Generic.List{Tips.Base.Common.KnownTypes.DataTransferObjects.UserGroup.UserGroupDto})"> <summary>Sets the permission definition user groups.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="userGroups">The user groups.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.SetPermissionDefinitionMills(System.String,System.Collections.Generic.List{Tips.Base.Common.KnownTypes.DataTransferObjects.Mill.MillDto})"> <summary>Sets the permission definition mills.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="mills">The user groups.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.SetPermissionDefinitionProcesses(System.String,System.Collections.Generic.List{Tips.Base.Common.KnownTypes.DataTransferObjects.Process.ProcessDto})"> <summary>Sets the permission definition processes.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="processes">The processes.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.SetPermissionDefinitionProducts(System.String,System.Collections.Generic.List{Tips.Base.Common.KnownTypes.DataTransferObjects.Product.ProductDto})"> <summary>Sets the permission definition product.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="products">The products.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetMillsPermissions(System.String)"> <summary>Gets the mills permissions.</summary> <param name="userGroupCode">The user group code.</param> <returns>List of mills permission for given user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetProcessPermissions(System.String)"> <summary>Gets the process permissions.</summary> <param name="userGroupCode">The user group code.</param> <returns>List of processes permission for given user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.GetProductsPermissions(System.String)"> <summary>Gets the products permissions.</summary> <param name="userGroupCode">The user group code.</param> <returns>List of products permission for given user group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionDefinitionMills(System.String,System.String)"> <summary>Gets the mill permission relations.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="searchValue">The search value.</param> <returns>The permission reference DTOs</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionDefinitionProducts(System.String,System.String)"> <summary>Gets the product permission relations.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="searchValue">The search value.</param> <returns>The permission reference DTOs</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.FindPermissionDefinitionProcesses(System.String,System.String)"> <summary>Gets the process permission relations.</summary> <param name="permissionDefinitionOid">The permission definition oid.</param> <param name="searchValue">The search value.</param> <returns>The permission reference DTOs</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.DeletePermissionDefinition(System.String)"> <summary> Deletes the permission definition. </summary> <param name="permissionDefinitionOid">The permission definition oid.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPermissionConfigurationProvider.AnyUserDefinedPermissions"> <summary>Check if there are any user defined permissions</summary> <returns>True if there are permissions otherwise false</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPrinterConfigurationProvider"> <summary>The printer configuration provider interface.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPrinterConfigurationProvider.FindPrinters(System.String)"> <summary>Gets the printers.</summary> <param name="searchValue">The search value.</param> <returns>List of printers</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPrinterConfigurationProvider.AddPrinter(System.String,System.String,System.String,System.String,System.String)"> <summary>Adds the printer.</summary> <param name="printerId">The printer identifier.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="command">The command.</param> <param name="ipAddress">The ip address.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPrinterConfigurationProvider.DeletePrinter(System.String)"> <summary>Deletes the printer.</summary> <param name="printerId">The printer identifier.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IPrinterConfigurationProvider.EditPrinter(System.String,System.String,System.String,System.String,System.String)"> <summary>Edits the printer.</summary> <param name="printerId">The printer identifier.</param> <param name="name">The name.</param> <param name="description">The description.</param> <param name="command">The command.</param> <param name="ipAddress">The ip address.</param> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider"> <summary>The IProcessProvider.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.GetAllProcesses"> <summary>Gets all processes.</summary> <returns>List of all processes</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.FindProcesses(System.String)"> <summary>Finds the processes.</summary> <param name="searchText">The search text.</param> <returns>Returns processes that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.FindProcesses(System.String,System.Int32)"> <summary>Finds the processes.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <returns>Returns processes that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.FindProcesses(System.String,System.Int32,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Finds the processes.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <param name="permissionCode">The permission code.</param> <param name="permissionRight">The permission right.</param> <returns>Returns processes that contain search value in name or code and are accesible for current user.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.FindProcesses(System.String,System.Collections.Generic.List{System.String})"> <summary>Finds the process codes.</summary> <param name="searchText">The search text.</param> <param name="millCodes">The mill codes.</param> <returns>Returns process codes that contain search value in name or code and mill code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.FindProcesses(System.String,System.Collections.Generic.List{System.String},System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Finds the process codes.</summary> <param name="searchText">The search text.</param> <param name="millCodes">The mill codes.</param> <param name="permissionCode">The permission code.</param> <param name="permissionRight">The permission right.</param> <returns>Returns process codes that contain search value in name or code and mill code and are accesible for current user.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProcessProvider.GetProcess(System.String)"> <summary>Gets the process.</summary> <param name="processCode">The search value.</param> <returns>Returns process that contains processCode</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider"> <summary>Grade provider interface.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.AddGrade(System.String,System.String)"> <summary>Adds the grade.</summary> <param name="gradeCode">The grade code.</param> <param name="productCode">The product code.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.AddGrade(Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams)"> <summary>Adds the grade.</summary> <param name="gradeParams">The grade parameters.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.FindGrades(System.String)"> <summary>Finds the grades.</summary> <param name="searchText">The search text.</param> <returns>Returns grades that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.FindGrades(System.String,System.Int32)"> <summary>Finds the grades.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <returns>Returns grades that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.FindGrades(System.String,System.Int32,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Finds the grades.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <param name="permissionCode">The permission code.</param> <param name="permissionRight">The permission right.</param> <returns>Returns grades that contain search value in name or code and are accesible for current user.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.GetAllGrades"> <summary>Get all grades.</summary> <returns>List of grade DTO's.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.GetGrade(System.String)"> <summary>Gets the grade.</summary> <param name="gradeCode">The search value.</param> <returns>Returns grade that contains gradeCode</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.FindSFGGradeCodes(System.String,System.Int32)"> <summary>Finds the grade codes with FGRollGoodFlag.</summary> <param name="searchText">The search value.</param> <param name="maxRowCount">The maximum row count.</param> <returns>Returns grade codes that contains gradeCode</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IGradeProvider.HasSfgRollGoodsFlag(System.String)"> <summary>Gets a value indicating whether Grade has SFGRollGoodsFlag</summary> <param name="gradeCode">The Grade code</param> <returns>True if grade has SfgRoolGoodFlag else false</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IReportPrintingProvider"> <summary> Provide operations for general report printing </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IReportPrintingProvider.GetAvailablePrinters"> <summary> Gets all installed and available printers on home server (Default printer is on position 0) </summary> <returns>string collection of printer names</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IReportPrintingProvider.SendReportsToPrinter(System.Collections.Generic.List{System.String})"> <summary> Sends Sends report in standard format (mostly .pdf) to printer </summary> <param name="reportList">collection of report file full paths</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IReportPrintingProvider.SendReportsToPrinter(System.Collections.Generic.List{System.String},Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams)"> <summary> Sends Sends report in standard format (mostly .pdf) to printer with specific print options </summary> <param name="reportList">collection of report file full paths</param> <param name="printParams">print options</param> <returns>List of print results exit codes</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider"> <summary>The permission configuration provider.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.FIndSkuCodes(System.String)"> <summary>Gets the SKU codes.</summary> <param name="skuToken">The search token for SKU code.</param> <remarks>This can be used for SKU code autocompletion.</remarks> <returns>List of SKU codes</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.GetSkuReport(System.String)"> <summary>Gets the SKU report.</summary> <param name="skuCode">The SKU code.</param> <returns>The SKU report</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.GetSkuGroup(System.String,System.String)"> <summary>Gets the SKU group.</summary> <param name="skuCode">The SKU code.</param> <param name="skuGroupCode">The SKU group code.</param> <returns>The SKU group</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.GetSkuProperty(System.String,System.String)"> <summary>Gets the SKU property.</summary> <param name="skuCode">The SKU code.</param> <param name="skuPropertyCode">The SKU property code.</param> <returns>The SKU property</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.GetSkuInfo(System.String)"> <summary>Gets the sku information.</summary> <param name="skuCode">The sku code.</param> <returns>The sku info</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.SaveSkuInfo(Tips.Base.Common.KnownTypes.DataTransferObjects.StockKeepingUnit.SkuInfoDto,System.Boolean)"> <summary>Saves the sku information.</summary> <param name="skuInfo">The sku information.</param> <param name="disableSaveChanges">if set to <c>true</c> [disable save changes].</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.SaveSkuReport(Tips.Base.Common.KnownTypes.DataTransferObjects.StockKeepingUnit.SkuReportDto,System.Boolean)"> <summary>Saves the sku report.</summary> <param name="skuReport">The sku report.</param> <param name="autoSaveChanges">possibility to switch-off save changes inside provider. Workaround for missing bounded context support.</param> <exception cref="T:System.ArgumentException">Sku report doesn't contain any property.</exception> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.SaveSkuReport(System.Collections.Generic.List{Tips.Base.Common.KnownTypes.DataTransferObjects.StockKeepingUnit.SkuReportDto},System.Boolean)"> <summary>Saves collection of sku report.</summary> <param name="skuReportList">a collection of sku report.</param> <param name="disableSaveChanges">possibility to switch-off save changes inside provider. Workaround for missing bounded context support.</param> <exception cref="T:System.ArgumentException">Sku report doesn't contain any property.</exception> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.ConvertSkuUnitValue(System.String,System.String,System.Decimal,System.String)"> <summary>Converts the sku unit value.</summary> <param name="skuCode">The sku code.</param> <param name="sourceUnit">The source unit.</param> <param name="valueToConvert">The value to convert.</param> <param name="targetUnit">The target unit.</param> <returns>Converted value from source unit to target unit.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IStockKeepingUnitProvider.ConvertSkuUnitValue(System.String,System.String,System.Decimal,System.Collections.Generic.List{System.String})"> <summary>Converts the sku unit values for list of target units.</summary> <param name="skuCode">The sku code.</param> <param name="sourceUnit">The source unit.</param> <param name="valueToConvert">The value to convert.</param> <param name="targetUnits">The target unit list.</param> <returns>Converted values from source unit to target units as a collection of DTO.</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IWarehouseProvider"> <summary>The IWarehousProvider.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IWarehouseProvider.FindWarehouseCodes(System.String)"> <summary>Finds the warehouse codes.</summary> <param name="searchText">The search text.</param> <returns>Returns warehouse codes that contain search value in code and are accesible for current user.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IWarehouseProvider.FindWarehouseLocationCodes(System.String,System.Boolean)"> <summary>Finds the distinct warehouse locations.</summary> <param name="searchText">The search term.</param> <param name="includeTransportUnits">if set to <c>true</c> [include transport units].</param> <returns>Returns warehouse locations with optional transport unit</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider"> <summary> The User Configuration provider interface </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.FindUsers(System.String,System.String)"> <summary>Finds the users.</summary> <param name="userSearchString">The userDto search string.</param> <param name="userGroupSearchString">The userDto group search string.</param> <returns>UserGroups</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.GetAllUsers"> <summary>Gets all users.</summary> <returns>All users</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.DeleteUser(System.String)"> <summary>Deletes the userDto.</summary> <param name="userCode">The userDto code.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.UserExists(System.String)"> <summary>Users the exists.</summary> <param name="userCode">The userDto code.</param> <returns>User exists?</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.SaveUser(Tips.Base.Common.KnownTypes.DataTransferObjects.UserConfiguration.UserDataDto)"> <summary> Save User data Values </summary> <param name="userDto">The userDto data.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.ChangePassword(Tips.Base.Common.KnownTypes.DataTransferObjects.UserConfiguration.UserPasswordDto)"> <summary> Save User data Values </summary> <param name="userDto">The userDto data.</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.FindUser(System.String)"> <summary>Finds the user.</summary> <param name="userCode">The user code.</param> <returns>UserData</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.FindUsers(System.String)"> <summary>Finds the user.</summary> <param name="searchToken">The search token.</param> <returns>Returns users which name/code contain search token</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.FindUsersInGroup(System.String,System.String)"> <summary>Finds the users in group.</summary> <param name="searchToken">The search token.</param> <param name="userGroupCode">The user group code.</param> <returns>Returns users which name/code contain search token and are in user group specified by user group code</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.UserGroupExists(System.String)"> <summary>Users the group exists.</summary> <param name="userGroupCode">The userDto group code.</param> <returns> true or false</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IUserConfigurationProvider.GetUsers(System.Collections.Generic.List{System.String})"> <summary>Gets the users.</summary> <param name="inputUserCodes">The input user codes.</param> <returns>List of users</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProductProvider"> <summary>The product provider interface.</summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProductProvider.GetAllProducts"> <summary>Gets all products.</summary> <returns>List of all products</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProductProvider.FindProducts(System.String)"> <summary>Finds the products.</summary> <param name="searchText">The search text.</param> <returns>Returns products that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProductProvider.FindProducts(System.String,System.Int32)"> <summary>Finds the products.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <returns>Returns products that contain search value in name or code.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Interfaces.IProductProvider.FindProducts(System.String,System.Int32,System.String,Tix.Core.Entities.Enumerations.PermissionRights)"> <summary>Finds the products.</summary> <param name="searchText">The search text.</param> <param name="maxRowCount">The maximum row count.</param> <param name="permissionCode">The permission code.</param> <param name="permissionRight">The permission right.</param> <returns>Returns products that contain search value in name or code and are accesible for current user.</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams"> <summary> Input params object for AddCore method. Should be used by <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder"/> builder class. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double,Tips.Base.Common.KnownTypes.Enumerations.CoreType)"> <summary> Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams"/> class. </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> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.Code"> <summary> Gets or sets core code </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.Name"> <summary> Gets or sets the description of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.DiameterIn"> <summary> Gets or sets the inner diameter of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.DiameterOut"> <summary> Gets or sets the outer diameter of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.Weight"> <summary> Gets or sets the core weight </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.Width"> <summary> Gets or sets the core width </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams.Type"> <summary> Gets or sets the core type </summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder"> <summary> Builder pattern for <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams"/> class </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.Code"> <summary> Gets or sets core code </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.Name"> <summary> Gets or sets the description of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.DiameterIn"> <summary> Gets or sets the inner diameter of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.DiameterOut"> <summary> Gets or sets the outer diameter of the core </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.Weight"> <summary> Gets or sets the core weight </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.Width"> <summary> Gets or sets the core width </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.Type"> <summary> Gets or sets the core type </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.op_Implicit(Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder)~Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParams"> <summary> implicit user defined type conversion operator </summary> <param name="builder">Builder pattern for AddCoreParams</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithCode(System.String)"> <summary> Add core code </summary> <param name="code">full name of printer</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithName(System.String)"> <summary> Add core description </summary> <param name="name">core description</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithDiameterIn(System.Double)"> <summary> Add core inner diameter </summary> <param name="diameterIn">inner diameter of the core</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithDiameterOut(System.Double)"> <summary> Add core outer diameter </summary> <param name="diameterOut">outer diameter of the core</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithWeight(System.Double)"> <summary> Add core weight </summary> <param name="weight">weight of the core</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithWidth(System.Double)"> <summary> Add core width </summary> <param name="width">width of the core</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Core.AddCoreParamsBuilder.WithType(Tips.Base.Common.KnownTypes.Enumerations.CoreType)"> <summary> Add core type </summary> <param name="type">type of the core</param> <returns>Adjusted parrent object</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams"> <summary> Input params object for AddCompany method. Should be used by <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder"/> builder class. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams"/> class. </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="role">company role</param> <param name="languageCode">language code</param> <param name="countryCode">country code</param> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Code"> <summary> Gets or sets the Company Code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Name"> <summary> Gets or sets the Company Name. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Name2"> <summary> Gets or sets the Company Name2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Abbreviation"> <summary> Gets or sets the Company Abbreviation. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Address1"> <summary> Gets or sets the Company Address1. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Address2"> <summary> Gets or sets the Company Address2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Address3"> <summary> Gets or sets the Company Address3. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Address4"> <summary> Gets or sets the Company Address4. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.City"> <summary> Gets or sets the Company City. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.PostNumber"> <summary> Gets or sets the Company Post Number. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryAddress1"> <summary> Gets or sets the Company Delivery Address1. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryAddress2"> <summary> Gets or sets the Company Delivery Address2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryAddress3"> <summary> Gets or sets the Company Delivery Address3. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryAddress4"> <summary> Gets or sets the Company Delivery Address4. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryCity"> <summary> Gets or sets the Company Delivery City. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.DeliveryPostNumber"> <summary> Gets or sets the Company Delivery Post Number. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.LanguageCode"> <summary> Gets or sets the Language Code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.CountryCode"> <summary> Gets or sets the Country Code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams.Role"> <summary> Gets or sets the Company Role. </summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder"> <summary> Builder pattern for <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams"/> class </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Code"> <summary> Gets or sets the Company Code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Name"> <summary> Gets or sets the Company Name. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Name2"> <summary> Gets or sets the Company Name2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Abbreviation"> <summary> Gets or sets the Company Abbreviation. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Address1"> <summary> Gets or sets the Company Address1. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Address2"> <summary> Gets or sets the Company Address2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Address3"> <summary> Gets or sets the Company Address3. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Address4"> <summary> Gets or sets the Company Address4. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.City"> <summary> Gets or sets the Company City. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.PostNumber"> <summary> Gets or sets the Company Post Number. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryAddress1"> <summary> Gets or sets the Company Delivery Address1. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryAddress2"> <summary> Gets or sets the Company Delivery Address2. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryAddress3"> <summary> Gets or sets the Company Delivery Address3. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryAddress4"> <summary> Gets or sets the Company Delivery Address4. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryCity"> <summary> Gets or sets the Company Delivery City. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.DeliveryPostNumber"> <summary> Gets or sets the Company Delivery Post Number. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.Role"> <summary> Gets or sets the Company Role. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.LanguageCode"> <summary> Gets or sets the Language Code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.CountryCode"> <summary> Gets or sets the Country Code. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.op_Implicit(Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder)~Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParams"> <summary> implicit user defined type conversion operator </summary> <param name="builder">Builder pattern for SendReportsToPrinterParams</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyCode(System.String)"> <summary> Add company code </summary> <param name="code">company code</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyName(System.String)"> <summary> Add company name </summary> <param name="name">company name</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyName2(System.String)"> <summary> Add company name2 </summary> <param name="name">company name2</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyAbbreviation(System.String)"> <summary> Add company abbreviation </summary> <param name="abbreviation">company abbreviation</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyAddress1(System.String)"> <summary> Add company address1 </summary> <param name="address">company address1</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyAddress2(System.String)"> <summary> Add company address2 </summary> <param name="address">company address2</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyAddress3(System.String)"> <summary> Add company address3 </summary> <param name="address">company address3</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyAddress4(System.String)"> <summary> Add company address4 </summary> <param name="address">company address4</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyCity(System.String)"> <summary> Add company city </summary> <param name="city">company city</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyPostNumber(System.String)"> <summary> Add company postNumber </summary> <param name="postNumber">company postNumber</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryAddress1(System.String)"> <summary> Add company delivery address1 </summary> <param name="address">company delivery address1</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryAddress2(System.String)"> <summary> Add company delivery address2 </summary> <param name="address">company delivery address2</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryAddress3(System.String)"> <summary> Add company delivery address3 </summary> <param name="address">company delivery address3</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryAddress4(System.String)"> <summary> Add company delivery address4 </summary> <param name="address">company delivery address4</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryCity(System.String)"> <summary> Add company delivery city </summary> <param name="city">company delivery city</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyDeliveryPostNumber(System.String)"> <summary> Add company delivery postNumber </summary> <param name="postNumber">company delivery postNumber</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyRole(Tips.Base.Common.KnownTypes.Enumerations.CompanyRoleType)"> <summary> Add company role </summary> <param name="role">company role</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCompanyLanguageCode(System.String)"> <summary> Add company langualge code </summary> <param name="languageCode">company language code</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Company.AddCompanyParamsBuilder.WithCountryCode(System.String)"> <summary> Add country code </summary> <param name="countryCode">country code</param> <returns>Adjusted parrent object</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder"> <summary> Builder pattern for <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams"/> class </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.GradeCode"> <summary> Gets or sets the grade code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.ProductCode"> <summary> Gets or sets the product code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.Name"> <summary> Gets or sets the name. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.Grammage"> <summary> Gets or sets the grammage. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.Density"> <summary> Gets or sets the density. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.Thickness"> <summary> Gets or sets the thickness. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.op_Implicit(Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder)~Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams"> <summary> implicit user defined type conversion operator. </summary> <param name="builder">Builder pattern for SendReportsToPrinterParams</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithGradeCode(System.String)"> <summary> Add the grade code. </summary> <param name="gradeCode">The grade code.</param> <returns>Adjusted parrent object.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithProductCode(System.String)"> <summary> Add the product code. </summary> <param name="productCode">The product code.</param> <returns>Adjusted parrent object.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithName(System.String)"> <summary> Add the name. </summary> <param name="name">The name.</param> <returns>Adjusted parrent object.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithGrammage(System.Double)"> <summary> Add the grammage. </summary> <param name="grammage">The grammage.</param> <returns>Adjusted parrent object.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithDensity(System.Double)"> <summary> Add the density. </summary> <param name="density">The density.</param> <returns>Adjusted parrent object.</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder.WithThickness(System.Double)"> <summary> Add the thickness. </summary> <param name="thickness">The thickness.</param> <returns>Adjusted parrent object.</returns> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams"> <summary> Input params object for the AddGrade method. Should be used by <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParamsBuilder"/> builder class. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.#ctor(System.String,System.String,System.String,System.Double,System.Double,System.Double)"> <summary> Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams"/> class. </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> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.GradeCode"> <summary> Gets or sets the grade code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.ProductCode"> <summary> Gets or sets the product code. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.Name"> <summary> Gets or sets the name. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.Grammage"> <summary> Gets or sets the grammage. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.Density"> <summary> Gets or sets the density. </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.Grade.AddGradeParams.Thickness"> <summary> Gets or sets the thickness. </summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams"> <summary> Input params object for SendReportsToPrinter method. Should be used by <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder"/> builder class. </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.#ctor(System.Nullable{System.Int32},System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams"/> class. </summary> <param name="numberOfCopies">number of printed copies</param> <param name="printerName">name of selected printer</param> <param name="color">disables color printing for grayscale</param> <param name="pageRange">selected pages or range in format "1,3,5-8"</param> <param name="landscapePageOrientation">landscape(true) or portrait(false) page orientation</param> <param name="resultLog">printing result will be logged</param> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.NumberOfCopies"> <summary> Gets or sets number of printed copies (default is 1) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.PrinterName"> <summary> Gets or sets printer name (empty means default printer) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.Color"> <summary> Gets or sets a value indicating whether color printing should be disabled (default is grayscale) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.PageRange"> <summary> Gets or sets specific pages or page range in format "1,2,4-7" </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.LandscapePageOrientation"> <summary> Gets or sets a value indicating whether page orientation </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams.ResultLog"> <summary> Gets or sets a value indicating whether printing result should be logged </summary> </member> <member name="T:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder"> <summary> Builder pattern for <see cref="T:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams"/> class </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.NumberOfCopies"> <summary> Gets or sets number of printed copies (default is 1) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.PrinterName"> <summary> Gets or sets printer name (empty means default printer) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.Color"> <summary> Gets or sets a value indicating whether color printing should be disabled (default is grayscale) </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.PageRange"> <summary> Gets or sets specific pages or page range in format "1,2,4-7" </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.ResultLog"> <summary> Gets or sets a value indicating whether printing result should be logged </summary> </member> <member name="P:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.LandscapePageOrientation"> <summary> Gets or sets a value indicating whether page orientation </summary> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.op_Implicit(Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder)~Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParams"> <summary> implicit user defined type conversion operator </summary> <param name="builder">Builder pattern for SendReportsToPrinterParams</param> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.WithPrinterName(System.String)"> <summary> Add printers name </summary> <param name="printerName">full name of printer</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.WithNumberOfCopies(System.Nullable{System.Int32})"> <summary> Add number of copies </summary> <param name="numberOfCopies">number of copies (default is 1)</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.PrintInColor(System.Boolean)"> <summary> Set print into color or grayscale (default is grayscale) </summary> <param name="color">true if color print</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.WithPageRange(System.String)"> <summary> Set print just for specified pages or range </summary> <param name="pageRange">pages in format "1,4,7" or "3-7"</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.WithLoggedResult(System.Boolean)"> <summary> Sets result into log </summary> <param name="resultLog">true if log is required</param> <returns>Adjusted parrent object</returns> </member> <member name="M:Tips.Base.Common.Business.ApplicationProviders.Params.ReportPrinting.SendReportsToPrinterParamsBuilder.WithLandscapePageOrientation(System.Boolean)"> <summary> Sets page print orientation </summary> <param name="landscapePageOrientation">gets info about lanscape(true) or portrait(false) page orientation</param> <returns>Adjusted parrent object</returns> </member> </members> </doc>