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
- SyntaxCheck.cs
- PopupEventArgs.cs
- Vector3D.cs
- EventArgs.cs
- SqlBuffer.cs
- HelpEvent.cs
- HashAlgorithm.cs
- JsonServiceDocumentSerializer.cs
- CryptoKeySecurity.cs
- SequentialUshortCollection.cs
- RadioButtonAutomationPeer.cs
- Substitution.cs
- TextBounds.cs
- IDataContractSurrogate.cs
- DeviceFiltersSection.cs
- WebHttpBehavior.cs
- PowerModeChangedEventArgs.cs
- MethodExpr.cs
- XmlTextReader.cs
- DbConnectionPoolGroup.cs
- StretchValidation.cs
- HttpResponseWrapper.cs
- SupportingTokenListenerFactory.cs
- PeerPresenceInfo.cs
- UICuesEvent.cs
- Soap.cs
- MLangCodePageEncoding.cs
- ConcurrentQueue.cs
- Transactions.cs
- DbCommandDefinition.cs
- ContextInformation.cs
- KeyFrames.cs
- DriveNotFoundException.cs
- XsltInput.cs
- ReaderWriterLockWrapper.cs
- AbandonedMutexException.cs
- Type.cs
- CompilerResults.cs
- Vector3DValueSerializer.cs
- FastPropertyAccessor.cs
- TypeName.cs
- IConvertible.cs
- PageTheme.cs
- ParamArrayAttribute.cs
- sqlmetadatafactory.cs
- BitmapCodecInfo.cs
- TextBox.cs
- X509Utils.cs
- TextParagraphCache.cs
- DictionaryManager.cs
- TiffBitmapEncoder.cs
- TabPage.cs
- HttpDebugHandler.cs
- DesignerImageAdapter.cs
- TypeInitializationException.cs
- XmlExpressionDumper.cs
- SerializationEventsCache.cs
- TypeLibConverter.cs
- FormViewInsertEventArgs.cs
- PropVariant.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- WebPartEditorApplyVerb.cs
- Size3D.cs
- RegexTree.cs
- TimeZone.cs
- MeasureData.cs
- SignatureToken.cs
- Baml2006KeyRecord.cs
- CommandExpr.cs
- DataSysAttribute.cs
- DebugInfoExpression.cs
- PrintDialog.cs
- DiffuseMaterial.cs
- _KerberosClient.cs
- ArgIterator.cs
- LinqDataSourceStatusEventArgs.cs
- EventEntry.cs
- DependencyPropertyKey.cs
- NativeCompoundFileAPIs.cs
- FileDialogPermission.cs
- StandardCommands.cs
- PeerContact.cs
- TypeResolver.cs
- CommonObjectSecurity.cs
- MatcherBuilder.cs
- FontStyles.cs
- ActivityWithResultValueSerializer.cs
- XNodeValidator.cs
- DataSourceSerializationException.cs
- DoubleLink.cs
- Wildcard.cs
- DesignerCategoryAttribute.cs
- ListControlStringCollectionEditor.cs
- WebPartCatalogAddVerb.cs
- HttpHandlersSection.cs
- OdbcConnectionPoolProviderInfo.cs
- IsolatedStorageFile.cs
- SoapIgnoreAttribute.cs
- DetailsViewInsertEventArgs.cs
- SudsParser.cs