Share via


RuleSetDeploymentDriver Class

Definition

public ref class RuleSetDeploymentDriver : ICloneable, Microsoft::RuleEngine::IRuleSetDeploymentDriver
[System.Serializable]
public class RuleSetDeploymentDriver : ICloneable, Microsoft.RuleEngine.IRuleSetDeploymentDriver
type RuleSetDeploymentDriver = class
    interface ICloneable
    interface IRuleSetDeploymentDriver
Public Class RuleSetDeploymentDriver
Implements ICloneable, IRuleSetDeploymentDriver
Inheritance
RuleSetDeploymentDriver
Attributes
Implements

Constructors

RuleSetDeploymentDriver()
RuleSetDeploymentDriver(String, String)
RuleSetDeploymentDriver(String, String, String, String)

Methods

Clone()
Deploy(RuleSetInfo)
Deploy(RuleSetInfoCollection)
ExportRuleSetToFileRuleStore(RuleSetInfo, String)
ExportVocabularyToFileRuleStore(VocabularyInfo, String)
GetDeployedRuleSets()
GetDeployedRuleSets(String)
GetDeploymentHistory(DeploymentHistoryToken)
GetDeploymentHistoryToken()
GetPublishedUndeployedRuleSets()
GetRuleStore()
GetTrackingConfigForRuleSet(RuleSetInfo)
ImportAndPublishFileRuleStore(String)
IsRuleSetDeployed(RuleSetInfo)
SetTrackingConfigForRuleSet(RuleSetInfo, TrackingConfiguration)
Undeploy(RuleSetInfo)
Undeploy(RuleSetInfoCollection)

Applies to