CodeGenerationCyclePreferences Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
The CodeGenerationCyclePreferences type exposes the following members.
Name | Description | |
---|---|---|
CodeGenerationCyclePreferences |
Initializes a new instance of the CodeGenerationCyclePreferences class.
|
Name | Description | |
---|---|---|
Description |
Gets the description, which is the set of settings concatted to a readable string for display to the user.
| |
DestinationRootFolder |
Gets or sets the destination folder as specified by the user. This can be a relative path.
| |
FrameworkName |
Gets or sets the name of the framework.
| |
IsValid |
Gets a value indicating whether this instance is valid.
| |
LanguageName |
Gets or sets the name of the language.
| |
LastGenerationCycleStartedOn |
Gets or sets the date/time the last generation cycle started on.
| |
OutputType |
Gets or sets the type of the output this preferences are for.
| |
PlatformName |
Gets or sets the name of the platform.
| |
PresetName |
Gets or sets the name of the preset.
| |
RootNamespace |
Gets or sets the root namespace.
| |
TemplateBindings |
Gets or sets the template bindings.
| |
TemplateGroup |
Gets or sets the template group.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |