TextExpression Class

Definition

Represents a text expression.

public ref class TextExpression abstract sealed
public static class TextExpression
type TextExpression = class
Public Class TextExpression
Inheritance
TextExpression

Properties

DefaultNamespaces

Gets the default namespaces within the activity.

DefaultReferences

Gets the default references within the activity.

Methods

GetNamespaces(Object)

Gets the collection of namespaces used in the text expression.

GetNamespacesForImplementation(Object)

Gets the collection of namespaces for the implementation of the text expression.

GetNamespacesInScope(Activity)

Gets the namespaces that are being used within the scope.

GetReferences(Object)

Gets the list of references used for the text expression.

GetReferencesForImplementation(Object)

Gets the list of references used for the implementation of the text expression.

GetReferencesInScope(Activity)

Gets the references that are being used within the scope.

SetNamespaces(Object, IList<String>)

Sets the namespace for the Text expression with specified target and namespaces.

SetNamespaces(Object, String[])

Sets the namespace for the Text expression with specified target and namespaces.

SetNamespacesForImplementation(Object, IList<String>)

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

SetNamespacesForImplementation(Object, String[])

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

SetReferences(Object, AssemblyReference[])

Represents an object to set references of the text expression with specified target and reference.

SetReferences(Object, IList<AssemblyReference>)

Represents an object to set references of the text expression with specified target and reference.

SetReferencesForImplementation(Object, AssemblyReference[])

Represents an object to set references for implementation of the text expression with specified target and reference.

SetReferencesForImplementation(Object, IList<AssemblyReference>)

Represents an object to set references for implementation of the text expression with specified target and reference.

ShouldSerializeNamespaces(Object)

Represents a value that indicates whether the object should serialize namespaces.

ShouldSerializeNamespacesForImplementation(Object)

Represents a value that indicates whether the target should serialize namespaces for implementation.

ShouldSerializeReferences(Object)

Represents a value that indicates whether the object should serialize references.

ShouldSerializeReferencesForImplementation(Object)

Represents a value that indicates whether the text expression should serialize namespaces for implementation.

Applies to