EngineOperationDefinition 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EngineOperationDefinition(String, String, Type) | |
EngineOperationDefinition(String, String, Type, ArgumentDefinition[]) |
EngineOperationDefinition(String, String, Type)
public:
EngineOperationDefinition(System::String ^ name, System::String ^ description, Type ^ type);
public EngineOperationDefinition (string name, string description, Type type);
new Microsoft.RuleEngine.EngineOperationDefinition : string * string * Type -> Microsoft.RuleEngine.EngineOperationDefinition
參數
- name
- String
- description
- String
- type
- Type
適用於
EngineOperationDefinition(String, String, Type, ArgumentDefinition[])
public:
EngineOperationDefinition(System::String ^ name, System::String ^ description, Type ^ type, cli::array <Microsoft::RuleEngine::ArgumentDefinition ^> ^ arguments);
public EngineOperationDefinition (string name, string description, Type type, Microsoft.RuleEngine.ArgumentDefinition[] arguments);
new Microsoft.RuleEngine.EngineOperationDefinition : string * string * Type * Microsoft.RuleEngine.ArgumentDefinition[] -> Microsoft.RuleEngine.EngineOperationDefinition
參數
- name
- String
- description
- String
- type
- Type
- arguments
- ArgumentDefinition[]