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;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
public class SoapSchemaMember {
string memberName;
XmlQualifiedName type = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityFrameworkVersions.cs
- DataBoundControlHelper.cs
- WmfPlaceableFileHeader.cs
- ParallelDesigner.xaml.cs
- ColorAnimationUsingKeyFrames.cs
- SQLSingleStorage.cs
- MessageContractMemberAttribute.cs
- DesignerAutoFormat.cs
- DbFunctionCommandTree.cs
- ObjectContextServiceProvider.cs
- DrawingCollection.cs
- XmlSerializableWriter.cs
- DataBindingHandlerAttribute.cs
- ParentQuery.cs
- TraceHandlerErrorFormatter.cs
- SqlExpressionNullability.cs
- TextViewSelectionProcessor.cs
- connectionpool.cs
- CodeCommentStatement.cs
- UIElementPropertyUndoUnit.cs
- ChameleonKey.cs
- MsmqReceiveHelper.cs
- DynamicActivityTypeDescriptor.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DocumentAutomationPeer.cs
- HttpException.cs
- errorpatternmatcher.cs
- ClonableStack.cs
- EdgeModeValidation.cs
- sqlser.cs
- TimeSpanStorage.cs
- XmlReader.cs
- FlowDocumentReader.cs
- RelativeSource.cs
- XmlHierarchyData.cs
- StrongName.cs
- SafeEventLogWriteHandle.cs
- ConfigsHelper.cs
- UiaCoreProviderApi.cs
- XmlTextWriter.cs
- AttachmentService.cs
- DataBindingCollectionConverter.cs
- DataViewSettingCollection.cs
- GenericNameHandler.cs
- JsonWriterDelegator.cs
- CommunicationObjectAbortedException.cs
- EdmRelationshipRoleAttribute.cs
- RadioButtonAutomationPeer.cs
- AuthenticateEventArgs.cs
- PeerCollaboration.cs
- basecomparevalidator.cs
- ImportedPolicyConversionContext.cs
- StylusPointCollection.cs
- ModuleElement.cs
- HttpResponseInternalWrapper.cs
- DataViewListener.cs
- Single.cs
- KeyNotFoundException.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- UserNamePasswordValidator.cs
- OleDbTransaction.cs
- HttpListenerResponse.cs
- BufferAllocator.cs
- ConstrainedDataObject.cs
- SiteMapNodeCollection.cs
- ItemMap.cs
- GridView.cs
- ScriptMethodAttribute.cs
- HtmlAnchor.cs
- SortQuery.cs
- ProxyAttribute.cs
- XmlNodeChangedEventArgs.cs
- XmlILIndex.cs
- TypeSystem.cs
- BindingContext.cs
- DXD.cs
- DataGridViewImageCell.cs
- _AutoWebProxyScriptHelper.cs
- OleDbRowUpdatingEvent.cs
- InputScopeConverter.cs
- TdsParserSafeHandles.cs
- DataGridPagerStyle.cs
- OleCmdHelper.cs
- UrlUtility.cs
- ValueChangedEventManager.cs
- Choices.cs
- Win32Exception.cs
- FontFamilyValueSerializer.cs
- UserControl.cs
- GridViewColumnHeader.cs
- HtmlInputFile.cs
- StyleCollection.cs
- ProcessStartInfo.cs
- WebServiceParameterData.cs
- RawUIStateInputReport.cs
- brushes.cs
- CharacterBuffer.cs
- WebServicesInteroperability.cs
- TextFormatterHost.cs
- Vector3DCollection.cs