Specifies a namespace allowing to refer the types within by their unqualified short type name.
The <Using> element can be used similarly to he
using directive in C#.
When WOP Compiler encounters an unqualified type name in the
view definition file the namespaces specified in one or more using directives will be used
to resolve the type reference.
If the type name is the full name of a class in one of the referenced assemblies, the type reference will be resolved to this class. If the type name is ambiguous considering the namespaces, the WOP Compiler will throw a compilation error.
Type: TechTalk.Genome.Schema.Builder.Xml.UsingXmlData
Assembly: TechTalk.Genome.dll
Version: 4.2.4
Editions: Professional, Community, Evaluation