CustomFCODefinition Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the metadata for a custom object that is retrieved from the web.config file for PerformancePoint Services in Microsoft SharePoint Server 2010.
The CustomFCODefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomFCODefinition | Initializes a new instance of the CustomFCODefinition class. |
Top
Properties
Name | Description | |
---|---|---|
Description | The description of the custom object. | |
EditorUri | The URI of the custom editor. | |
Name | The display name of the custom object. | |
RendererClass | The fully qualified name of the renderer class for custom ReportView or Filter objects. | |
SubType | The unique identifier of the custom object. | |
TemplateIcon | The icon of the custom object. | |
TemplateIconSerialized | The template icon serialized as a string. | |
Type | The type of custom object, as defined by the CustomFCOType class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Performs a deep copy of another object of the same type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top