Implementation of IGeneratorOptions
| C# | Visual Basic | Visual C++ |
public class GeneratorOptionsImpl : IGeneratorOptions
Public Class GeneratorOptionsImpl _ Implements IGeneratorOptions
public ref class GeneratorOptionsImpl : IGeneratorOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GeneratorOptionsImpl()()() | ||
| AbstractBaseName |
Gets or sets the name of the abstract base.
| |
| BaseTypeName |
Gets or sets the name of the base type.
| |
| DbProvider |
Gets or sets the db provider.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Generator |
Gets or sets the generator.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MarkerInterfaceName |
Gets or sets the name of the marker interface.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Namer |
Gets or sets the namer.
| |
| Namespace |
Gets or sets the namespace.
| |
| Output |
Gets or sets the output.
| |
| OutputPath |
Gets or sets the output path.
| |
| OutputWriter |
Gets or sets the output writer.
| |
| SkipTables |
Gets or sets the tables that will not be generated
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GeneratorOptionsImpl | |