Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / LocationReference.cs / 1305376 / LocationReference.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Diagnostics.CodeAnalysis; using System.Runtime; public abstract class LocationReference { protected LocationReference() { } public string Name { get { return this.NameCore; } } [SuppressMessage(FxCop.Category.Naming, FxCop.Rule.PropertyNamesShouldNotMatchGetMethods, Justification = "Workflow normalizes on Type for Type properties")] public Type Type { get { return this.TypeCore; } } // internal Id use for arguments/variables/delegate arguments, and accessed // by our mapping pieces internal int Id { get; set; } protected abstract string NameCore { get; } protected abstract Type TypeCore { get; } // Soft-Link: This method is referenced through reflection by // ExpressionUtilities.TryRewriteLambdaExpression. Update that // file if the signature changes. public abstract Location GetLocation(ActivityContext context); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- COM2IManagedPerPropertyBrowsingHandler.cs
- SqlBuilder.cs
- AttributeCallbackBuilder.cs
- WindowsUpDown.cs
- BaseConfigurationRecord.cs
- BamlResourceDeserializer.cs
- DetailsViewDeletedEventArgs.cs
- QueryPageSettingsEventArgs.cs
- ValuePattern.cs
- AuditLog.cs
- TableCellCollection.cs
- PasswordTextNavigator.cs
- MoveSizeWinEventHandler.cs
- OdbcStatementHandle.cs
- SqlMethods.cs
- DataBoundLiteralControl.cs
- DisplayNameAttribute.cs
- XmlDomTextWriter.cs
- DPCustomTypeDescriptor.cs
- SessionParameter.cs
- XmlSignificantWhitespace.cs
- ThreadExceptionDialog.cs
- AncestorChangedEventArgs.cs
- Collection.cs
- IdentityHolder.cs
- HelpKeywordAttribute.cs
- FontStretch.cs
- ServiceHost.cs
- View.cs
- Multiply.cs
- ProcessHost.cs
- ColorAnimationUsingKeyFrames.cs
- InputBinding.cs
- InputReport.cs
- XmlSortKeyAccumulator.cs
- SamlAction.cs
- ImageSource.cs
- MultiBindingExpression.cs
- SuppressMergeCheckAttribute.cs
- RecordConverter.cs
- NavigatingCancelEventArgs.cs
- OrderedEnumerableRowCollection.cs
- MsmqInputChannel.cs
- Attributes.cs
- LockRecursionException.cs
- ToolStripGrip.cs
- XmlIlVisitor.cs
- SessionSwitchEventArgs.cs
- ProjectedSlot.cs
- ContentType.cs
- ConfigurationSchemaErrors.cs
- QueryStack.cs
- EncryptedData.cs
- ListArgumentProvider.cs
- XmlNodeChangedEventManager.cs
- GuidConverter.cs
- XmlIncludeAttribute.cs
- BlockCollection.cs
- XamlWrappingReader.cs
- TableLayout.cs
- ContentType.cs
- _NTAuthentication.cs
- ErrorInfoXmlDocument.cs
- GifBitmapDecoder.cs
- EllipseGeometry.cs
- SapiInterop.cs
- UTF7Encoding.cs
- NetworkInformationException.cs
- ToolStripSeparator.cs
- EpmCustomContentWriterNodeData.cs
- ByteFacetDescriptionElement.cs
- StsCommunicationException.cs
- ViewPort3D.cs
- GPStream.cs
- ToolBarTray.cs
- ReturnEventArgs.cs
- OracleTransaction.cs
- IIS7UserPrincipal.cs
- DataGridViewTopLeftHeaderCell.cs
- DocumentXPathNavigator.cs
- Cell.cs
- AttachedPropertiesService.cs
- ConstructorNeedsTagAttribute.cs
- SafeRightsManagementEnvironmentHandle.cs
- FilePrompt.cs
- Ref.cs
- ConstructorArgumentAttribute.cs
- QueryCacheEntry.cs
- TextEffect.cs
- CertificateManager.cs
- FrameworkPropertyMetadata.cs
- CodeDirectoryCompiler.cs
- IIS7WorkerRequest.cs
- RegexCharClass.cs
- ExtensionSimplifierMarkupObject.cs
- ModifyActivitiesPropertyDescriptor.cs
- SchemaImporterExtension.cs
- SafeReversePInvokeHandle.cs
- TransformDescriptor.cs
- DataControlPagerLinkButton.cs