![]() OVERRIDE_DIRECTORY | Specifies that a directory replacing the module directory will follow. |
![]() REVISION | Specifies the revision or sticky tag will follow. |
CheckoutOptions Constructor | Initialize the available options for the checkout options class. |
Count (inherited from DictionaryBase) | |
Item (inherited from AbstractOptions) | Set the option to the given location. |
Values (inherited from AbstractOptions) | Return the collection of values for the dictionary. |
Add (inherited from AbstractOptions) | Overloaded. Add a new option to the option collection, using the Option.Name value as the key.. |
Clear (inherited from DictionaryBase) | |
Contains (inherited from AbstractOptions) | Determines if the given collection contains an option. |
CopyTo (inherited from DictionaryBase) | |
Equals (inherited from Object) | |
GetEnumerator (inherited from DictionaryBase) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Remove (inherited from AbstractOptions) | Remove the given option from the collection. |
ToString (inherited from AbstractOptions) | Render the options collection as a human readable string. |
Available (inherited from AbstractOptions) | Options that are available for the given command. |
Dictionary (inherited from DictionaryBase) | |
InnerHashtable (inherited from DictionaryBase) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) | |
OnClear (inherited from DictionaryBase) | |
OnClearComplete (inherited from DictionaryBase) | |
OnGet (inherited from DictionaryBase) | |
OnInsert (inherited from DictionaryBase) | |
OnInsertComplete (inherited from DictionaryBase) | |
OnRemove (inherited from DictionaryBase) | |
OnRemoveComplete (inherited from DictionaryBase) | |
OnSet (inherited from DictionaryBase) | |
OnSetComplete (inherited from DictionaryBase) | |
OnValidate (inherited from DictionaryBase) |
IDictionary.Add (inherited from DictionaryBase) | |
IDictionary.Contains (inherited from DictionaryBase) | |
IDictionary.Remove (inherited from DictionaryBase) | |
IEnumerable.GetEnumerator (inherited from DictionaryBase) |
CheckoutOptions Class | ICSharpCode.SharpCvsLib.Options Namespace