NetQuarry.Metadata Namespace |
The Metadata namespace holds classes used to manage the NetQuarry metadata.
| Class | Description | |
|---|---|---|
| ApplicationSaveEventArgs |
Event arguments for the BeforeApplicationSaved event
| |
| CodeGenerator |
Used by the command-line tool EAP.Tools.CodeGen to generate type-safe wrapper classes
around each mapper.
| |
| MetadataBase |
Base class for MetadataReader/MetadataWriter
| |
| MetadataReader |
Reads metadata files as XML and loads them into the repository database
| |
| MetadataWriter |
Represents an object that reads metadata from a repository database and writes it to a "META" file.
| |
| MetaProperties |
Holds a collection of MetaProperty objects
| |
| MetaProperty |
Holds metadata information about a property
| |
| MetaTextItems |
Holds a collection of text items for use during LoadAndDistribute
| |
| ModuleInfo |
Holds information about a module
| |
| ModuleSaveLoadEventArgs |
Arguments used by the save/load events
| |
| ObjectType |
Represents a NetQuarry metadata object.
| |
| ObjectTypeRelationship |
ObjectType relationship
| |
| ObjectTypes |
Holds a collection of ObjectType objects.
| |
| Parameter |
Represents a parameter as defined in the metadata
| |
| Parameters |
Holds a collection of Parameter objects
| |
| Util |
Metadata utility helper functions.
|
| Delegate | Description | |
|---|---|---|
| AfterApplicationSavedHandler |
Fired after the application is saved.
| |
| BeforeApplicationSavedHandler |
Fired before the application is saved.
| |
| ModuleLoadedHandler |
Fired when a module is loaded
| |
| ModuleSavedHandler |
Fired when a module is saved.
|
| Enumeration | Description | |
|---|---|---|
| ApiMethodAttributes |
Options for code generation for API methods.
| |
| CodeGenerationOutputType |
Specifies the type of generation to perform.
| |
| CodeGenOptions |
Options for code generation for the IMapper objects.
FieldCodeGenOptions provides IField code generation options.
| |
| DataTypeAttrs |
Type attributes that apply to parameter data types. This enumeration is used by the Studio.
| |
| FieldCodeGenOptions |
Options for code generation a IField object.
CodeGenOptions provides IMapper code generation options.
| |
| MetadataLoadFlags |
Behavior flags for Load(String) | |
| MetadataSaveFlags |
Options for use with Save(String, String, String, MetadataSaveFlags).
| |
| ModuleAttrs |
Module attributes (applies to xmt_modules.attr_bits)
| |
| ObjectTypeAttrs |
ObjectTypeAttributes (from xmt_obj_types.attr_bits
| |
| ObjectTypeFindType |
Options used by ObjectTyps.Find
| |
| SaveStatus |
Status of the saved module. Used in the ModuleSaved event.
| |
| TypedMapperGenOptions |
TypedMapper generation options.
|