DocumentMemberBindingDefinition Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
DocumentMemberBindingDefinition(String, String, DocumentInformation, XPathPair, Type, ArgumentDefinition)
public:
DocumentMemberBindingDefinition(System::String ^ name, System::String ^ description, Microsoft::RuleEngine::DocumentInformation ^ documentInfo, Microsoft::RuleEngine::XPathPair ^ field, Type ^ fieldType, Microsoft::RuleEngine::ArgumentDefinition ^ argument);
public DocumentMemberBindingDefinition(string name, string description, Microsoft.RuleEngine.DocumentInformation documentInfo, Microsoft.RuleEngine.XPathPair field, Type fieldType, Microsoft.RuleEngine.ArgumentDefinition argument);
new Microsoft.RuleEngine.DocumentMemberBindingDefinition : string * string * Microsoft.RuleEngine.DocumentInformation * Microsoft.RuleEngine.XPathPair * Type * Microsoft.RuleEngine.ArgumentDefinition -> Microsoft.RuleEngine.DocumentMemberBindingDefinition
Public Sub New (name As String, description As String, documentInfo As DocumentInformation, field As XPathPair, fieldType As Type, argument As ArgumentDefinition)
Параметры
- name
- String
- description
- String
- documentInfo
- DocumentInformation
- field
- XPathPair
- fieldType
- Type
- argument
- ArgumentDefinition
Применяется к
DocumentMemberBindingDefinition(String, String, DocumentInformation, String, Type, ArgumentDefinition)
public:
DocumentMemberBindingDefinition(System::String ^ name, System::String ^ description, Microsoft::RuleEngine::DocumentInformation ^ documentInfo, System::String ^ field, Type ^ fieldType, Microsoft::RuleEngine::ArgumentDefinition ^ argument);
public DocumentMemberBindingDefinition(string name, string description, Microsoft.RuleEngine.DocumentInformation documentInfo, string field, Type fieldType, Microsoft.RuleEngine.ArgumentDefinition argument);
new Microsoft.RuleEngine.DocumentMemberBindingDefinition : string * string * Microsoft.RuleEngine.DocumentInformation * string * Type * Microsoft.RuleEngine.ArgumentDefinition -> Microsoft.RuleEngine.DocumentMemberBindingDefinition
Public Sub New (name As String, description As String, documentInfo As DocumentInformation, field As String, fieldType As Type, argument As ArgumentDefinition)
Параметры
- name
- String
- description
- String
- documentInfo
- DocumentInformation
- field
- String
- fieldType
- Type
- argument
- ArgumentDefinition