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
- DefaultTextStoreTextComposition.cs
- XamlReader.cs
- dataprotectionpermissionattribute.cs
- sortedlist.cs
- PerformanceCounterPermissionEntry.cs
- InstanceLockLostException.cs
- SoapFault.cs
- DataGridViewCellConverter.cs
- FormViewRow.cs
- Sorting.cs
- ResXDataNode.cs
- SQLInt32Storage.cs
- RtType.cs
- FilterElement.cs
- ExpandableObjectConverter.cs
- XmlSchemaAttribute.cs
- DirectoryInfo.cs
- ComponentCommands.cs
- figurelength.cs
- panel.cs
- util.cs
- EntityKeyElement.cs
- HtmlPanelAdapter.cs
- GradientSpreadMethodValidation.cs
- TextServicesHost.cs
- CodeLinePragma.cs
- CaseExpr.cs
- MultipartContentParser.cs
- PenThreadWorker.cs
- UniqueIdentifierService.cs
- ObjectContext.cs
- LayoutManager.cs
- ACE.cs
- Part.cs
- xmlglyphRunInfo.cs
- RenderContext.cs
- Container.cs
- TableLayoutCellPaintEventArgs.cs
- SHA512Managed.cs
- ValuePattern.cs
- SqlMethodTransformer.cs
- GraphicsContext.cs
- PtsCache.cs
- Model3D.cs
- ClientCultureInfo.cs
- ListViewItemSelectionChangedEvent.cs
- EntityDataSourceColumn.cs
- MimeObjectFactory.cs
- SerializationSectionGroup.cs
- ReadOnlyPropertyMetadata.cs
- COM2IPerPropertyBrowsingHandler.cs
- RecognizedAudio.cs
- KeyboardDevice.cs
- ServiceDescriptionReflector.cs
- SafeHandles.cs
- HttpListenerRequestUriBuilder.cs
- Stacktrace.cs
- ChangePassword.cs
- DbMetaDataFactory.cs
- GradientBrush.cs
- DependentList.cs
- EntityContainerRelationshipSetEnd.cs
- ItemsChangedEventArgs.cs
- Converter.cs
- M3DUtil.cs
- FontCacheLogic.cs
- InputChannel.cs
- SolidBrush.cs
- OdbcConnection.cs
- FontDifferentiator.cs
- StylusDevice.cs
- SqlUtil.cs
- InheritablePropertyChangeInfo.cs
- TypeName.cs
- UInt32Storage.cs
- ResourceContainer.cs
- RemotingAttributes.cs
- SAPICategories.cs
- Documentation.cs
- ConfigDefinitionUpdates.cs
- TimeStampChecker.cs
- Triplet.cs
- FormViewInsertEventArgs.cs
- xdrvalidator.cs
- InternalConfigEventArgs.cs
- InternalRelationshipCollection.cs
- IdentityReference.cs
- Expression.cs
- SoapFault.cs
- DesignerAttribute.cs
- DbgUtil.cs
- WebHttpDispatchOperationSelector.cs
- Unit.cs
- GraphicsState.cs
- XmlHierarchyData.cs
- InvokeBase.cs
- SessionKeyExpiredException.cs
- StoreAnnotationsMap.cs
- SchemaCollectionCompiler.cs
- ColorConvertedBitmapExtension.cs