Constant Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
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)
Parametry
- constantValue
- Object
Dotyczy
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
Parametry
- constantValue
- Object
- vocabularyLink
- VocabularyLink
Dotyczy
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)
Parametry
- constantType
- Type
- constantValue
- Object
Dotyczy
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
Parametry
- constantType
- Type
- constantValue
- Object
- vocabularyLink
- VocabularyLink