Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Compiler / XomlCompilerResults.cs / 1305376 / XomlCompilerResults.cs
namespace System.Workflow.ComponentModel.Compiler { using System; using System.Collections.Generic; using System.CodeDom; using System.CodeDom.Compiler; [Serializable] public sealed class WorkflowCompilerResults: CompilerResults { private CodeCompileUnit compiledCCU; internal WorkflowCompilerResults(TempFileCollection tempFiles):base(tempFiles) { } public CodeCompileUnit CompiledUnit { get { return this.compiledCCU; } internal set { this.compiledCCU = value; } } internal void AddCompilerErrorsFromCompilerResults(CompilerResults results) { foreach (CompilerError error in results.Errors) base.Errors.Add(new WorkflowCompilerError(error)); foreach (string msg in results.Output) base.Output.Add(msg); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Workflow.ComponentModel.Compiler { using System; using System.Collections.Generic; using System.CodeDom; using System.CodeDom.Compiler; [Serializable] public sealed class WorkflowCompilerResults: CompilerResults { private CodeCompileUnit compiledCCU; internal WorkflowCompilerResults(TempFileCollection tempFiles):base(tempFiles) { } public CodeCompileUnit CompiledUnit { get { return this.compiledCCU; } internal set { this.compiledCCU = value; } } internal void AddCompilerErrorsFromCompilerResults(CompilerResults results) { foreach (CompilerError error in results.Errors) base.Errors.Add(new WorkflowCompilerError(error)); foreach (string msg in results.Output) base.Output.Add(msg); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextDocumentView.cs
- SqlMethodTransformer.cs
- HashCodeCombiner.cs
- TabControlCancelEvent.cs
- DataPagerField.cs
- ObjectKeyFrameCollection.cs
- FormViewUpdateEventArgs.cs
- XmlWriterSettings.cs
- ImportFileRequest.cs
- Matrix3D.cs
- MouseButton.cs
- LambdaCompiler.Lambda.cs
- TrackingServices.cs
- ConfigXmlDocument.cs
- ImageField.cs
- SmtpMail.cs
- IProvider.cs
- WebPartChrome.cs
- BamlLocalizableResource.cs
- SQLInt32.cs
- WCFModelStrings.Designer.cs
- Int32RectConverter.cs
- Parameter.cs
- TypeForwardedToAttribute.cs
- TextParaClient.cs
- GorillaCodec.cs
- DesignerMetadata.cs
- PkcsMisc.cs
- ExtenderProvidedPropertyAttribute.cs
- PersistNameAttribute.cs
- DescriptionAttribute.cs
- SqlSelectClauseBuilder.cs
- BooleanConverter.cs
- SingleSelectRootGridEntry.cs
- ParallelEnumerableWrapper.cs
- DetailsViewPageEventArgs.cs
- FactoryMaker.cs
- FormParameter.cs
- SqlServices.cs
- RowSpanVector.cs
- SqlDataSourceCommandParser.cs
- ExtenderProvidedPropertyAttribute.cs
- CalculatedColumn.cs
- WebPartManagerDesigner.cs
- ClientType.cs
- Panel.cs
- DataGridCheckBoxColumn.cs
- ListControl.cs
- MetadataArtifactLoaderComposite.cs
- ValuePattern.cs
- TreeWalkHelper.cs
- ColumnBinding.cs
- MarginCollapsingState.cs
- RuntimeEnvironment.cs
- CTreeGenerator.cs
- TraceSource.cs
- SystemUnicastIPAddressInformation.cs
- EventWaitHandleSecurity.cs
- AssemblyBuilder.cs
- FusionWrap.cs
- OleDbCommandBuilder.cs
- PathGeometry.cs
- ILGenerator.cs
- ContentDisposition.cs
- PrintingPermissionAttribute.cs
- HttpResponseInternalWrapper.cs
- MarkupWriter.cs
- SqlFacetAttribute.cs
- TimeSpanOrInfiniteConverter.cs
- ChildTable.cs
- TrackBar.cs
- Point3D.cs
- SubMenuStyleCollectionEditor.cs
- ReservationNotFoundException.cs
- ExceptionUtil.cs
- RegexCaptureCollection.cs
- XmlSchemaComplexContentExtension.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XmlNodeReader.cs
- WindowsFont.cs
- EntityWithChangeTrackerStrategy.cs
- SafeHandle.cs
- SimplePropertyEntry.cs
- Comparer.cs
- ContentFilePart.cs
- WindowsStartMenu.cs
- RootBrowserWindowProxy.cs
- ContentType.cs
- DbParameterHelper.cs
- LinkUtilities.cs
- SecurityRuntime.cs
- _ConnectionGroup.cs
- OpCodes.cs
- __Error.cs
- OracleDataReader.cs
- RewritingProcessor.cs
- Vector.cs
- WindowsListViewGroupHelper.cs
- MexBindingBindingCollectionElement.cs
- FileUpload.cs