Click or drag to resize

CodeGenerationCyclePreferences Class

Container class for the preferences for a code generation cycle.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class CodeGenerationCyclePreferences : ISerializableToXml

The CodeGenerationCyclePreferences type exposes the following members.

Constructors
  NameDescription
Public methodCodeGenerationCyclePreferences
Initializes a new instance of the CodeGenerationCyclePreferences class.
Top
Properties
  NameDescription
Public propertyAdHocTemplateSetFilenames
The list of filenames of ad-hoc template sets to use in this code generation cycle.
Public propertyDescription
Gets the description, which is the set of settings concatted to a readable string for display to the user.
Public propertyDestinationRootFolder
Gets or sets the destination folder as specified by the user. This can be a relative path.
Public propertyFrameworkName
Gets or sets the name of the framework.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyLanguageName
Gets or sets the name of the language.
Public propertyLastGenerationCycleStartedOn
Gets or sets the date/time the last generation cycle started on.
Public propertyOutputType
Gets or sets the type of the output this preferences are for.
Public propertyPlatformName
Gets or sets the name of the platform.
Public propertyPresetName
Gets or sets the name of the preset.
Public propertyRootNamespace
Gets or sets the root namespace.
Public propertyTemplateBindings
Gets or sets the template bindings.
Public propertyTemplateGroup
Gets or sets the template group.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also