Click or drag to resize

IGroup Methods

The IGroup type exposes the following members.

Methods
  NameDescription
Public methodDelete
Flag the entity as deleted in database
(Inherited from IEntityBase.)
Public methodDelete(Boolean)
Flag an entity as deleted or definitively delete it in the database.
(Inherited from IOwnerEntity.)
Public methodCode exampleGetAllUserIds
Returns the identifiers of users members of the current group and all of his recursively sub-groups.
Public methodCode exampleGetAscendantGroupIds
Returns the identifiers of all ascendant groups.
Public methodCode exampleGetChildrenGroupIds
Returns the identifiers of groups directly children of the current group.
Public methodCode exampleGetDescendantGroupIds
Returns the identifiers of all descendant groups.
Public methodCode exampleGetUserIds
Returns the identifiers of users directly members of the current group.
Public methodCode exampleGetUsersCount
Returns the count of users directly members of the current group.
Public methodReload
Reload the entity, using the current database value. Returns successful value when the operation succeed
(Inherited from IOwnerEntity.)
Public methodRestore
Restore an entity flag as deleted
(Inherited from IOwnerEntity.)
Public methodSave
Save (create or update) an entity
(Inherited from IEntityBase.)
Public methodValidate
Validate the integrity of the entity
(Inherited from IEntityBase.)
Top
See Also