Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Compiler / Validation / ValidatorAttribute.cs / 1305376 / ValidatorAttribute.cs
namespace System.Workflow.ComponentModel.Compiler { using System; #region Class ValidatorAttribute [AttributeUsageAttribute(AttributeTargets.Interface | AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class ActivityValidatorAttribute : Attribute { private string validatorTypeName = null; public ActivityValidatorAttribute(Type validatorType) { if (validatorType != null) this.validatorTypeName = validatorType.AssemblyQualifiedName; } public ActivityValidatorAttribute(string validatorTypeName) { this.validatorTypeName = validatorTypeName; } public string ValidatorTypeName { get { return this.validatorTypeName; } } } #endregion } // 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; #region Class ValidatorAttribute [AttributeUsageAttribute(AttributeTargets.Interface | AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class ActivityValidatorAttribute : Attribute { private string validatorTypeName = null; public ActivityValidatorAttribute(Type validatorType) { if (validatorType != null) this.validatorTypeName = validatorType.AssemblyQualifiedName; } public ActivityValidatorAttribute(string validatorTypeName) { this.validatorTypeName = validatorTypeName; } public string ValidatorTypeName { get { return this.validatorTypeName; } } } #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
- COM2DataTypeToManagedDataTypeConverter.cs
- WmlPanelAdapter.cs
- TileModeValidation.cs
- WizardForm.cs
- Win32.cs
- QilUnary.cs
- ServiceErrorHandler.cs
- ClockGroup.cs
- AuthenticationConfig.cs
- SamlAuthorityBinding.cs
- Stack.cs
- CompatibleIComparer.cs
- AssemblyResolver.cs
- EntityConnectionStringBuilder.cs
- StoreContentChangedEventArgs.cs
- WebSysDescriptionAttribute.cs
- XmlSchemaChoice.cs
- SerializationObjectManager.cs
- UnSafeCharBuffer.cs
- ToolBarDesigner.cs
- EngineSite.cs
- PreProcessor.cs
- SendParametersContent.cs
- SmtpException.cs
- RetriableClipboard.cs
- _CommandStream.cs
- RequiredArgumentAttribute.cs
- DataGridViewColumn.cs
- SynchronizationLockException.cs
- GCHandleCookieTable.cs
- ErrorsHelper.cs
- SignatureDescription.cs
- UIElementPropertyUndoUnit.cs
- StandardBindingCollectionElement.cs
- DoubleCollectionConverter.cs
- ContractInstanceProvider.cs
- CodeTryCatchFinallyStatement.cs
- ScriptingSectionGroup.cs
- DesignerUtility.cs
- NodeLabelEditEvent.cs
- TimeSpan.cs
- ServiceThrottlingElement.cs
- EventHandlers.cs
- RectangleGeometry.cs
- Metafile.cs
- StatusBarDrawItemEvent.cs
- RewritingSimplifier.cs
- AuthorizationContext.cs
- ProxySimple.cs
- AddInIpcChannel.cs
- InputScope.cs
- DiagnosticEventProvider.cs
- AppDomainShutdownMonitor.cs
- ContextMarshalException.cs
- TextRangeBase.cs
- _NegoStream.cs
- Freezable.cs
- SqlFacetAttribute.cs
- EventLogInternal.cs
- EpmTargetTree.cs
- ConnectionManagementElement.cs
- OrderedHashRepartitionEnumerator.cs
- SqlNotificationRequest.cs
- RichTextBox.cs
- TextControlDesigner.cs
- UnescapedXmlDiagnosticData.cs
- ControllableStoryboardAction.cs
- DataGridViewTopLeftHeaderCell.cs
- FigureParagraph.cs
- BrushConverter.cs
- OdbcReferenceCollection.cs
- PrivilegedConfigurationManager.cs
- WinFormsSpinner.cs
- CancellableEnumerable.cs
- FragmentQueryProcessor.cs
- XmlILConstructAnalyzer.cs
- MetadataCacheItem.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ReverseInheritProperty.cs
- SafeCryptoHandles.cs
- XPathArrayIterator.cs
- ProcessHostConfigUtils.cs
- FixedPage.cs
- Publisher.cs
- sqlnorm.cs
- InstanceHandle.cs
- TypeDependencyAttribute.cs
- DataBoundLiteralControl.cs
- UpdatePanelTriggerCollection.cs
- GenericTypeParameterBuilder.cs
- EventLogPermission.cs
- ItemsPresenter.cs
- LocalizationParserHooks.cs
- DataErrorValidationRule.cs
- UpdatePanelControlTrigger.cs
- Roles.cs
- BrowserCapabilitiesCompiler.cs
- SystemParameters.cs
- DataGridViewSelectedRowCollection.cs
- TextStore.cs