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 / SoapSchemaMember.cs / 1 / SoapSchemaMember.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// public class SoapSchemaMember { string memberName; XmlQualifiedName type = XmlQualifiedName.Empty; /// /// /// public XmlQualifiedName MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = 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; ////// public class SoapSchemaMember { string memberName; XmlQualifiedName type = XmlQualifiedName.Empty; /// /// /// public XmlQualifiedName MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = 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
- DynamicValueConverter.cs
- NGCUIElementCollectionSerializerAsync.cs
- CompilationUtil.cs
- HttpProfileBase.cs
- TagPrefixAttribute.cs
- PointCollection.cs
- XmlSigningNodeWriter.cs
- ExtensionDataObject.cs
- DateTimeHelper.cs
- FontEmbeddingManager.cs
- PixelFormat.cs
- EntityStoreSchemaGenerator.cs
- TimeEnumHelper.cs
- DesignerListAdapter.cs
- TextEncodedRawTextWriter.cs
- PixelFormats.cs
- AutomationAttributeInfo.cs
- Crc32Helper.cs
- _emptywebproxy.cs
- GACMembershipCondition.cs
- AbsoluteQuery.cs
- IntSecurity.cs
- UniqueSet.cs
- ArglessEventHandlerProxy.cs
- WebPartMenu.cs
- EmptyElement.cs
- DataServiceQueryOfT.cs
- ClassGenerator.cs
- PingReply.cs
- TdsParserStateObject.cs
- ProfileGroupSettingsCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- XPathPatternParser.cs
- XpsLiterals.cs
- PropertyTabChangedEvent.cs
- InputLanguageManager.cs
- MethodCallConverter.cs
- WebPartZoneCollection.cs
- WebPartConnectionsConfigureVerb.cs
- ComponentCommands.cs
- HtmlAnchor.cs
- DisableDpiAwarenessAttribute.cs
- WebPartMovingEventArgs.cs
- DataTableReaderListener.cs
- ProfileModule.cs
- ListViewInsertEventArgs.cs
- SystemIPAddressInformation.cs
- ImageBrush.cs
- TrackingStringDictionary.cs
- NavigationPropertyAccessor.cs
- Ipv6Element.cs
- Lazy.cs
- TrackingParticipant.cs
- DocumentOrderQuery.cs
- SerializationObjectManager.cs
- WebPartEditorCancelVerb.cs
- CurrentTimeZone.cs
- BrowserTree.cs
- ThreadStateException.cs
- WizardDesigner.cs
- InstallerTypeAttribute.cs
- DoubleLinkList.cs
- EventProperty.cs
- EntityPropertyMappingAttribute.cs
- TrackingValidationObjectDictionary.cs
- HotSpotCollection.cs
- SignatureConfirmationElement.cs
- hresults.cs
- XmlArrayItemAttribute.cs
- PropertyRef.cs
- DesignerAttribute.cs
- EmptyControlCollection.cs
- IndentedWriter.cs
- WindowsContainer.cs
- ValidationEventArgs.cs
- PageEventArgs.cs
- ReversePositionQuery.cs
- CodeSnippetTypeMember.cs
- DataGridAddNewRow.cs
- WinOEToolBoxItem.cs
- DbParameterHelper.cs
- PagedDataSource.cs
- FrameworkElementFactoryMarkupObject.cs
- DataBoundControlHelper.cs
- OpacityConverter.cs
- TextEditorMouse.cs
- FocusChangedEventArgs.cs
- Util.cs
- MatrixConverter.cs
- XmlSchemaParticle.cs
- GenericNameHandler.cs
- ValueCollectionParameterReader.cs
- MasterPageBuildProvider.cs
- IntSecurity.cs
- Icon.cs
- ObjectTypeMapping.cs
- SQLInt16Storage.cs
- DateTimeConstantAttribute.cs
- ContentPlaceHolderDesigner.cs
- BuildManager.cs