Click or drag to resize
EmployeeSelector Class

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

Information on how to select Employees (e.g. for EmployeePicker) and methods to read Employees from databse accordingly
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.TemplateOrgUnitSelector
    CSC.SC.TOPICA4.TemplateEmployeeSelector

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public class EmployeeSelector : OrgUnitSelector

The EmployeeSelector type exposes the following members.

Constructors
  NameDescription
Public methodEmployeeSelector
Constructor for EmployeeSelector
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEmployees
Returns employeecollection form specifed database with specified owner
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrgUnitCollection
Get an OrgUnitCollection based on OrgUnitSelection value
(Inherited from OrgUnitSelector.)
Public methodGetOrgUnitRoot
Get root OrgUnit - only meaningfull in some siltuations
(Inherited from OrgUnitSelector.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAncestors
Add ancestors
(Inherited from OrgUnitSelector.)
Public fieldAncestorType
Type of ancestor organizational unit
(Inherited from OrgUnitSelector.)
Public fieldDescendants
Add descendants
(Inherited from OrgUnitSelector.)
Public fieldFilterClassifications
Classification code to filter by (check prefix only)
Public fieldFilterFunction
Filter by function name
(Inherited from OrgUnitSelector.)
Public fieldFilterType
Type to filter by
(Inherited from OrgUnitSelector.)
Public fieldGroupByEmployer
Whether the employees should be grouped by employer
Public fieldIncludeRoot
Include "root" in hierarchy or not
(Inherited from OrgUnitSelector.)
Public fieldOrderBy
How the employees should be ordered
Public fieldOrgUnitSelection
The various selection modes specifying the OrgUnits the user may select from
(Inherited from OrgUnitSelector.)
Top
See Also