SIFWorks ADK 2.0
Mappings Constructor (parent, id, sourceIdFilter, zoneIdFilter, sifVersionFilter)
NamespacesEdustructures.SifWorks.Tools.MappingMappingsMappingsMappingsNew(Mappings, String, String, String, String)

[This is preliminary documentation and is subject to change.]

Constructs a child Mappings object with optional filters.
Declaration Syntax
C#Visual BasicVisual C++
public Mappings(
	Mappings parent,
	string id,
	string sourceIdFilter,
	string zoneIdFilter,
	string sifVersionFilter
)
Public Sub New ( _
	parent As Mappings, _
	id As String, _
	sourceIdFilter As String, _
	zoneIdFilter As String, _
	sifVersionFilter As String _
)
public:
Mappings (
	Mappings^ parent, 
	String^ id, 
	String^ sourceIdFilter, 
	String^ zoneIdFilter, 
	String^ sifVersionFilter
)
Parameters
parent (Mappings)
The root Mappings object
id (String)
A unique identifier for this Mappings object
sourceIdFilter (String)
A comma-delimited list of SourceIds or null if no SourceId filter should be applied to this Mappings object
zoneIdFilter (String)
A comma-delimited list of ZoneIds or null if no SourceId filter should be applied to this Mappings object
sifVersionFilter (String)
A comma-delimited list of SIF Versions, in the form "1.0r1", or null if no SIF Version filter should be applied to this Mappings object

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10