Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapSchemaMember.cs / 1305376 / 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
- SystemParameters.cs
- ConfigurationConverterBase.cs
- Point3DConverter.cs
- XmlQueryType.cs
- BuildResultCache.cs
- OverflowException.cs
- GridItemProviderWrapper.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Condition.cs
- CookieHandler.cs
- NamedPipeTransportManager.cs
- DataBindingExpressionBuilder.cs
- SymbolEqualComparer.cs
- TabItemAutomationPeer.cs
- EntityModelBuildProvider.cs
- TrackingRecord.cs
- EditingCoordinator.cs
- UndoManager.cs
- PlainXmlDeserializer.cs
- XamlPathDataSerializer.cs
- InfoCardArgumentException.cs
- ListBoxAutomationPeer.cs
- BuildResult.cs
- SplayTreeNode.cs
- ButtonRenderer.cs
- Rect.cs
- ExtensibleClassFactory.cs
- BitmapEffectInput.cs
- XmlSchemaIdentityConstraint.cs
- ConfigXmlSignificantWhitespace.cs
- DodSequenceMerge.cs
- IIS7WorkerRequest.cs
- DropShadowBitmapEffect.cs
- SerialStream.cs
- XmlSchemaFacet.cs
- XmlAttributeAttribute.cs
- ReadOnlyCollection.cs
- TimeStampChecker.cs
- Underline.cs
- QueryStringParameter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ButtonFlatAdapter.cs
- CodeDirectiveCollection.cs
- ConfigurationConverterBase.cs
- StylusShape.cs
- CalculatedColumn.cs
- TextServicesDisplayAttribute.cs
- CornerRadius.cs
- TreeViewHitTestInfo.cs
- ListViewItem.cs
- PropagatorResult.cs
- DataIdProcessor.cs
- Image.cs
- BaseHashHelper.cs
- DictionaryBase.cs
- WebPartConnectionsCancelEventArgs.cs
- EmptyElement.cs
- SequentialUshortCollection.cs
- ParseChildrenAsPropertiesAttribute.cs
- FamilyCollection.cs
- ConfigurationManagerHelper.cs
- StateItem.cs
- TemplateFactory.cs
- CaseCqlBlock.cs
- DtrList.cs
- SHA1CryptoServiceProvider.cs
- ProxyManager.cs
- DocumentViewerAutomationPeer.cs
- ProfileModule.cs
- ColorIndependentAnimationStorage.cs
- TextStore.cs
- Parsers.cs
- AppliedDeviceFiltersEditor.cs
- SelectionEditor.cs
- ExtensibleClassFactory.cs
- ProcessRequestArgs.cs
- HtmlElement.cs
- Floater.cs
- UnsafeNativeMethodsPenimc.cs
- StorageTypeMapping.cs
- DbModificationClause.cs
- ECDsa.cs
- MouseButton.cs
- MethodBody.cs
- ComponentResourceKey.cs
- StringExpressionSet.cs
- ObjectDataSourceView.cs
- DataGridItemCollection.cs
- InfoCardProofToken.cs
- XPathScanner.cs
- CompositeKey.cs
- CqlGenerator.cs
- Point3DAnimation.cs
- UserNamePasswordServiceCredential.cs
- WorkflowViewStateService.cs
- FamilyTypeface.cs
- SqlTriggerContext.cs
- XmlNodeReader.cs
- ModelTypeConverter.cs
- DbDataReader.cs