EngineOperationDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class EngineOperationDefinition sealed : Microsoft::RuleEngine::VocabularyDefinition
[System.Serializable]
public sealed class EngineOperationDefinition : Microsoft.RuleEngine.VocabularyDefinition
type EngineOperationDefinition = class
inherit VocabularyDefinition
Public NotInheritable Class EngineOperationDefinition
Inherits VocabularyDefinition
- Inheritance
- Attributes
Constructors
EngineOperationDefinition(String, String, Type, ArgumentDefinition[]) | |
EngineOperationDefinition(String, String, Type) |
Properties
ArgumentCount | |
Arguments | |
Description | (Inherited from VocabularyDefinition) |
FormatStrings | (Inherited from VocabularyDefinition) |
Id | (Inherited from VocabularyDefinition) |
Item[String] | (Inherited from VocabularyDefinition) |
Name | (Inherited from VocabularyDefinition) |
Type | (Inherited from VocabularyDefinition) |
Methods
AddFormatString(FormatString) | (Inherited from VocabularyDefinition) |
Clone() | |
GetArgument(Int32) | |
GetFormatString() | (Inherited from VocabularyDefinition) |
GetFormatString(String) | (Inherited from VocabularyDefinition) |
RemoveFormatString(String) | (Inherited from VocabularyDefinition) |
SetType(Type) | (Inherited from VocabularyDefinition) |