Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / ActivityCodeDomReferenceService.cs / 1305376 / ActivityCodeDomReferenceService.cs
namespace System.Workflow.ComponentModel.Serialization { using System; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Resources; using System.Workflow.ComponentModel.Design; using System.Collections.Generic; using Microsoft.CSharp; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Compiler; using System.CodeDom.Compiler; using System.IO; using System.Reflection; using System.Diagnostics; #region Class ActivityCodeDomReferenceService ////// This class implements the IReferenceService interface and overrides the GetName /// method of the wrapped IReferenceService. /// ////// The CodeDomSerializer in System.Design uses the IReferenceService to generate an /// id for all code variables it create during serialization. By default, the GetName /// method ends up returning the QualifiedName property of an Activity, and since that /// property always contains a '.', it is an invalid variable id. This class overrides /// the GetName method to return a valid name in the case of an Activity class. /// internal sealed class ActivityCodeDomReferenceService : IReferenceService { private IReferenceService refService; public ActivityCodeDomReferenceService(IReferenceService referenceService) { this.refService = referenceService; } public object[] GetReferences(System.Type baseType) { if (refService != null) return refService.GetReferences(baseType); return null; } public object[] GetReferences() { if (refService != null) return refService.GetReferences(); return null; } public System.ComponentModel.IComponent GetComponent(object reference) { if (refService != null) return refService.GetComponent(reference); return null; } public object GetReference(string name) { if (refService != null) return refService.GetReference(name); return null; } public string GetName(object reference) { // If the object is an activity, generate a name of_ , since // the default result of GetName is the activity's QualifiedName, which includes a '.' Activity a = reference as Activity; if (a != null) return a.QualifiedName.Replace('.', '_'); if (refService != null) return refService.GetName(reference); return null; } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Workflow.ComponentModel.Serialization { using System; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Resources; using System.Workflow.ComponentModel.Design; using System.Collections.Generic; using Microsoft.CSharp; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Compiler; using System.CodeDom.Compiler; using System.IO; using System.Reflection; using System.Diagnostics; #region Class ActivityCodeDomReferenceService /// /// This class implements the IReferenceService interface and overrides the GetName /// method of the wrapped IReferenceService. /// ////// The CodeDomSerializer in System.Design uses the IReferenceService to generate an /// id for all code variables it create during serialization. By default, the GetName /// method ends up returning the QualifiedName property of an Activity, and since that /// property always contains a '.', it is an invalid variable id. This class overrides /// the GetName method to return a valid name in the case of an Activity class. /// internal sealed class ActivityCodeDomReferenceService : IReferenceService { private IReferenceService refService; public ActivityCodeDomReferenceService(IReferenceService referenceService) { this.refService = referenceService; } public object[] GetReferences(System.Type baseType) { if (refService != null) return refService.GetReferences(baseType); return null; } public object[] GetReferences() { if (refService != null) return refService.GetReferences(); return null; } public System.ComponentModel.IComponent GetComponent(object reference) { if (refService != null) return refService.GetComponent(reference); return null; } public object GetReference(string name) { if (refService != null) return refService.GetReference(name); return null; } public string GetName(object reference) { // If the object is an activity, generate a name of_ , since // the default result of GetName is the activity's QualifiedName, which includes a '.' Activity a = reference as Activity; if (a != null) return a.QualifiedName.Replace('.', '_'); if (refService != null) return refService.GetName(reference); return null; } } #endregion } // 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
- MarkupExtensionParser.cs
- WebPartEventArgs.cs
- CodeIndexerExpression.cs
- ZipIOExtraField.cs
- ServiceAuthorizationBehavior.cs
- Package.cs
- PixelShader.cs
- DbTransaction.cs
- DispatcherTimer.cs
- HasCopySemanticsAttribute.cs
- LayoutDump.cs
- ErrorEventArgs.cs
- XmlValueConverter.cs
- WebServicesInteroperability.cs
- ThreadPool.cs
- MasterPage.cs
- SqlDataSourceStatusEventArgs.cs
- UnionExpr.cs
- RelationshipConstraintValidator.cs
- AutomationProperty.cs
- Cast.cs
- DataRelationPropertyDescriptor.cs
- Char.cs
- DataGridViewComboBoxEditingControl.cs
- AsyncCompletedEventArgs.cs
- ToolStripDropDownItem.cs
- SystemIPInterfaceStatistics.cs
- _BasicClient.cs
- XmlArrayAttribute.cs
- KeyPressEvent.cs
- ImageAnimator.cs
- RelationshipType.cs
- ReadOnlyDataSource.cs
- GZipStream.cs
- PassportAuthenticationEventArgs.cs
- AssociationSet.cs
- _ScatterGatherBuffers.cs
- _LazyAsyncResult.cs
- PieceDirectory.cs
- Misc.cs
- ProviderConnectionPoint.cs
- StreamGeometry.cs
- ColumnMapVisitor.cs
- NamespaceList.cs
- ProcessModelSection.cs
- HtmlTextViewAdapter.cs
- TextBoxView.cs
- FileDialog.cs
- AggregateNode.cs
- XPathItem.cs
- SqlBulkCopyColumnMapping.cs
- DirtyTextRange.cs
- ColumnCollection.cs
- Section.cs
- RuleProcessor.cs
- CodeGenHelper.cs
- NetworkInterface.cs
- validationstate.cs
- JsonServiceDocumentSerializer.cs
- DesignerView.Commands.cs
- DataGridColumnCollection.cs
- FixedPageProcessor.cs
- storepermission.cs
- CompilerHelpers.cs
- TemplatePropertyEntry.cs
- glyphs.cs
- PropertyEmitter.cs
- MsmqDecodeHelper.cs
- Itemizer.cs
- ACE.cs
- FormViewInsertedEventArgs.cs
- Translator.cs
- AuthenticationModuleElementCollection.cs
- MenuCommands.cs
- ResourceExpressionBuilder.cs
- XmlSchemaValidator.cs
- EntityConnectionStringBuilder.cs
- StretchValidation.cs
- ValidationErrorCollection.cs
- RuleInfoComparer.cs
- XmlSchemaFacet.cs
- TextTreeTextBlock.cs
- WebPartCollection.cs
- CornerRadiusConverter.cs
- DetailsViewDeletedEventArgs.cs
- XmlKeywords.cs
- ClientFormsIdentity.cs
- Point3DAnimation.cs
- Point3D.cs
- DesignBindingPropertyDescriptor.cs
- ModifiableIteratorCollection.cs
- SafePEFileHandle.cs
- BitmapEffectGeneralTransform.cs
- documentsequencetextview.cs
- ValidationPropertyAttribute.cs
- KnownBoxes.cs
- ThemeInfoAttribute.cs
- DbConnectionFactory.cs
- ToolboxItemWrapper.cs
- securestring.cs