AnnotationLock Methods |
The AnnotationLock type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a copy of this lock. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData | Fills a SerializationInfo object with AnnotationLock information. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Lock | Locks the annotation without specifying a password. | |
Lock(String) | Locks the annotation using the specified password. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAnnotationControllerNotification | Called to notify the AnnotationController after a property has been changed. | |
OnPropertyChanged | Called when a property value has changed and raises the PropertyChanged
event. | |
OnPropertyChanging | Called before a property has been changed. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unlock | This method will disable the lock on a locked annotation. | |
Unlock(String) |
This method will disable the lock on an annotation that was previously locked
with a password.
|