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
- TableProviderWrapper.cs
- VisualStyleElement.cs
- ResourcePart.cs
- ParsedAttributeCollection.cs
- KeyProperty.cs
- EmbeddedObject.cs
- MouseCaptureWithinProperty.cs
- PixelFormatConverter.cs
- StringSorter.cs
- Grammar.cs
- printdlgexmarshaler.cs
- PingReply.cs
- SoapFault.cs
- OleDbRowUpdatedEvent.cs
- SqlMetaData.cs
- TextEffect.cs
- LongValidatorAttribute.cs
- SynchronousReceiveElement.cs
- MappingSource.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- IApplicationTrustManager.cs
- PolygonHotSpot.cs
- HighlightVisual.cs
- sqlmetadatafactory.cs
- MobileResource.cs
- ExpressionBuilderCollection.cs
- BindableAttribute.cs
- FormViewUpdateEventArgs.cs
- StreamingContext.cs
- WebMessageBodyStyleHelper.cs
- PersianCalendar.cs
- Console.cs
- DataServiceQuery.cs
- TextTreeTextBlock.cs
- selecteditemcollection.cs
- RelationshipWrapper.cs
- ItemCollection.cs
- TagElement.cs
- ListViewGroupConverter.cs
- CacheRequest.cs
- HttpServerVarsCollection.cs
- DataBindingExpressionBuilder.cs
- EncodingConverter.cs
- HtmlAnchor.cs
- TypeUnloadedException.cs
- _SslSessionsCache.cs
- Transform3DGroup.cs
- TextContainer.cs
- NamespaceDecl.cs
- _RequestLifetimeSetter.cs
- StreamWriter.cs
- SafeEventLogWriteHandle.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- RuntimeResourceSet.cs
- FormViewInsertedEventArgs.cs
- ImageMetadata.cs
- FixUp.cs
- XmlTextReader.cs
- CustomAttributeBuilder.cs
- PageAdapter.cs
- SystemGatewayIPAddressInformation.cs
- Byte.cs
- KoreanLunisolarCalendar.cs
- XamlToRtfParser.cs
- ParameterCollection.cs
- InvokeGenerator.cs
- SpellerHighlightLayer.cs
- SystemGatewayIPAddressInformation.cs
- ErrorView.xaml.cs
- ProfileServiceManager.cs
- ContentFilePart.cs
- SafeProcessHandle.cs
- OciEnlistContext.cs
- ValidatingReaderNodeData.cs
- StylusButton.cs
- BorderGapMaskConverter.cs
- AbandonedMutexException.cs
- UnsafeNativeMethods.cs
- ConnectionPool.cs
- HttpHandlerAction.cs
- NegatedCellConstant.cs
- ObjectHandle.cs
- SerialPort.cs
- SplineKeyFrames.cs
- PartialTrustVisibleAssembly.cs
- ClipboardProcessor.cs
- assertwrapper.cs
- UnknownBitmapDecoder.cs
- SchemaImporter.cs
- RedistVersionInfo.cs
- ValidatorCompatibilityHelper.cs
- DataGridDesigner.cs
- DataGridLinkButton.cs
- HttpRequest.cs
- _LocalDataStore.cs
- EventDescriptor.cs
- BaseAsyncResult.cs
- ExternalCalls.cs
- LoginName.cs
- PathStreamGeometryContext.cs