Freigeben über


Before Konstruktoren

Definition

Überlädt

Before(Term, Term)
Before(Term, Term, VocabularyLink)

Before(Term, Term)

public:
 Before(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2);
public Before (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2);
new Microsoft.RuleEngine.Before : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Before
Public Sub New (time1 As Term, time2 As Term)

Parameter

time1
Term
time2
Term

Gilt für:

Before(Term, Term, VocabularyLink)

public:
 Before(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Before (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Before : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Before

Parameter

time1
Term
time2
Term
vocabularyLink
VocabularyLink

Gilt für: