Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ThreadAttributes.cs
- Thread.cs
- BooleanAnimationBase.cs
- ResXResourceReader.cs
- XmlSchemaInfo.cs
- RoleGroupCollection.cs
- StorageComplexTypeMapping.cs
- ColorTransform.cs
- RelationshipType.cs
- CodeAttachEventStatement.cs
- DetailsViewInsertedEventArgs.cs
- ContentDisposition.cs
- BitStack.cs
- COAUTHIDENTITY.cs
- TypeGenericEnumerableViewSchema.cs
- cookieexception.cs
- FacetChecker.cs
- BasicKeyConstraint.cs
- LogExtentCollection.cs
- XmlSchemaExternal.cs
- ellipse.cs
- ObjectManager.cs
- Int64KeyFrameCollection.cs
- CompatibleComparer.cs
- GAC.cs
- Models.cs
- SuppressMergeCheckAttribute.cs
- ChangeBlockUndoRecord.cs
- FieldReference.cs
- _Rfc2616CacheValidators.cs
- PreparingEnlistment.cs
- ServerValidateEventArgs.cs
- MouseWheelEventArgs.cs
- TextTreeTextElementNode.cs
- ThreadAbortException.cs
- CodeBlockBuilder.cs
- ProcessModelSection.cs
- ImageBrush.cs
- WebPartCancelEventArgs.cs
- AnonymousIdentificationModule.cs
- BaseUriHelper.cs
- LOSFormatter.cs
- CannotUnloadAppDomainException.cs
- MediaTimeline.cs
- CultureTable.cs
- ChannelTokenTypeConverter.cs
- NetNamedPipeSecurityElement.cs
- StyleSelector.cs
- ContentType.cs
- AndCondition.cs
- BitConverter.cs
- ReversePositionQuery.cs
- NamespaceMapping.cs
- DebuggerService.cs
- FixedSOMPageElement.cs
- SecurityKeyIdentifier.cs
- PathGradientBrush.cs
- DataColumnChangeEvent.cs
- GeometryModel3D.cs
- Point3DValueSerializer.cs
- WindowsFormsHelpers.cs
- OperationPickerDialog.cs
- Content.cs
- SpellCheck.cs
- StrokeSerializer.cs
- ProxyWebPartManager.cs
- CompModSwitches.cs
- ConfigurationValidatorBase.cs
- TypeViewSchema.cs
- ListViewAutomationPeer.cs
- ToggleButton.cs
- HyperLinkStyle.cs
- BitmapFrameDecode.cs
- PolyQuadraticBezierSegment.cs
- SharedUtils.cs
- MappingMetadataHelper.cs
- RelationshipType.cs
- SingleQueryOperator.cs
- Material.cs
- SafeFileHandle.cs
- RegexRunner.cs
- FormatterConverter.cs
- MethodBuilder.cs
- DispatcherFrame.cs
- RawStylusInputCustomData.cs
- StringFreezingAttribute.cs
- SiblingIterators.cs
- XmlException.cs
- WebHttpSecurityModeHelper.cs
- ACE.cs
- M3DUtil.cs
- _ListenerRequestStream.cs
- SoapInteropTypes.cs
- SystemNetworkInterface.cs
- PointLight.cs
- Content.cs
- MailWriter.cs
- Mutex.cs
- ExpressionPrefixAttribute.cs
- Label.cs