In This Topic ▼

AnnRoles Class Members

Summary

The following tables list the members exposed by AnnRoles.

Public Constructors

Name Description
Public Constructor
static  | Shared in VB</div>
AnnRoles Initializes a new instance of this class.

Public Methods

Name Description
Public Method
add Adds the specified string to the end of the collection.
Public Method addRange Adds the items of the specified array to the end of this collection.
Public Method clear Removes all elements from the list.
Public Method clearItems Removes all items from the list.
Public Method contains Determines whether the specified string is in the collection.
Public Method getEnumerator Returns an enumerator that iterates through the list.
Public Method indexOf Gets the index of a string in this list.
Public Method insert Inserts an item into this collection at the specified index.
Public Method insertItem Inserts the specified string into this list at the specified index.
Public Method insertItemRange Inserts the items of the specified array to into this collection at the specified index.
Public Method insertRange Inserts the items of the specified array to into this collection at the specified index.
Public Method move Moves the item at the specified index to a new location in the list.
Public Method moveItem Moves the item at the specified index to a new location in the list.
Public Method onCollectionChanged Raises the CollectionChanged event with the provided arguments.
Public Method remove Removes the first occurrence of the specified string from the collection.
Public Method removeAt Removes the element at the specified index of the list.
Public Method removeItem Removes the first occurrence of the specified string from the list.
Public Method setItem Replaces the element at the specified index.
Public Method toArray Copies the elements of the list to a new array.

Public Properties

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

Public Events

Name Description
Public Event
static  | Shared in VB
collectionChanged Occurs when the collection changes.

Public Fields

Name Description
Public Field
static  | Shared in VB
edit Allow editing of only the objects created by the current user.
Public Field static  | Shared in VB editAll Allow editing of all objects.
Public Field static  | Shared in VB fullControl Allow full control.
Public Field static  | Shared in VB view Allow viewing of only the objects created by the current user.
Public Field static  | Shared in VB viewAll Allow viewing of all objects.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly