AnnotationDataCollection Class |
Namespace: Atalasoft.Annotate
The AnnotationDataCollection type exposes the following members.
Name | Description | |
---|---|---|
AnnotationDataCollection | Creates a new instance of AnnotationDataCollection. | |
AnnotationDataCollection(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationDataCollection from serialized information.
|
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
Item | Gets an AnnotationData object form the collection at the specified index. | |
List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
Add | Adds an AnnotationData object to the collection. | |
AddRange | Adds an array of AnnotationData objects to the collection. | |
Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
Clone | Create a copy of the AnnotationDataCollection. | |
Contains | Determines whether the AnnotationDataCollection contains the specified element | |
CopyTo | Copies items into the specified array. | |
Equals | Compares one collection to another to see if they are equal. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetObjectData | Fills a SerializationInfo object with serialized data for this collection. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Returns the index of an item in the collection. | |
Insert | Inserts an AnnotationData object into the collection at a specified index. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClear | Called when the Clear method has been invoked. (Overrides CollectionBaseOnClear.) | |
OnClearComplete | Called when the collection is cleared. (Overrides CollectionBaseOnClearComplete.) | |
OnCollectionChanged | Called when there is a change in the collection. | |
OnDeserialization | Called after an object has been fully deserialized by a serialization formatter. | |
OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) | |
OnInsertComplete | Called when an add or insert has completed. (Overrides CollectionBaseOnInsertComplete(Int32, Object).) | |
OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from CollectionBase.) | |
OnRemoveComplete | Called when a remove has completed. (Overrides CollectionBaseOnRemoveComplete(Int32, Object).) | |
OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
OnSetComplete | Called when a set has completed. (Overrides CollectionBaseOnSetComplete(Int32, Object, Object).) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
Remove | Removes an AnnotationData object from the collection. | |
RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AnnotationControllerNotification | Raised when the annotation sends a notification to the AnnotationController. | |
CollectionChanged | Raised when the collection has changed. | |
PropertyChanging | Raised before a property is changed. |