AnnRoles Class Members

Summary

The following tables list the members exposed by AnnRoles.

Public Constructors

Name Description
AnnRoles Initializes a new instance of this class.

Public Methods

Name Description
= Allow editing of only the objects created by the current user.
= Allow editing of all objects.
= Allow full control.
= Allow viewing of only the objects created by the current user.
= Allow viewing of all objects.
add Adds the specified string to the end of the collection.
addRange Adds the items of the specified array to the end of this collection.
clear Removes all elements from the list.
clearItems Removes all items 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.
insert Inserts an item into this collection at the specified index.
insertItem Inserts the specified string into this list at the specified index.
insertItemRange Inserts the items of the specified array to into this collection at the specified index.
insertRange Inserts the items of the specified array to into this collection at the specified index.
move Moves the item at the specified index to a new location in the list.
moveItem Moves the item at the specified index to a new location in the list.
onCollectionChanged Raises the CollectionChanged event with the provided arguments.
remove Removes the first occurrence of the specified string from the collection.
removeAt Removes the element at the specified index of the list.
removeItem Removes the first occurrence of the specified string from the list.
setItem Replaces the element at the specified index.
toArray Copies the elements of the list to a new array.

Public Properties

Name Description
count Gets the number of elements contained in the list.
item Gets or sets the element at the specified index.

Public Events

Name Description
collectionChanged Occurs when the collection changes.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly