Click or drag to resize
OrgUnitSelector Class

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

Information on how to select OrgUnits (e.g. for OrgUnitPicker) and methods to get OrgUnits
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 OrgUnitSelector

The OrgUnitSelector type exposes the following members.

Constructors
  NameDescription
Public methodOrgUnitSelector
Default constructor
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrgUnitCollection
Get an OrgUnitCollection based on OrgUnitSelection value
Public methodGetOrgUnitRoot
Get root OrgUnit - only meaningfull in some siltuations
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
Public fieldAncestorType
Type of ancestor organizational unit
Public fieldDescendants
Add descendants
Public fieldFilterFunction
Filter by function name
Public fieldFilterType
Type to filter by
Public fieldIncludeRoot
Include "root" in hierarchy or not
Public fieldOrgUnitSelection
The various selection modes specifying the OrgUnits the user may select from
Top
See Also