﻿<?xml version="1.0"?>
<doc>
<assembly>
<name>
MPSC.Infrastructure.Interface
</name>
</assembly>
<members>
<member name="T:MPSC.Infrastructure.Interface.My.Resources.Resources">
<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:MPSC.Infrastructure.Interface.My.Resources.Resources.ResourceManager">
<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:MPSC.Infrastructure.Interface.My.Resources.Resources.Culture">
<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.FindClosestInTheList(System.String,System.DateTime)">
 <summary>
 Private method to return a closest items in the list. If it matches exactly it returns only one, i
 if not it returns two items
 </summary>
 <param name="propertyName"></param>
 <param name="value"></param>
 <remarks></remarks>
 
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.FindClosestInTheList(System.String,System.Single)">
 <summary>
 Private method to return a closest items in the list. If it matches exactly it returns only one, i
 if not it returns two items
 </summary>
 <param name="propertyName"></param>
 <param name="value"></param>
 <remarks></remarks>
 
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.FindClosestInTheList(System.String,System.Decimal)">
 <summary>
 Private method to return a closest items in the list. If it matches exactly it returns only one, i
 if not it returns two items
 </summary>
 <param name="propertyName"></param>
 <param name="value"></param>
 <remarks></remarks>
 
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.FindAll(`0)">
 <summary>
 Private method to return an item that matches the proeprty value
 </summary>
 <param name="item"></param>
 <remarks></remarks>
 
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.FindAllUsingOr(`0)">
 <summary>
 Private method to return an item that matches atleast one of the property values
 </summary>
 <param name="item"></param>
 <remarks></remarks>
 
</member>
<member name="M:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1.SortList(System.String,System.ComponentModel.ListSortDirection)">
 <summary>
 
 </summary>
 <param name="property"></param>
 <param name="direction"></param>
 <remarks></remarks>
</member>
<member name="P:MPSC.Infrastructure.Interface.BusinessEntities.cWICBusinessObject.ModifiedUserNameReadOnly">
 <summary>
Adding new readonly property to return  Staff Member name when row was retrieved.
 </summary>
 <history>
     [jucooper] 04/24/2017  Bug 88589 - Return "Unknowm" if no matching record found
 </history>
</member>
<member name="T:MPSC.Infrastructure.Interface.BusinessEntities.PrintSystemHelper">
 <summary>
 This class is used when printing using the System.Drawing.Printing.PrintDocument class.
 That class has one event, PrintPage, where all the printing is done. If you run out of space
 on the page and there are more pages to print you set e.HasMorePages and the event is fired again. 
 If you're looping through lots of objects to figure out what to print you have to keep track
 of where you left off and skip everything up to that point when the event is fired for the 2nd, 3rd,
 etc. time. That's fine if you're only looping through one thing e.g. familyMembers in a benefitFamily.
 But, in at least two screens VisitSummary and BFPCPeerCounselorSummary there are mulitple levels
 of objects so it becomes cumbersome.
 What was happening is that people didn't realize this and there were defects coming in where the
 print job was in an infinite loop because on the 2nd firing of the event the code started from the
 top and entered a for loop and printed the same thing over and over again. 
 
 To avoid this you can either add a bunch of position variables or just figure out everything you want to
 print before you start printing. This class and sub classes are used to store the information you 
 want to print. Then, when that's all done the lines are split into pages and the printing commences
 using the printPage event. 
 
 Hiearchy is: PrintJob, PrintPage, PrintLine, PrintObject. The last object basically mirros what is passed
 to the DrawString function.
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.Constants.CommandNames">
 <summary>
 Constants for command names.
 <History>
     Selva muthu - 11/30/2020 - Bug 158221: NCCI 156 - Smart Card Atrributes, removed CardChangePin Menu for Smart Card Only
                              - and renamed "Forgotten PIN" to "Reset PIN", "Unlock" to "Unlock Temp Hot Card" 
 </History>
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.Constants.EventTopicNames">
 <summary>
 Constants for event topic names.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.EventTopicNames.FileMenuDelete">
 <summary>
 Event fired to tell the shell to update the status panel
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames">
 <summary>
 Constants for UI extension site names.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.MainMenu">
 <summary>
 The extension site for the main menu.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.MainToolbar">
 <summary>
 The extension site for the main toolbar.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.MainStatus">
 <summary>
 The extension site for the main status bar.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.FileMenu">
 <summary>
 The extension site for the file menu item.
 Each functional area will have a menu item under it.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.MainMenuPlaceHolder">
 <summary>
 The extension site for place holder
 </summary>
 <remarks></remarks>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.FileMainMenu">
 <summary>
 The extension site for the file menu item.
 Each functional area will have a menu item under it.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.ViewMenu">
 <summary>
 The extension site for the view menu item.
 Each functional area will have a menu item under it.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.SystemAdministrationMenu">
 <summary>
 The extension site for the System Administration menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.ClinicServicesMenu">
 <summary>
 The extension site for the Clinic Services menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.SchedulerMenu">
 <summary>
 The extension site for the Scheduler menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.VendorManagementMenu">
 <summary>
 The extension site for the Clinic Services menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.OperationsMenu">
 <summary>
 The extension site for the Operations menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.FinanceMenu">
 <summary>
 The extension site for the Finance menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.FoodManagementMenu">
 <summary>
 The extension site for the Food Managment menu item.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.HelpMenu">
 <summary>
 The extension site for the view menu item.
 Each functional area will have a menu item under it.
 </summary>
</member>
<member name="F:MPSC.Infrastructure.Interface.Constants.UIExtensionSiteNames.CardActivityMenu">
 <summary>
 The extension site for the Card Activity Menu.
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.Constants.WorkItemStateKeys">
 <summary>
 
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.Constants.WorkspaceNames">
 <summary>
 Constants for workspace names.
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.Sex">
 <summary>
 Constants for Sex
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.WICStatus">
 <summary>
  Constants for WicSttaus
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ParticipantTypes">
 <summary>
  Constants for Participant Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.CertificationTerminationReasons">
 <summary>
  Constants for Cert termination reasons
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.Proration">
 <summary>
  Constants for YesNo
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.YesNo">
 <summary>
  Constants for YesNo
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.YesNoUnknown">
 <summary>
  Constants for Yes No Unknown
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.BreastFeedingActions">
 <summary>
  Constants for BF actions
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ChartTypes">
 <summary>
  Constants for Chart types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ChartAxisMinMaxValues">
 <summary>
 Different Charts X and Y Axis Minimum/Maximum Chart Values
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.VendorStatus">
 <summary>
  Constants for Vendor status
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.VendorPricingType">
 <summary>
 Constants for vendor pricing type
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.RecordStatus">
 <summary>
  Constants for Record Status
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.SystemParameters">
 <summary>
  Constants for System Parameters
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.BloodType">
 <summary>
  Constants for Blood Type
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.StateFoodDeliveryMethod">
 <summary>
  Constants for State Food Deleivery Method
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.BusinessArea">
 <summary>
  Constants for Business Area
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ApplicationTypes">
 <summary>
  Constants for Application Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ParticipantRaces">
 <summary>
  Constants for Participant Races
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.SignatureCaptureCodes">
 <summary>
  Constants for Signature Capture Codes
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.AddressTypes">
 <summary>
  Constants for Address Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.FIIssuances">
 <summary>
  Constants for Fi Issuance Cycle
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.Languages">
 <summary>
  Constants for Languages
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.WICStatusChangeReasons">
 <summary>
  Constants for WIC Status Chnage Reasons
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.AppointmentTypes">
 <summary>
  Constants for Appointment Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.AppointmentStatus">
 <summary>
  Constants for Appointment Status
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.AppointmentStatusString">
 <summary>
  Constants for Appointment Status
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.NutritionEdClassAppointmentStatus">
 <summary>
  Constants for Nutrition Ed Class AppointmentParticipant Appointment Status
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.WICAppointmentTypes">
 <summary>
  Constants for Wic Appointment Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.DrawTypes">
 <summary>
   Constants For ACH Draw Transaction Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.IncomePeriod">
 <summary>
  Constants for Income Period
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.FamilyMemberTypes">
 <summary>
  Constants for Family Member Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.BFPCDocTypes">
 <summary>
  Constants for BFPC Doc Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.UIOutputImageTypes">
 <summary>
  Constants for UI Output Image Types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.OrganizationWICUseCodes">
 <summary>
  Constants for Organization WIC use codes
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.Seven98Line">
 <summary>
  Constants for 798 lines
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.WaitListChildAge">
 <summary>
  Constants for Wait List Child Age
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.InvestigatorFamily">
 <summary>
  Constants for Investaigator family Level
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.FormulaType">
 <summary>
 Constants for Formula types
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.InfantBFLevel">
 <summary>
  Constants for Infant BF level
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.WICFormulaLevel">
 <summary>
 Constants For WIC FormulaLevel
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.BFLevelDescription">
 <summary>
 Constants for BFLevel Description
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ChangeRuleType">
 <summary>
 Constants for ChnageRuleType
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.Connectivity">
 <summary>
 Constants related to connectivity issue
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.VendorAdjMessageTypeCode">
 <summary>
 A6 changes - There is no system parameter for this
 It is just a constant
 </summary>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICConstants.WICConstants.ScheduleModes">
 <summary>
 Constants for Schedule Modes in List Management.
 </summary>
 <history>
     [sberg] 12/22/2020 Bug 160180: Added.
 </history>
</member>
<member name="T:MPSC.Infrastructure.Interface.ControlledWorkItem`1">
 <summary>
 Represents a WorkItem that uses a WorkItem controller to perform its business logic.
 </summary>
 <typeparam name="TController"></typeparam>
</member>
<member name="P:MPSC.Infrastructure.Interface.ControlledWorkItem`1.Controller">
 <summary>
 Gets the controller.
 </summary>
</member>
<member name="M:MPSC.Infrastructure.Interface.ControlledWorkItem`1.OnBuiltUp(System.String)">
 <summary>
 See <see cref="M:Microsoft.Practices.ObjectBuilder.IBuilderAware.OnBuiltUp(System.String)"/> for more information.
 </summary>
</member>
<member name="T:MPSC.Infrastructure.Interface.IWorkItemController">
 <summary>
 Controller used by <see cref="T:MPSC.Infrastructure.Interface.ControlledWorkItem`1"/>.
 </summary>
</member>
<member name="M:MPSC.Infrastructure.Interface.IWorkItemController.Run">
 <summary>
 Called when the controller is ready to run.
 </summary>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.AddSaveTask(System.String,System.String)">
 <summary>
 
 </summary>
 <param name="text"></param>
 <param name="commandName"></param>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.Dispose">
 <summary>
 See <see cref="M:System.IDisposable.Dispose"/> for more information.
 </summary>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.Dispose(System.Boolean)">
 <summary>
 Called when the object is being disposed or finalized.
 </summary>
 <param name="disposing">True when the object is being disposed (and therefore can
 access managed members); false when the object is being finalized without first
 having been disposed (and therefore can only touch unmanaged members).</param>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.EditCopy">
 <summary>
 
 </summary>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.PastingControlsBoundPropertyType">
 <summary>
 
 </summary>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.EditPaste">
 <summary>
 
 </summary>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.EditPaste(System.Boolean)">
 <summary>
 
 </summary>
 <param name="typeCheck"></param>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.EditCut">
 <summary>
 
 </summary>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.Presenter`1.DetermineActiveControl">
 <summary>
 
 </summary>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.PropertyComparer`1">
 <summary>
 
 </summary>
 <typeparam name="T"></typeparam>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.#ctor(System.String,System.ComponentModel.ListSortDirection)">
 <summary>
 
 </summary>
 <param name="property"></param>
 <param name="direction"></param>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.Compare(`0,`0)">
 <summary>
 
 </summary>
 <param name="xWord"></param>
 <param name="yWord"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.Equals(`0,`0)">
 <summary>
 
 </summary>
 <param name="xWord"></param>
 <param name="yWord"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.GetHashCode(`0)">
 <summary>
 
 </summary>
 <param name="obj"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.CompareAscending(System.Object,System.Object)">
 <summary>
 Compare two property values of any type
 </summary>
 <param name="xValue"></param>
 <param name="yValue"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.PropertyComparer`1.CompareDescending(System.Object,System.Object)">
 <summary>
 
 </summary>
 <param name="xValue"></param>
 <param name="yValue"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="T:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions">
 <summary>
 Provides <c>Extension</c> Methods for the MPSC application. 
 </summary>
 <history>
     [sberg] 05/18/17 - Refactored Module by adding XML commentation.
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.EqualsMe(System.String,System.String)">
 <summary>
 Compares the value of two <c>String</c> objects and returns whether both are equal in value.
 </summary>
 <param name="sourceString">The source <c>String</c>.</param>
 <param name="comparerString">The <c>String</c> to compare.</param>
 <returns>True if the values are equal; Otherwise, false.</returns>
 <history>
     [sberg] 05/18/17 - Bug 90640: This extension method is deprecated and the
                                   <see cref="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.IsEqual(System.String,System.String)"/>  extension method should be used instead.
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.IsEqual(System.String,System.String)">
 <summary>
 Compares the value of two <c>String</c> objects and returns whether both are equal in value.
 </summary>
 <param name="sourceString">The source <c>String</c>.</param>
 <param name="comparerString">The <c>String</c> to compare.</param>
 <returns>True if the values are equal; Otherwise, false.</returns>
 <history>
     [sberg] 05/18/17 - Per PO, This extension method should replace the <see cref="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.EqualsMe(System.String,System.String)"/> extension method.
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.AssignCode(System.String)">
 <summary>
 Returns a new 'Code' <c>String</c> object that left-aligns the characters by padding them with (4) spaces on the right.
 </summary>
 <param name="value">The <c>String</c> object to pad.</param>
 <returns>A new <c>String</c> that left-aligns the characters in this <c>String</c> by padding them with (4) spaces on the right.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.ReplaceRange``1(MPSC.Infrastructure.Interface.BusinessEntities.ClientList{``0}@,System.Collections.Generic.IEnumerable{``0})">
 <summary>
  Replaces the actual <see cref="T:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1"/> object with an <see cref="T:System.Collections.Generic.IEnumerable`1"/> object of the same type.  
 </summary>
 <typeparam name="T">The <c>Generic</c> type to be used.</typeparam>
 <param name="source">The actual <see cref="T:MPSC.Infrastructure.Interface.BusinessEntities.ClientList`1"/> object to be replaced.</param>
 <param name="range">The replacement <see cref="T:System.Collections.Generic.IEnumerable`1"/> list to use.</param>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.ReplaceTarget``1(System.Collections.Generic.List{``0}@,``0,``0)">
 <summary>
  Replaces the <paramref name="target"/> in the list at the same position in the list with the <paramref name="replacement"/>.
 </summary>
 <typeparam name="T">The <see cref="N:System.Collections.Generic"/> type to be used.</typeparam>
 <param name="source">The actual <see cref="T:System.Collections.Generic.List`1"/> object to find the target in.</param>
 <param name="target">The target <typeparamref name="T"/> object to find then replace.</param>
 <param name="replacement">The replacement <typeparamref name="T"/> object to replace the <paramref name="target"/> with.</param>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.GetDateTime(System.Nullable{System.DateTimeOffset})">
 <summary>
  Returns a nullable <see cref="T:System.DateTime"/> object that includes the time component.
 </summary>
 <param name="nullableDTO">The nullable <see cref="T:System.DateTimeOffset"/> object to use.</param>
 <returns>A nullable <see cref="T:System.DateTime"/> object that includes the time component.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.GetDateOnly(System.Nullable{System.DateTimeOffset})">
 <summary>
  Returns a nullable <see cref="T:System.DateTime"/> object that includes only the date component.
 </summary>
 <param name="nullableDTO">The nullable <see cref="T:System.DateTimeOffset"/> object to use.</param>
 <returns>A nullable <see cref="T:System.DateTime"/> object that includes only the date component.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.NullableEquals(System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
 <summary>
  Compares the values of two nullable <see cref="T:System.DateTime"/> objects and returns whether both are equal in value.
 </summary>
 <param name="sourceDate">A nullable <see cref="T:System.DateTime"/> object.</param>
 <param name="compareDate">A nullable <see cref="T:System.DateTime"/> object to compare.</param>
 <returns>True is the values are equal; otherwise, false.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.NullableDTOEquals(System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
 <summary>
 Compares the values of two nullable <see cref="T:System.DateTimeOffset"/> objects and returns whether returns whether both are equal in value.
 </summary>
 <param name="sourceDate">A nullable <see cref="T:System.DateTimeOffset"/> object.</param>
 <param name="compareDate">A nullable <see cref="T:System.DateTimeOffset"/> object to compare.</param>
 <returns>True is the values are equal; otherwise, false.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.NullableDTOConvertAndEquals(System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
 <summary>
 Compares the values of two nullable <see cref="T:System.DateTimeOffset"/> objects after converting them to Coordinated
 Universal Time (UTC) and returns whether both are equal in value.
 </summary>
 <param name="sourceDate">A nullable <see cref="T:System.DateTimeOffset"/> object.</param>
 <param name="compareDate">A nullable <see cref="T:System.DateTimeOffset"/> object to compare.</param>
 <returns>True is the values are equal; otherwise, false.</returns>
 <history>
 
 </history>
</member>
<member name="M:MPSC.Infrastructure.Interface.WICExtensions.WICExtensions.CompareDateTime(System.DateTime,System.DateTime)">
 <summary>
 Method to compare only the Date, HOur, min and second and ignore the milliseconds in Datetime structure.
 </summary>
 <param name="sourceDate"></param>
 <param name="compareDate"></param>
 <returns></returns>
</member>
<member name="T:MPSC.Infrastructure.Interface.WorkItemController">
 <summary>
 Base class for a WorkItem controller.
 </summary>
</member>
<member name="P:MPSC.Infrastructure.Interface.WorkItemController.WorkItem">
 <summary>
 Gets or sets the work item.
 </summary>
 <value>The work item.</value>
</member>
<member name="M:MPSC.Infrastructure.Interface.WorkItemController.ShowViewInWorkspace``1(System.String)">
 <summary>
 Creates and shows a smart part on the specified workspace.
 </summary>
 <typeparam name="TView">The type of the smart part to create and show.</typeparam>
 <param name="workspaceName">The name of the workspace in which to show the smart part.</param>
 <returns>The new smart part instance.</returns>
</member>
<member name="M:MPSC.Infrastructure.Interface.WorkItemController.ShowViewInWorkspace``1(System.String,System.String)">
 <summary>
 Shows a specific smart part in the workspace. If a smart part with the specified id
 is not found in the <see cref="P:Microsoft.Practices.CompositeUI.WorkItem.SmartParts"/> collection, a new instance
 will be created; otherwise, the existing instance will be re used.
 </summary>
 <typeparam name="TView">The type of the smart part to show.</typeparam>
 <param name="viewId">The id of the smart part in the <see cref="P:Microsoft.Practices.CompositeUI.WorkItem.SmartParts"/> collection.</param>
 <param name="workspaceName">The name of the workspace in which to show the smart part.</param>
 <returns>The smart part instance.</returns>
</member>
<member name="M:MPSC.Infrastructure.Interface.WorkItemController.ShowViewInWorkspace``1(Microsoft.Practices.CompositeUI.WinForms.WindowSmartPartInfo,System.String)">
 <summary>
 Creates and shows a smart part with a specified workspace and intializes with smart part information
 </summary>
 <typeparam name="TView"></typeparam>
 <param name="info"></param>
 <param name="workspaceName"></param>
 <returns></returns>
 <remarks></remarks>
</member>
<member name="M:MPSC.Infrastructure.Interface.WorkItemController.ShowViewInWorkspace``1(Microsoft.Practices.CompositeUI.WinForms.WindowSmartPartInfo,System.String,System.String)">
 <summary>
 Creates and shows a smart part with a specified workspace and intializes with smart part information
 </summary>
 <typeparam name="TView"></typeparam>
 <param name="info"></param>
 <param name="workspaceName"></param>
 <returns></returns>
 <remarks></remarks>
</member>
</members>
</doc>
