ReviewProcess Class |
Namespace: Atalasoft.PdfDoc.Generating.Annotations
The ReviewProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| ReviewProcess |
Initializes a new instance of the ReviewProcess class defining the valid states for the review.
|
| Name | Description | |
|---|---|---|
| CurrentState |
Gets or sets the current review state. This index is used to select a valid state from the
set of available review states in ValidStates | |
| ProcessName |
Gets the name of the review process.
| |
| StateName |
Gets the name of the current review state.
| |
| ValidStates |
Gets the valid states for this ReviewProcess |
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetCurrentState |
Sets the review state by name. If the name is not a valid state, this will revert to the 0th state.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |