| Type | Description |
|---|---|
Address |
Address class: used to pass an address back and forth (mainly when passing a parsed address to the Address Edit Dialog). Note that this is not a replacement for the Address entity. |
AddressBusinessObject |
Summary description for AddressBusinessObject. |
AddressEntity |
Summary description for AddressEntity. |
AddressParser |
This Address Parser has been mainly written based on the one from SFDCT. Things that should change very soon on about it: 1. Define an for address parsers. 2. Define an abstract class that implements that interface. 3. Define a USAddressParser inheriting from the class above and move the code below over there. |
AddressParserException |
AddressParserException class. It's meant to be thrown anytime an error has occurred when parsing a name. |
CountryBusinessObject |
This class provides functionality to manipulate country information |
CountryEntity |
Represents an individual country |
CountryInformation |
This class contains basic country information such as the name, code, and address type |
FlatAddressEnumerator |
Enumerator for the flat address collection |
InvalidAddressEventArgs |
EventArgs class for the ShowAddressWindow event. |
InvalidNameEventArgs |
|
Name |
This class is meant to help passing a "name" back and forth. Mainly used by the Name Parser. |
NameAddressCollection |
Summary description for NameAddressCollection. |
NameAddressEntity |
Sub-tems for different addresses |
NameAddressFlatCollection |
Summary description for NameAddressCollection. |
NameAddressFlatEntity |
Sub-tems for different addresses |
NameBusinessObject |
Basic Milos Name business object. This object is used as the basis for all name related business objects, such as customers, patients,... |
NameCategoryEntity |
Basic implementation of a name category entity |
NameCategoryXLinkCollection |
Provides a collection that links names to assigned categories. |
NameCommInfoCollection |
Summary description for NameAddressCollection. |
NameCommInfoEntity |
Sub-Items for different communication information |
NameEntity |
This class represents a single name from the names table. |
NameParser |
Summary description for NameParser. |
NameParserException |
NameParserException class. It's meant to be thrown anytime an error has occurred when parsing a name. |
USAddressParser |
Address Parser for American addresses. |
InvalidAddressEventHandler |
|
InvalidNameEventHandler |
|
AddressFormat |
Different address format options (generally based on country-specific standards) |
AddressType |
This address type will be stored in the database (in the crosslink table) |
CommInfoType |
This address type will be stored in the database (in the crosslink table) |
IAddress |
Address interface |
INameAddressCollection |
Name address collection interface |
INameAddressEntity |
Basic name/address entity interface |
INameCategoryEntity |
Basic interface for name category entities |
INameCategoryXLinkCollection |
Name category xlink collection interface |
INameCommInfoEntity |
Basic interface for comm info entities |
INameEntity |
Basic interface for name entities |