Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Serialization / SoapEnumAttribute.cs / 1 / SoapEnumAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name == null ? string.Empty : name; } set { name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name == null ? string.Empty : name; } set { name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509CertificateRecipientServiceCredential.cs
- ComponentEvent.cs
- DisableDpiAwarenessAttribute.cs
- _SingleItemRequestCache.cs
- NaturalLanguageHyphenator.cs
- MethodAccessException.cs
- Soap12ProtocolReflector.cs
- RoleService.cs
- ExternalException.cs
- ScriptingRoleServiceSection.cs
- PaperSize.cs
- EventLogPermissionAttribute.cs
- SessionIDManager.cs
- FontInfo.cs
- WebPartDesigner.cs
- WinEventTracker.cs
- RuntimeComponentFilter.cs
- PlacementWorkspace.cs
- SafeArrayTypeMismatchException.cs
- LogLogRecordHeader.cs
- GridItemProviderWrapper.cs
- SiteMapHierarchicalDataSourceView.cs
- CapabilitiesState.cs
- NonNullItemCollection.cs
- LeaseManager.cs
- log.cs
- FontFaceLayoutInfo.cs
- XamlHostingSection.cs
- Pen.cs
- NavigationWindowAutomationPeer.cs
- ProviderBase.cs
- BoundColumn.cs
- TCEAdapterGenerator.cs
- BinaryMethodMessage.cs
- FontFamily.cs
- XPathPatternParser.cs
- SettingsBase.cs
- COM2ComponentEditor.cs
- FrameDimension.cs
- HashJoinQueryOperatorEnumerator.cs
- DataGridTable.cs
- SqlBooleanizer.cs
- KeyboardNavigation.cs
- StringFormat.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- OdbcConnectionStringbuilder.cs
- ItemAutomationPeer.cs
- IPEndPoint.cs
- XmlKeywords.cs
- CodeParameterDeclarationExpression.cs
- Matrix3DValueSerializer.cs
- IISUnsafeMethods.cs
- SectionInput.cs
- HyperLink.cs
- DetailsViewRow.cs
- WebPartCatalogAddVerb.cs
- StartUpEventArgs.cs
- PaperSize.cs
- FirstMatchCodeGroup.cs
- ControlCachePolicy.cs
- CodeGeneratorOptions.cs
- DBSchemaTable.cs
- BitmapCodecInfoInternal.cs
- QueryUtil.cs
- URLString.cs
- FieldNameLookup.cs
- Polyline.cs
- FileLogRecordHeader.cs
- ChtmlLinkAdapter.cs
- KeyConverter.cs
- IChannel.cs
- FloaterBaseParaClient.cs
- EngineSiteSapi.cs
- ColumnClickEvent.cs
- DataSourceXmlSerializer.cs
- ConfigurationValues.cs
- InvalidPrinterException.cs
- FileUpload.cs
- XmlNullResolver.cs
- WhitespaceRuleReader.cs
- RotateTransform.cs
- ChtmlCalendarAdapter.cs
- MergablePropertyAttribute.cs
- Oci.cs
- ISAPIWorkerRequest.cs
- BuildProviderCollection.cs
- X509CertificateChain.cs
- Vector3DAnimationBase.cs
- ScrollItemProviderWrapper.cs
- TextElement.cs
- DetectRunnableInstancesTask.cs
- DetailsViewInsertEventArgs.cs
- ManagedWndProcTracker.cs
- ChannelSinkStacks.cs
- XmlSchemaCollection.cs
- TypeReference.cs
- XmlSecureResolver.cs
- InputManager.cs
- AssociatedControlConverter.cs
- MultipleViewPatternIdentifiers.cs