Click or drag to resize
EmployeeSelector Constructor

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

Constructor for EmployeeSelector

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public EmployeeSelector(
	OrgUnitSelection orgUnitSelection,
	bool ancestors,
	bool descendants,
	bool includeRoot,
	string ancestorType,
	string filterType,
	string filterFunction,
	string filterClassifications,
	string orderBy,
	bool groupByEmployer
)

Parameters

orgUnitSelection
Type: CSC.SC.TOPICA4.TemplateOrgUnitSelection

[Missing <param name="orgUnitSelection"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

ancestors
Type: SystemBoolean

[Missing <param name="ancestors"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

descendants
Type: SystemBoolean

[Missing <param name="descendants"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

includeRoot
Type: SystemBoolean

[Missing <param name="includeRoot"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

ancestorType
Type: SystemString

[Missing <param name="ancestorType"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

filterType
Type: SystemString

[Missing <param name="filterType"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

filterFunction
Type: SystemString

[Missing <param name="filterFunction"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

filterClassifications
Type: SystemString

[Missing <param name="filterClassifications"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

orderBy
Type: SystemString

[Missing <param name="orderBy"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

groupByEmployer
Type: SystemBoolean

[Missing <param name="groupByEmployer"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

See Also