Table of Contents

Interface IPluginRuleValidation

Namespace: Casewhere.Runtime.Interfaces
Assembly: Casewhere.Runtime.dll

public interface IPluginRuleValidation

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IPluginRuleValidation>(IPluginRuleValidation)

Methods

ValidatePrivateRule(string, string)

bool ValidatePrivateRule(string pluginName, string methodName)

Parameters

pluginName string

methodName string

Returns

bool

ValidatePublicRule(string, string)

bool ValidatePublicRule(string pluginName, string methodName)

Parameters

pluginName string

methodName string

Returns

bool