FavoritePropertyDirectoryExtension Methods
Provides the functionality to store the Property panel’s favorite properties in a file system.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FindComponentType(Type) | Searches the specified type among the default types that support favorite properties. Inherited from FavoritePropertyExtension. |
| GetFavoriteProperties(Object) | Returns favorite properties for the specified component. Inherited from FavoritePropertyExtension. |
| GetFavoriteProperties(Type) static | Returns predefined favorite properties for the specified type. Inherited from FavoritePropertyExtension. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RegisterExtensionGlobal(FavoritePropertyExtension) static | Registers the specified extension to store favorite properties for all End-User Report Designers within the current application. Inherited from FavoritePropertyExtension. |
| SaveProperties(DescriptionSet) | Saves the specified favorite list to the storage. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| TryLoadProperties(out DescriptionSet) | Loads favorite properties from the storage. |
See Also