Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Configuration / InternalEnumValidatorAttribute.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Message.cs
- Rectangle.cs
- UpdatePanelControlTrigger.cs
- PeerObject.cs
- Cursor.cs
- PageAsyncTask.cs
- SafeNativeMethods.cs
- SymbolEqualComparer.cs
- InteropAutomationProvider.cs
- DataObjectSettingDataEventArgs.cs
- AppDomainProtocolHandler.cs
- DecoderNLS.cs
- CurrencyWrapper.cs
- DataBinder.cs
- IndentTextWriter.cs
- EditorPartChrome.cs
- DataGridGeneralPage.cs
- MailSettingsSection.cs
- ServiceOperationWrapper.cs
- MethodImplAttribute.cs
- WaitHandle.cs
- AssemblyAssociatedContentFileAttribute.cs
- DataGridItemCollection.cs
- SqlFunctionAttribute.cs
- bidPrivateBase.cs
- EventBuilder.cs
- CustomPopupPlacement.cs
- UdpMessageProperty.cs
- ExcCanonicalXml.cs
- Formatter.cs
- ConfigPathUtility.cs
- Int32Animation.cs
- Socket.cs
- SerialPinChanges.cs
- MouseActionConverter.cs
- RulePatternOps.cs
- DesignerView.cs
- EncoderReplacementFallback.cs
- AssemblySettingAttributes.cs
- OleDbPermission.cs
- StatusBarDrawItemEvent.cs
- DragDrop.cs
- RequestDescription.cs
- LineSegment.cs
- basecomparevalidator.cs
- ItemsChangedEventArgs.cs
- InkPresenterAutomationPeer.cs
- HeaderPanel.cs
- StatusBarDrawItemEvent.cs
- DurableOperationContext.cs
- ApplicationFileCodeDomTreeGenerator.cs
- RectValueSerializer.cs
- ChannelEndpointElement.cs
- CFStream.cs
- ChameleonKey.cs
- MetadataCache.cs
- XamlClipboardData.cs
- GridItem.cs
- PerfService.cs
- DataGridViewTextBoxColumn.cs
- BuildManagerHost.cs
- ReflectEventDescriptor.cs
- ConstantProjectedSlot.cs
- ThreadExceptionEvent.cs
- StorageComplexPropertyMapping.cs
- HighContrastHelper.cs
- Trace.cs
- FlowLayoutSettings.cs
- Visual.cs
- FloaterParagraph.cs
- DbProviderConfigurationHandler.cs
- XPathNodePointer.cs
- DbConnectionInternal.cs
- PermissionSetTriple.cs
- RadioButton.cs
- MailMessageEventArgs.cs
- Schema.cs
- BaseCodePageEncoding.cs
- UriExt.cs
- DataSourceGeneratorException.cs
- SafeWaitHandle.cs
- DataObjectSettingDataEventArgs.cs
- InkCanvasAutomationPeer.cs
- PiiTraceSource.cs
- ToolBar.cs
- ByteBufferPool.cs
- DataServiceException.cs
- ClaimTypes.cs
- CookieProtection.cs
- WindowsEditBoxRange.cs
- ModelTreeEnumerator.cs
- CssTextWriter.cs
- PrivateFontCollection.cs
- UnsafeNativeMethods.cs
- ReaderWriterLockSlim.cs
- AuthorizationBehavior.cs
- RelatedImageListAttribute.cs
- Predicate.cs
- CompilerInfo.cs
- ExpressionStringBuilder.cs