The CodeSmithProject type exposes the following members.

Constructors

  NameDescription
Public methodCodeSmithProject
Initializes a new instance of the CodeSmithProject class

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodStatic memberCreateInstance
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInsertVariables
Inserts variables into the property set where the value matches.
Public methodStatic memberLoadFile(String)
Loads the project from a file.
Public methodStatic memberLoadFile(String, Boolean)
Loads the project from a file.
Public methodStatic memberLoadFromString(String)
Loads the project from a String.
Public methodStatic memberLoadFromString(String, Boolean)
Loads from String.
Public methodMakePathsRelative
Makes the paths relative to the directory of FileName.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReplaceVariables
Replaces variables in the property set with the variables value.
Public methodSaveFile(String)
Saves the project to a file.
Public methodSaveFile(String, Boolean)
Saves the project to a file.
Public methodSaveToString()()()()
Saves project to String.
Public methodSaveToString(Boolean)
Saves project to String.
Public methodShouldSerializeDefaultProperties
Public methodShouldSerializeDefaultTemplate
Public methodShouldSerializePropertySets
Public methodShouldSerializeSingleOutput
Public methodShouldSerializeVariables
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodUpdateDisplayNames

Fields

  NameDescription
Public fieldStatic memberDefaultNamespace

Properties

See Also