PageElementInfo Class |
Namespace: NetQuarry
The PageElementInfo type exposes the following members.
Name | Description | |
---|---|---|
PageElementInfo |
Standard ctor.
|
Name | Description | |
---|---|---|
Attributes |
Gets/sets the element's PageElementAttrs.
| |
ComponentInfo |
The ComponentInfo associated with this object.
| |
InstanceName |
Gets the instance name for this element.
The instance name is most commonly used in wizards, see InstanceName
The instance name is taken from the InstanceName property on the element if one is specified.
If not, the instance name is defaulted from the element's Name.
| |
Name |
The element's name.
| |
Order |
Gets or Sets the element's order.
| |
PageElementID |
This element's ID. Properties and TextItems are connected to this value.
| |
PageID |
Gets/sets his page's ID.
| |
Permissions |
Gets/sets the permissions for this page element. The permissions are initialy set when the element is loaded from
meta-data based on its rolled-up meta-data permissions for the current user according to the user's role(s).
| |
Properties |
The properties collection for the object.
| |
Slot |
Returns the slot
| |
TextItems |
The localized text for the object.
|
Name | Description | |
---|---|---|
Clone |
The Clone method creates a copy of this ComponentInfos collection.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCaption |
Get the standard caption for this element as used for console and wizard panes.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsHigherPriorityThan |
Determine if this page element is of higher priority than the specified page element
(which may be null). At this time there is no Priority value on a page element, but we NOW consider a
tenant-specific element to be higher priority than a non-tenant-specific element.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge |
Merges properties and text items from the specified source PageElementInfo
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |