RangeDefinition Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
RangeDefinition(System::String ^ name, System::String ^ description, Type ^ type, Microsoft::RuleEngine::ValueDefinition ^ low, Microsoft::RuleEngine::ValueDefinition ^ high);
public RangeDefinition (string name, string description, Type type, Microsoft.RuleEngine.ValueDefinition low, Microsoft.RuleEngine.ValueDefinition high);
new Microsoft.RuleEngine.RangeDefinition : string * string * Type * Microsoft.RuleEngine.ValueDefinition * Microsoft.RuleEngine.ValueDefinition -> Microsoft.RuleEngine.RangeDefinition
Paramètres
- name
- String
- description
- String
- type
- Type
- low
- ValueDefinition
- high
- ValueDefinition