Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ControlTemplate.cs
- MailAddressCollection.cs
- ThicknessAnimationBase.cs
- ArraySegment.cs
- IsolatedStorageFileStream.cs
- OperationContractGenerationContext.cs
- ActiveXHelper.cs
- PropertyInfoSet.cs
- ExtendedPropertyCollection.cs
- DbResourceAllocator.cs
- PolyLineSegment.cs
- RowToParametersTransformer.cs
- Light.cs
- SizeF.cs
- SafeCryptoHandles.cs
- WebCategoryAttribute.cs
- EnterpriseServicesHelper.cs
- TextTrailingWordEllipsis.cs
- NotifyParentPropertyAttribute.cs
- TransferRequestHandler.cs
- EUCJPEncoding.cs
- autovalidator.cs
- Size.cs
- MembershipSection.cs
- XamlTypeMapperSchemaContext.cs
- DBCommandBuilder.cs
- FixedSchema.cs
- GenericsInstances.cs
- DataSourceSerializationException.cs
- IOThreadTimer.cs
- NamespaceDisplay.xaml.cs
- XmlAttributeOverrides.cs
- assertwrapper.cs
- ResourceManagerWrapper.cs
- NotFiniteNumberException.cs
- BoolExpression.cs
- ToolStrip.cs
- WCFModelStrings.Designer.cs
- MasterPageCodeDomTreeGenerator.cs
- DataBindingCollection.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- PropertyGridCommands.cs
- ConvertEvent.cs
- FullTrustAssemblyCollection.cs
- UiaCoreProviderApi.cs
- ToolStripPanelSelectionGlyph.cs
- JournalEntryListConverter.cs
- HMACSHA1.cs
- XdrBuilder.cs
- XmlSchemaDatatype.cs
- PointAnimationClockResource.cs
- NegatedConstant.cs
- SslStream.cs
- XmlSchemaAnyAttribute.cs
- StateRuntime.cs
- QilPatternFactory.cs
- Parsers.cs
- AsymmetricKeyExchangeDeformatter.cs
- WindowsListViewScroll.cs
- BinaryCommonClasses.cs
- FixUpCollection.cs
- MetadataLocation.cs
- TabRenderer.cs
- SkinBuilder.cs
- ObjectConverter.cs
- InternalTypeHelper.cs
- SrgsElementFactory.cs
- TextDecorationCollection.cs
- CapabilitiesRule.cs
- HandleValueEditor.cs
- ContextBase.cs
- StrongTypingException.cs
- FreeFormPanel.cs
- HyperLinkColumn.cs
- XhtmlBasicSelectionListAdapter.cs
- XPathException.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DataBoundControlAdapter.cs
- ColumnHeaderConverter.cs
- SqlConnectionStringBuilder.cs
- NestedContainer.cs
- FileEnumerator.cs
- IssuedSecurityTokenProvider.cs
- StructuredCompositeActivityDesigner.cs
- ObjectListItem.cs
- TimeoutException.cs
- MdiWindowListStrip.cs
- IdentifierService.cs
- MatrixStack.cs
- BrowsableAttribute.cs
- FontInfo.cs
- Calendar.cs
- SqlUDTStorage.cs
- WindowsTitleBar.cs
- EncoderParameter.cs
- Input.cs
- RelationshipEndCollection.cs
- Queue.cs
- BamlLocalizableResource.cs
- TextBox.cs