Data mapping repository interface
Syntax
JScript | |
---|
public interface IIfcMappingRepository implements Selerix.BenSelect.Api.ApplicationCore.Interfaces.IETIDALRepository, Selerix.BenSelect.Api.ApplicationCore.Interfaces.IRepository |
Public Methods
| Name | Description |
 | GetDataMapping | Gets the data mapping. |
 | GetMappingDependencyValues | Gets the mapping values. |
 | GetMappingOptions | Gets the mapping options. |
 | GetMapValueLookupByLocation | 1. Map originalValueKey to a table such as Department, PayrollLocation, JobClass by ID to get a string description. 2. Return all rows in that table that are in different locations, but have the same description string. 3. This will be used to convert originalValueKey to a new key for each location. |
 | SearchMappings | Searches the mappings. |
Top
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also