Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a classifier module.
To create a classifier module definition, call the IFsrmClassificationManager::CreateModuleDefinition method.
The following methods can return this interface:
Inheritance
The IFsrmClassifierModuleDefinition interface inherits from the IFsrmPipelineModuleDefinition interface.
Methods
The IFsrmClassifierModuleDefinition interface has these methods.
| IFsrmClassifierModuleDefinition::get_NeedsExplicitValue Determines whether a rule that uses the classifier needs to provide the value for the classification property. (Get) | 
| IFsrmClassifierModuleDefinition::get_PropertiesAffected The list of property names that the classifier can affect. (Get) | 
| IFsrmClassifierModuleDefinition::get_PropertiesUsed The list of property names that the classifier inspects. (Get) | 
| IFsrmClassifierModuleDefinition::put_NeedsExplicitValue Determines whether a rule that uses the classifier needs to provide the value for the classification property. (Put) | 
| IFsrmClassifierModuleDefinition::put_PropertiesAffected The list of property names that the classifier can affect. (Put) | 
| IFsrmClassifierModuleDefinition::put_PropertiesUsed The list of property names that the classifier inspects. (Put) | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2008 R2 | 
| Target Platform | Windows | 
| Header | fsrmpipeline.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |