|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL Add (IUser) |
|
||
LOGICAL Add (Object) |
|
||
LOGICAL CanFind (character) |
|
||
LOGICAL Contains (IUser) |
|
||
LOGICAL Contains (Object) |
|
||
IDataAdminContext CreateLocalContext () |
|
||
LOGICAL Equals (Object) |
|
||
IUser Find (character) |
|
||
PrepareExport () |
|
||
PrepareExportList () |
|
||
PrepareExportTree () |
|
||
LOGICAL Remove (IUser) |
|
||
LOGICAL Remove (Object) |
|
Options | Name | Purpose | |
---|---|---|---|
UserSet () |
|
||
UserSet (IDataAdminContext) |
/*
constructor UserSet(tenantparent as ITenant):
/* the super empty constructor will call CreateLocalContext() */
super().
Tenant = tenantparent.
end constructor.
constructor UserSet(domainparent as IDomain):
/* the super empty constructor will call CreateLocalContext() */
super().
Domain = domainparent.
Tenant = Domain:Tenant.
end constructor.
*/
|
Options | Name | Purpose | |
---|---|---|---|
IDomain Domain |
|
||
ITenant Tenant |
|
LOGICAL Add (IUser)
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Add (Object)
|
||||||||||||||
LOGICAL CanFind (character)
|
||||||||||||||
LOGICAL Contains (IUser)
|
||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||
IDataAdminContext CreateLocalContext ()
|
||||||||||||||
LOGICAL Equals (Object)
|
||||||||||||||
IUser Find (character)
|
||||||||||||||
PrepareExport () |
||||||||||||||
PrepareExportList () |
||||||||||||||
PrepareExportTree () |
||||||||||||||
LOGICAL Remove (IUser)
|
||||||||||||||
LOGICAL Remove (Object)
|
UserSet () |
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
UserSet (IDataAdminContext)
|
IDomain Domain
|
||||||||
---|---|---|---|---|---|---|---|---|
ITenant Tenant
|