Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Configuration / InternalEnumValidatorAttribute.cs / 1 / InternalEnumValidatorAttribute.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Configuration; [AttributeUsage(AttributeTargets.Property)] internal sealed class InternalEnumValidatorAttribute : ConfigurationValidatorAttribute { Type enumHelperType; public InternalEnumValidatorAttribute(Type enumHelperType) { this.EnumHelperType = enumHelperType; } public Type EnumHelperType { get { return this.enumHelperType; } set { this.enumHelperType = value; } } public override ConfigurationValidatorBase ValidatorInstance { get { return new InternalEnumValidator(enumHelperType); } } } } // 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
- ServiceDurableInstance.cs
- ClientTargetCollection.cs
- RemotingServices.cs
- DataSourceControl.cs
- ReflectEventDescriptor.cs
- UserPreferenceChangedEventArgs.cs
- GestureRecognitionResult.cs
- CodeArrayCreateExpression.cs
- DecoderExceptionFallback.cs
- GcHandle.cs
- UInt64Converter.cs
- Bidi.cs
- RenderOptions.cs
- MatrixAnimationUsingKeyFrames.cs
- MenuItemStyleCollection.cs
- DbConnectionPool.cs
- StringFormat.cs
- Win32.cs
- HttpCookieCollection.cs
- TemplateLookupAction.cs
- Internal.cs
- MemberCollection.cs
- DispatcherTimer.cs
- AutomationAttributeInfo.cs
- __ComObject.cs
- DbMetaDataCollectionNames.cs
- ConfigsHelper.cs
- EntityKey.cs
- EntityDataSourceConfigureObjectContext.cs
- WmlPhoneCallAdapter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- LocalValueEnumerator.cs
- XPathDocumentNavigator.cs
- NameValueSectionHandler.cs
- WebPartZoneCollection.cs
- ISAPIRuntime.cs
- FileUtil.cs
- ContentOperations.cs
- EntityEntry.cs
- BindingUtils.cs
- RuleDefinitions.cs
- TreeNodeConverter.cs
- NonSerializedAttribute.cs
- Repeater.cs
- _FtpDataStream.cs
- DataMemberListEditor.cs
- StylusLogic.cs
- DocumentPageHost.cs
- MsmqAppDomainProtocolHandler.cs
- MDIWindowDialog.cs
- XmlDataProvider.cs
- BuildProviderCollection.cs
- XmlSchemaNotation.cs
- GridView.cs
- FragmentNavigationEventArgs.cs
- ThreadAttributes.cs
- Cursor.cs
- UnsupportedPolicyOptionsException.cs
- Odbc32.cs
- HttpProfileBase.cs
- ChtmlImageAdapter.cs
- KnownBoxes.cs
- LocalizableResourceBuilder.cs
- DbMetaDataCollectionNames.cs
- TypeProvider.cs
- ClosureBinding.cs
- FreeFormPanel.cs
- RequestDescription.cs
- ButtonBase.cs
- FaultContractInfo.cs
- DatatypeImplementation.cs
- AutomationProperty.cs
- Win32Native.cs
- DBConnectionString.cs
- SafeSystemMetrics.cs
- TickBar.cs
- PathGradientBrush.cs
- EventManager.cs
- PrimaryKeyTypeConverter.cs
- ZipIOLocalFileBlock.cs
- BaseParser.cs
- NameHandler.cs
- ArgumentOutOfRangeException.cs
- ZipIORawDataFileBlock.cs
- DataGridRow.cs
- ChannelTerminatedException.cs
- OperatingSystem.cs
- TypeBuilder.cs
- SocketInformation.cs
- EventProviderBase.cs
- ConstraintManager.cs
- DesignTimeSiteMapProvider.cs
- Misc.cs
- WorkflowMarkupSerializationProvider.cs
- PointCollection.cs
- TypeDescriptor.cs
- Enum.cs
- XmlSchemaValidationException.cs
- OrderByBuilder.cs
- ExtendedPropertyInfo.cs