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
- SymmetricAlgorithm.cs
- xml.cs
- XPathNavigatorReader.cs
- GlyphRunDrawing.cs
- SqlUserDefinedAggregateAttribute.cs
- KeyboardNavigation.cs
- PropertyMapper.cs
- MimeImporter.cs
- DataSetViewSchema.cs
- DataSourceControlBuilder.cs
- DirtyTextRange.cs
- PeerNameRegistration.cs
- WebEventTraceProvider.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- DirectoryNotFoundException.cs
- BufferedGraphicsManager.cs
- SoundPlayer.cs
- FontStyle.cs
- LinqDataSourceDisposeEventArgs.cs
- FlowPanelDesigner.cs
- Stackframe.cs
- DesignTimeDataBinding.cs
- ObjectQuery_EntitySqlExtensions.cs
- RawStylusActions.cs
- SchemaImporterExtension.cs
- GroupItemAutomationPeer.cs
- ValidationPropertyAttribute.cs
- ToolboxItemFilterAttribute.cs
- NativeMethods.cs
- ToolStripItemImageRenderEventArgs.cs
- ConstructorBuilder.cs
- CfgArc.cs
- WorkflowMarkupSerializationProvider.cs
- DataTableNewRowEvent.cs
- HtmlTitle.cs
- Triplet.cs
- JulianCalendar.cs
- WinFormsComponentEditor.cs
- Margins.cs
- NullableDecimalAverageAggregationOperator.cs
- TargetParameterCountException.cs
- TripleDES.cs
- documentsequencetextpointer.cs
- HttpChannelHelper.cs
- ApplicationTrust.cs
- QilPatternFactory.cs
- InputLanguageProfileNotifySink.cs
- ImageSource.cs
- PageBorderless.cs
- MaskedTextBoxTextEditor.cs
- StreamUpgradeBindingElement.cs
- ErrorTableItemStyle.cs
- _DigestClient.cs
- CollectionViewGroupRoot.cs
- CollectionEditVerbManager.cs
- ToolStripStatusLabel.cs
- ArglessEventHandlerProxy.cs
- PersistenceProviderElement.cs
- HGlobalSafeHandle.cs
- HtmlHistory.cs
- CustomErrorCollection.cs
- SkinIDTypeConverter.cs
- UnsafeNativeMethodsPenimc.cs
- Double.cs
- DecimalConstantAttribute.cs
- HttpRequestCacheValidator.cs
- AtomServiceDocumentSerializer.cs
- Guid.cs
- XsltArgumentList.cs
- ViewStateException.cs
- SettingsSavedEventArgs.cs
- Wildcard.cs
- oledbmetadatacollectionnames.cs
- HMACSHA256.cs
- CodeGroup.cs
- FtpWebResponse.cs
- TextTreeObjectNode.cs
- EdmItemError.cs
- DataPagerCommandEventArgs.cs
- FontStyleConverter.cs
- Document.cs
- formatter.cs
- SolidColorBrush.cs
- BuildManager.cs
- TdsEnums.cs
- SecurityTokenRequirement.cs
- RetriableClipboard.cs
- DropDownList.cs
- GeometryGroup.cs
- UnSafeCharBuffer.cs
- ZipIOExtraFieldElement.cs
- EncoderBestFitFallback.cs
- ParserContext.cs
- Int64AnimationUsingKeyFrames.cs
- AddingNewEventArgs.cs
- FormClosingEvent.cs
- SystemThemeKey.cs
- TableLayoutCellPaintEventArgs.cs
- ListBox.cs
- RadioButtonRenderer.cs