Constant Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Constant(Object) | |
Constant(Object, VocabularyLink) | |
Constant(Type, Object) | |
Constant(Type, Object, VocabularyLink) |
Constant(Object)
public:
Constant(System::Object ^ constantValue);
public Constant (object constantValue);
new Microsoft.RuleEngine.Constant : obj -> Microsoft.RuleEngine.Constant
Public Sub New (constantValue As Object)
Parametri
- constantValue
- Object
Si applica a
Constant(Object, VocabularyLink)
public:
Constant(System::Object ^ constantValue, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Constant (object constantValue, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Constant : obj * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Constant
Parametri
- constantValue
- Object
- vocabularyLink
- VocabularyLink
Si applica a
Constant(Type, Object)
public:
Constant(Type ^ constantType, System::Object ^ constantValue);
public Constant (Type constantType, object constantValue);
new Microsoft.RuleEngine.Constant : Type * obj -> Microsoft.RuleEngine.Constant
Public Sub New (constantType As Type, constantValue As Object)
Parametri
- constantType
- Type
- constantValue
- Object
Si applica a
Constant(Type, Object, VocabularyLink)
public:
Constant(Type ^ constantType, System::Object ^ constantValue, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Constant (Type constantType, object constantValue, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Constant : Type * obj * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Constant
Parametri
- constantType
- Type
- constantValue
- Object
- vocabularyLink
- VocabularyLink