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
- ComponentCommands.cs
- ArithmeticException.cs
- MemoryRecordBuffer.cs
- GridViewItemAutomationPeer.cs
- BuildManager.cs
- FormatConvertedBitmap.cs
- CheckableControlBaseAdapter.cs
- HtmlFormAdapter.cs
- Vector.cs
- MappingMetadataHelper.cs
- Model3DGroup.cs
- ListControlActionList.cs
- PropertyConverter.cs
- TCPListener.cs
- CSharpCodeProvider.cs
- AndMessageFilterTable.cs
- AppDomainAttributes.cs
- ConfigUtil.cs
- ContourSegment.cs
- EditorPartChrome.cs
- EntityDataSourceViewSchema.cs
- HttpRuntimeSection.cs
- SqlDuplicator.cs
- UInt16.cs
- StartFileNameEditor.cs
- FontNamesConverter.cs
- PropertySourceInfo.cs
- PeerName.cs
- EdmToObjectNamespaceMap.cs
- PropVariant.cs
- SessionPageStateSection.cs
- DesignerDataParameter.cs
- EmptyEnumerator.cs
- DataGridViewRow.cs
- IntegerValidatorAttribute.cs
- TriggerCollection.cs
- DataGridHelper.cs
- UnsafeNativeMethods.cs
- CustomAttributeBuilder.cs
- DataViewManager.cs
- ToolStripItemCollection.cs
- InstanceDescriptor.cs
- ParameterCollectionEditor.cs
- UnsafeNativeMethods.cs
- SqlDataSourceFilteringEventArgs.cs
- Gdiplus.cs
- XhtmlTextWriter.cs
- XmlILModule.cs
- ProgressPage.cs
- Byte.cs
- iisPickupDirectory.cs
- DebugController.cs
- IndexerNameAttribute.cs
- DnsEndPoint.cs
- Attributes.cs
- CLRBindingWorker.cs
- HandlerMappingMemo.cs
- MetaForeignKeyColumn.cs
- TextElement.cs
- RolePrincipal.cs
- DataObjectFieldAttribute.cs
- Size3DConverter.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- TemplateBindingExtension.cs
- OleDbConnectionFactory.cs
- CodeDirectionExpression.cs
- rsa.cs
- PerformanceCounters.cs
- XmlSchemaAnyAttribute.cs
- SrgsGrammar.cs
- CustomWebEventKey.cs
- _BufferOffsetSize.cs
- PartialList.cs
- TokenBasedSet.cs
- ReflectionServiceProvider.cs
- LambdaCompiler.Logical.cs
- HttpHandlersSection.cs
- ConfigurationValue.cs
- BindingListCollectionView.cs
- PeerOutputChannel.cs
- Typeface.cs
- SurrogateEncoder.cs
- DataServiceBehavior.cs
- TextBoxAutoCompleteSourceConverter.cs
- SafeProcessHandle.cs
- EncodingTable.cs
- ApplicationContext.cs
- PEFileReader.cs
- IxmlLineInfo.cs
- TCPClient.cs
- DeferredSelectedIndexReference.cs
- PhysicalAddress.cs
- ArgumentOutOfRangeException.cs
- RtfFormatStack.cs
- DeploymentSection.cs
- ISAPIWorkerRequest.cs
- SafeCertificateStore.cs
- ViewBase.cs
- xdrvalidator.cs
- ApplicationId.cs