RepositoryLocation Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the location of a first class object (FCO) stored as a content type in the repository.
The RepositoryLocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RepositoryLocation() | Initializes a new instance of the RepositoryLocation class. | |
RepositoryLocation(Guid) | Initializes a new instance of the RepositoryLocation class for a temporary report with the specified GUID. | |
RepositoryLocation(String) | Initializes a new instance of the RepositoryLocation class based on the specified item URL. | |
RepositoryLocation(String, Int32) | Initializes a new instance of the RepositoryLocation class based on the specified list URL and item identifier. | |
RepositoryLocation(String, FirstClassObjectType, Guid, Guid, Guid, Guid) | Initializes a new instance of the RepositoryLocation class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
HashGuid | Gets the hash of the ToString() method, which is used to create a GUID. | |
ItemGuid | Gets the unique identifier of the item. | |
ItemType | Gets the type of first class object that this item represents. | |
ItemUrl | Gets the server-relative URL of the item. | |
SPListId | Gets the identifier of the list that contains the item. | |
SPSiteCollectionId | Gets the identifier of the site collection that contains the item. | |
SPSiteId | Gets the identifier of the site that contains the item. | |
TempFcoGuid | Gets the GUID of the item if it is a temporary object. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
CompareTo | Compares the current instance to another object of the same type. | |
CreateFromString | Creates a RepositoryLocation object with the specified location. | |
CreateFromUriString | Creates a RepositoryLocation object from the specified URI. | |
CreateRepositoryLocationSchema | Creates the schema for a RepositoryLocation object. | |
Diff | Compares this object to another object and returns the differences. | |
Empty | Returns a new RepositoryLocation object. | |
Equals(Object) | Determines whether this object is equal to another object. (Overrides Object.Equals(Object).) | |
Equals(RepositoryLocation) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetFirstClassObjectType | Returns the type of first class object that is represented by the specified type of content type. | |
GetHashCode | Returns the hash code for the object. (Overrides Object.GetHashCode().) | |
GetItemId | Returns the identifier of the item. | |
GetListUrl | Returns the list URL of the location by removing the item identifier from the ItemUrl property. | |
GetSchema | Gets the XML schema. | |
GetType | (Inherited from Object.) | |
IsBuiltInIndicator | Determines whether this object uses a built-in indicator. | |
IsEmpty | Determines whether the ItemGuid and ItemUrl properties are empty. | |
IsFixedValuesDataSource | Determines whether this object uses a fixed values data source. | |
IsNullOrEmpty | Determines whether the specified location is null or empty. | |
IsTempFco | Determines whether the object is a temporary object. | |
IsValid | Determines whether the ItemUrl property is null or empty or whether the object is a temporary object. | |
MemberwiseClone | (Inherited from Object.) | |
ReadXml | Reads properties from XML. | |
ToString | Returns the GUID of a temporary object as a string, or returns the URL of other types of object. (Overrides Object.ToString().) | |
ToUriString | Returns the URI-encoded concatenation of the properties that uniquely identify an item: the site URL, the list URL, and the item identifier. | |
Validate | Checks the location for valid values. | |
WriteXml | Writes properties to XML. |
Top