The following tables list the members exposed by AnnRoles.
Name | Description | |
---|---|---|
AnnRoles Constructor |
Name | Description | |
---|---|---|
Edit | Allow editing of only the objects created by the current user. | |
EditAll | Allow editing of all objects. | |
FullControl | Allow full control. | |
View | Allow viewing of only the objects created by the current user. | |
ViewAll | Allow viewing of all objects. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the list. | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified string to the end of the collection. | |
Clear | Removes all elements from the list. | |
Contains | Determines whether the specified string is in the collection. | |
GetEnumerator | Returns an enumerator that iterates through the list. | |
IndexOf | Gets the index of a string in this list. | |
Move | Moves the item at the specified index to a new location in the list. | |
Remove | Removes the first occurrence of the specified string from the collection. | |
RemoveAt | Removes the element at the specified index of the list. | |
ToArray | Copies the elements of the list to a new array. |
Name | Description | |
---|---|---|
ClearItems | Removes all items from the list. | |
InsertItem | Inserts the specified string into this list at the specified index. | |
MoveItem | Moves the item at the specified index to a new location in the list. | |
RemoveItem | Removes the first occurrence of the specified string from the list. | |
SetItem | Replaces the element at the specified index. |