ClassMemberBindingDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ClassMemberBindingDefinition sealed : Microsoft::RuleEngine::MemberBindingDefinition
[System.Serializable]
public sealed class ClassMemberBindingDefinition : Microsoft.RuleEngine.MemberBindingDefinition
type ClassMemberBindingDefinition = class
inherit MemberBindingDefinition
Public NotInheritable Class ClassMemberBindingDefinition
Inherits MemberBindingDefinition
- Inheritance
-
ClassMemberBindingDefinition
- Attributes
Constructors
ClassMemberBindingDefinition(String, String, ClassInformation, String, Type, ArgumentDefinition[]) |
Properties
ArgumentCount | |
Arguments | |
ClassInformation | |
Description | (Inherited from VocabularyDefinition) |
FormatStrings | (Inherited from VocabularyDefinition) |
Id | (Inherited from VocabularyDefinition) |
Item[String] | (Inherited from VocabularyDefinition) |
Mappings | (Inherited from MemberBindingDefinition) |
MemberName | |
Name | (Inherited from VocabularyDefinition) |
Type | (Inherited from VocabularyDefinition) |
Methods
AddFormatString(FormatString) | (Inherited from VocabularyDefinition) |
AddMapping(ArgumentMapping) | (Inherited from MemberBindingDefinition) |
Clone() | |
GetArgument(Int32) | |
GetFormatString() | (Inherited from VocabularyDefinition) |
GetFormatString(String) | (Inherited from VocabularyDefinition) |
RemoveFormatString(String) | (Inherited from VocabularyDefinition) |
RemoveMapping(ArgumentMapping) | (Inherited from MemberBindingDefinition) |
SetType(Type) | (Inherited from VocabularyDefinition) |