User Class

Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramUser

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class User : ICloneable

The User type exposes the following members.

Constructors
  NameDescription
Public methodUser
Constructor.
Properties
  NameDescription
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyID
The unique ID of the element within its parent element.
Public propertyName
The name of the element.
Public propertyNameU
The universal name of the element.
Public propertyPrompt
It specifies a descriptive prompt or comment for the user-defined element.
Public propertyValue
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also