FirstClassElementBridge Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an Element object as a FirstClassElement object.
The FirstClassElementBridge type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FirstClassElementBridge | Initializes a new instance of the FirstClassElementBridge class based on the specified first class object (FCO) and element. |
Top
Properties
Name | Description | |
---|---|---|
CheckedOutTo | Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ContentType | Gets or sets the type of object. (Inherited from FirstClassElement.) | |
CreatedBy | Gets the user who created this version of the object. (Overrides FirstClassElement.CreatedBy.) | |
CreatedDate | Gets the date this version of the object was created. (Overrides FirstClassElement.CreatedDate.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Folder | Gets the display folder that contains the object. (Overrides FirstClassElement.Folder.) | |
Guid | Gets or sets the GUID of the object. (Inherited from FirstClassElement.) | |
LastModified | Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.) | |
Location | Gets or sets the location of the object in the repository. (Inherited from FirstClassElement.) | |
ModifiedBy | Gets or sets the last user to modify the object. (Inherited from FirstClassElement.) | |
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.) | |
Version | Gets the version number of the object. (Overrides FirstClassElement.Version.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | This method is not supported by the FirstClassElementBridge class. (Overrides Element.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | This method is not supported by the FirstClassElementBridge class. (Overrides FirstClassElement.CopyFrom(Element).) | |
Diff | Compares this object with another object returns the differences. (Overrides FirstClassElement.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(FirstClassElement) | Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.) | |
Finalize | (Inherited from Object.) | |
GetChildFCOLocations | This method is not supported by the FirstClassElementBridge class. (Overrides FirstClassElement.GetChildFCOLocations().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Inherited from FirstClassElement.) |
Top