Méthode | Description | |
---|---|---|
Create ( System.Xml.Linq.XElement element, IBindingRoot module ) : IBindingConfigurationSyntax |
Creates a new binding builder and returns its binding syntax.
|
Méthode | Description | |
---|---|---|
GetTypeFromAttributeValue ( System.Xml.Linq.XAttribute attribute ) : |
Gets the type from attribute value.
|
|
HandleToAttribute ( System.Xml.Linq.XElement element, IBindingToSyntax |
Tries to handle the to attribute.
|
|
HandleToProviderAttribute ( System.Xml.Linq.XElement element, IBindingToSyntax |
Tries to handle the ToProvider attribute.
|
|
VerifyElementHasExactlyOneToAttribute ( System.Xml.Linq.XElement element ) : void |
Verifies that the specified element has exactly one "to" attribute.
|
public Create ( System.Xml.Linq.XElement element, IBindingRoot module ) : IBindingConfigurationSyntax |
||
element | System.Xml.Linq.XElement | The element. |
module | IBindingRoot | The module. |
Résultat | IBindingConfigurationSyntax |