TextExpressionCompilerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies text expression compiler settings.
public ref class TextExpressionCompilerSettings
public class TextExpressionCompilerSettings
type TextExpressionCompilerSettings = class
Public Class TextExpressionCompilerSettings
- Inheritance
-
TextExpressionCompilerSettings
Constructors
TextExpressionCompilerSettings() |
Initializes a new instance of the TextExpressionCompilerSettings class. |
Properties
Activity |
Gets or sets the activity of the compiler settings. |
ActivityName |
Gets or sets the name of the activity for the compiler settings. |
ActivityNamespace |
Gets or sets the namespace of the activity. |
AlwaysGenerateSource |
Gets or sets a value that indicates whether the text expression compiler settings always generate source. |
ForImplementation |
Gets or sets whether the TextExpressionCompilerSettings is for implementation. |
GenerateAsPartialClass |
Gets or sets whether the TextExpressionCompilerSettings generates as partial class. |
Language |
Gets or sets the language used by the TextExpressionCompilerSettings. |
LogSourceGenerationMessage |
Gets or sets the log source generation message for the TextExpressionCompilerSettings. |
RootNamespace |
Gets or sets the root namespace for the TextExpressionCompilerSettings. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |