Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / StandardRuntimeEnumValidatorAttribute.cs / 1 / StandardRuntimeEnumValidatorAttribute.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Configuration; [AttributeUsage(AttributeTargets.Property)] internal sealed class StandardRuntimeEnumValidatorAttribute : ConfigurationValidatorAttribute { Type enumType; public StandardRuntimeEnumValidatorAttribute(Type enumType) { this.EnumType = enumType; } public Type EnumType { get { return this.enumType; } set { this.enumType = value; } } public override ConfigurationValidatorBase ValidatorInstance { get { return new StandardRuntimeEnumValidator(enumType); } } } } // 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
- DoubleAnimation.cs
- WebPartConnectVerb.cs
- HwndSource.cs
- AnnotationComponentManager.cs
- FixedSOMGroup.cs
- SchemaNamespaceManager.cs
- WebSysDisplayNameAttribute.cs
- TypeInfo.cs
- StorageMappingFragment.cs
- _ConnectionGroup.cs
- AnnotationService.cs
- WebBrowserEvent.cs
- CalendarBlackoutDatesCollection.cs
- EdmMember.cs
- DrawingGroup.cs
- ComplexObject.cs
- AggregateNode.cs
- SerializationAttributes.cs
- DesignerPerfEventProvider.cs
- ReadContentAsBinaryHelper.cs
- DataSvcMapFileSerializer.cs
- LookupBindingPropertiesAttribute.cs
- ConnectionManager.cs
- PeerDuplexChannelListener.cs
- ImageMap.cs
- DoubleAnimationUsingKeyFrames.cs
- AddingNewEventArgs.cs
- AbstractDataSvcMapFileLoader.cs
- SchemaCollectionCompiler.cs
- MembershipSection.cs
- DisplayInformation.cs
- SerializationEventsCache.cs
- MLangCodePageEncoding.cs
- IntegerFacetDescriptionElement.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataBoundControlHelper.cs
- SafeReadContext.cs
- DataSourceView.cs
- TableRowGroupCollection.cs
- SingleResultAttribute.cs
- MDIClient.cs
- XmlObjectSerializerContext.cs
- InOutArgumentConverter.cs
- HttpChannelBindingToken.cs
- StickyNoteContentControl.cs
- PageStatePersister.cs
- WorkflowEnvironment.cs
- ClientBuildManagerCallback.cs
- DataSourceConverter.cs
- Deflater.cs
- RepeatButton.cs
- PackagePart.cs
- QueryOptionExpression.cs
- FrameworkElement.cs
- SecureStringHasher.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- XmlSerializableReader.cs
- RouteParameter.cs
- FileInfo.cs
- NetPeerTcpBindingElement.cs
- CommandEventArgs.cs
- WS2007HttpBindingElement.cs
- DataPagerFieldCommandEventArgs.cs
- BamlStream.cs
- PrePostDescendentsWalker.cs
- InternalMappingException.cs
- BidOverLoads.cs
- RelationshipNavigation.cs
- WeakEventTable.cs
- ActiveXContainer.cs
- TypeSystem.cs
- CodeNamespace.cs
- QilName.cs
- WebPartDescription.cs
- OracleParameterBinding.cs
- AxImporter.cs
- ServiceParser.cs
- FixedPosition.cs
- TimelineGroup.cs
- FactoryId.cs
- Internal.cs
- DisposableCollectionWrapper.cs
- BitmapSourceSafeMILHandle.cs
- SHA512.cs
- ComponentEditorPage.cs
- TypeProvider.cs
- entityreference_tresulttype.cs
- StringAnimationBase.cs
- InternalBufferOverflowException.cs
- WebUtil.cs
- StringValueSerializer.cs
- DataObject.cs
- ConfigurationElement.cs
- EllipseGeometry.cs
- BinHexDecoder.cs
- ConfigurationLocation.cs
- PropertyInformationCollection.cs
- XmlAutoDetectWriter.cs
- BackgroundWorker.cs
- ExpressionBindingCollection.cs