FirstClassElement members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a first class object (FCO) that can be versioned.
The FirstClassElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FirstClassElement | Called from constructors in derived classes to initialize the FirstClassElement class. |
Top
Properties
Name | Description | |
---|---|---|
CheckedOutTo | Gets or sets the user the object is currently checked out to. | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ContentType | Gets or sets the type of object. | |
CreatedBy | Gets or sets the user who created this version of the object. | |
CreatedDate | Gets or sets the date that this version of the object was created. | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Folder | Gets or sets the display folder that contains the object. | |
Guid | Gets or sets the GUID of the object. (Overrides Element.Guid.) | |
LastModified | Gets or sets the date and time when the object was last updated. | |
Location | Gets or sets the location of the object in the repository. | |
ModifiedBy | Gets or sets the last user to modify the object. | |
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 or sets the version number of the object. |
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 with another object and returns the differences. (Overrides Element.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. | |
Finalize | (Inherited from Object.) | |
GetChildFCOLocations | Returns the locations of the FCO child elements for this object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides Element.Validate().) | |
ValidateFolder | Validates the folder name. |
Top