Class TextExpression
Inheritance
System.Object
TextExpression
Namespace: System.Activities.Expressions
Assembly: System.Activities.dll
Syntax
public static class TextExpression : Object
Properties
DefaultNamespaces
Declaration
public static IList<string> DefaultNamespaces { get; }
Property Value
System.Collections.Generic.IList<System.String>
|
DefaultReferences
Declaration
public static IList<AssemblyReference> DefaultReferences { get; }
Property Value
System.Collections.Generic.IList<AssemblyReference>
|
Methods
GetNamespaces(Object)
Declaration
public static IList<string> GetNamespaces(object target)
Parameters
System.Object
target
|
Returns
System.Collections.Generic.IList<System.String>
|
GetNamespacesForImplementation(Object)
Declaration
public static IList<string> GetNamespacesForImplementation(object target)
Parameters
System.Object
target
|
Returns
System.Collections.Generic.IList<System.String>
|
GetNamespacesInScope(Activity)
Declaration
public static IList<string> GetNamespacesInScope(Activity activity)
Parameters
Activity
activity
|
Returns
System.Collections.Generic.IList<System.String>
|
GetReferences(Object)
Declaration
public static IList<AssemblyReference> GetReferences(object target)
Parameters
System.Object
target
|
Returns
System.Collections.Generic.IList<AssemblyReference>
|
GetReferencesForImplementation(Object)
Declaration
public static IList<AssemblyReference> GetReferencesForImplementation(object target)
Parameters
System.Object
target
|
Returns
System.Collections.Generic.IList<AssemblyReference>
|
GetReferencesInScope(Activity)
Declaration
public static IList<AssemblyReference> GetReferencesInScope(Activity activity)
Parameters
Activity
activity
|
Returns
System.Collections.Generic.IList<AssemblyReference>
|
SetNamespaces(Object, IList<String>)
Declaration
public static void SetNamespaces(object target, IList<string> namespaces)
Parameters
System.Object
target
|
System.Collections.Generic.IList<System.String>
namespaces
|
SetNamespacesForImplementation(Object, IList<String>)
Declaration
public static void SetNamespacesForImplementation(object target, IList<string> namespaces)
Parameters
System.Object
target
|
System.Collections.Generic.IList<System.String>
namespaces
|
SetReferences(Object, IList<AssemblyReference>)
Declaration
public static void SetReferences(object target, IList<AssemblyReference> references)
Parameters
System.Object
target
|
System.Collections.Generic.IList<AssemblyReference>
references
|
SetReferencesForImplementation(Object, IList<AssemblyReference>)
Declaration
public static void SetReferencesForImplementation(object target, IList<AssemblyReference> references)
Parameters
System.Object
target
|
System.Collections.Generic.IList<AssemblyReference>
references
|
ShouldSerializeNamespaces(Object)
Declaration
public static bool ShouldSerializeNamespaces(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|
ShouldSerializeNamespacesForImplementation(Object)
Declaration
public static bool ShouldSerializeNamespacesForImplementation(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|
ShouldSerializeReferences(Object)
Declaration
public static bool ShouldSerializeReferences(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|
ShouldSerializeReferencesForImplementation(Object)
Declaration
public static bool ShouldSerializeReferencesForImplementation(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|