SecondClassElement Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the abstract base class for second class objects.
The SecondClassElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecondClassElement | Called from constructors in derived classes to initialize the SecondClassElement class. |
Top
Properties
Name | Description | |
---|---|---|
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Guid | Gets or sets the unique identifier of the object. (Overrides Element.Guid.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Inherited from Element.) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | Copies from another object. (Overrides Element.CopyFrom(Element).) | |
Diff | Compares this object to another object and returns the differences. (Inherited from Element.) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Inherited from Element.) |
Top