TranslationResults Class

 

Updated: September 18, 2012

Contains the results of translating the expressions of a workflow. These results contain the translated XAML (provided as a XamlReader) and the set of errors (if any) from the expression translation operation.

Namespace:   Microsoft.Activities.Design.ExpressionTranslation
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

System.Object
  Microsoft.Activities.Design.ExpressionTranslation.TranslationResults

public class TranslationResults

NameDescription
System_CAPS_pubpropertyErrors

The set of errors from the translation operation. Errors include the message and information about the offending activity within the original xaml file.

System_CAPS_pubpropertyOutput

The translated xaml (a xaml where all the VB/C# expressions have been translated to trees of trusted activities)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: