GroupsUsersRelationships overview
GroupsUsersRelationships Constructor | Initializes a new instance of the GroupsUsersRelationships class. |
Groups | ArrayList of GroupRef objects |
Relationships | ArrayList of relationshipPermission objects |
SelfRelationships | ArrayList of relationshipPermission objects, which define relationships to self |
Users | ArrayList of UserRef objects |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetGroups | Gets an ArrayList of Group object which are included in this object |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetSummary | Method to get the string summary of this object used for display |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetUsers | Gets an ArrayList of User objects which are include in this object |
SetGroups | Sets an ArrayList of Group object |
SetUsers | Sets an ArrayList of User object |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
GroupsUsersRelationships Class | Ant.Security.Base Namespace