Click or drag to resize
UserAccountEditor Class
Inheritance Hierarchy
SystemObject
  DrawerBackup.CommandLineAbstractOption
    DrawerBackup.CommandLineEntityEditorOptionUserAccount
      DrawerBackup.CommandLine.EditorsUserAccountEditor

Namespace: DrawerBackup.CommandLine.Editors
Assembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class UserAccountEditor : EntityEditorOption<UserAccount>

The UserAccountEditor type exposes the following members.

Constructors
  NameDescription
Public methodUserAccountEditor
Initializes a new instance of the UserAccountEditor class
Top
Properties
  NameDescription
Public propertyCreate (Inherited from EntityEditorOptionTEntity.)
Public propertyDefinition (Inherited from EntityEditorOptionTEntity.)
Public propertyEdit (Inherited from EntityEditorOptionTEntity.)
Public propertyField (Inherited from EntityEditorOptionTEntity.)
Public propertyId (Inherited from EntityEditorOptionTEntity.)
Public propertyList (Inherited from EntityEditorOptionTEntity.)
Public propertyQuiet (Inherited from AbstractOption.)
Public propertyRemove (Inherited from EntityEditorOptionTEntity.)
Public propertySeeHelp (Inherited from AbstractOption.)
Public propertyValue (Inherited from EntityEditorOptionTEntity.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Execute the option
(Inherited from AbstractOption.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetEntityDetails (Inherited from EntityEditorOptionTEntity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnExecute (Inherited from EntityEditorOptionTEntity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also