User

User class

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

public class User : ICloneable

Constructors

Name Description
User() Constructor.

Properties

Name Description
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
ID { get; set; } The unique ID of the element within its parent element.
Name { get; set; } The name of the element.
NameU { get; set; } The universal name of the element.
Prompt { get; set; } It specifies a descriptive prompt or comment for the user-defined element.
Value { get; set; } Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

Methods

Name Description
Clone() Creates deep copy of this instance.

See Also