PolicyDrivenFeatureConnector<TFeatureProviderType> Members
Include Protected Members
Include Inherited Members
A feature connector that can create feature providers based on ItemPolicy objects.
The PolicyDrivenFeatureConnector<TFeatureProviderType> type exposes the following members.
Constructors
Name
Description
PolicyDrivenFeatureConnector<TFeatureProviderType>
Initializes a new instance of the PolicyDrivenFeatureConnector<TFeatureProviderType> class.
Top
Methods
Name
Description
Overloaded. Creates a new list of feature providers associated with the feature connector.
Overloaded. Releases all resources used by the PolicyDrivenFeatureConnector<TFeatureProviderType>.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
When overridden in a derived class, this method is called automatically when a policy changes and feature providers are added to the set of active feature providers.
When overridden in a derived class, this method is called automatically when a policy changes and feature providers are removed from the set of active feature providers.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from FeatureConnector<TFeatureProviderType>.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Checks if the specified feature provider to be invoked is valid.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Called when the set of running features must be updated.
Top
Properties
Name
Description
Gets the editing context for the feature connector. (Inherited from FeatureConnector<TFeatureProviderType>.)
Gets an enumeration of all current feature providers.
Gets the FeatureManager for the feature connector. (Inherited from FeatureConnector<TFeatureProviderType>.)
Top