Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1 / XmlReflectionMember.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
///
/// [To be supplied.]
///
public class XmlReflectionMember {
string memberName;
Type type;
XmlAttributes xmlAttributes = new XmlAttributes();
SoapAttributes soapAttributes = new SoapAttributes();
bool isReturnValue;
bool overrideIsNullable;
///
///
/// [To be supplied.]
///
public Type MemberType {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public XmlAttributes XmlAttributes {
get { return xmlAttributes; }
set { xmlAttributes = value; }
}
///
///
/// [To be supplied.]
///
public SoapAttributes SoapAttributes {
get { return soapAttributes; }
set { soapAttributes = value; }
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return memberName == null ? string.Empty : memberName; }
set { memberName = value; }
}
///
///
/// [To be supplied.]
///
public bool IsReturnValue {
get { return isReturnValue; }
set { isReturnValue = value; }
}
///
///
/// [To be supplied.]
///
public bool OverrideIsNullable {
get { return overrideIsNullable; }
set { overrideIsNullable = 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;
///
///
///
/// [To be supplied.]
///
public class XmlReflectionMember {
string memberName;
Type type;
XmlAttributes xmlAttributes = new XmlAttributes();
SoapAttributes soapAttributes = new SoapAttributes();
bool isReturnValue;
bool overrideIsNullable;
///
///
/// [To be supplied.]
///
public Type MemberType {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public XmlAttributes XmlAttributes {
get { return xmlAttributes; }
set { xmlAttributes = value; }
}
///
///
/// [To be supplied.]
///
public SoapAttributes SoapAttributes {
get { return soapAttributes; }
set { soapAttributes = value; }
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return memberName == null ? string.Empty : memberName; }
set { memberName = value; }
}
///
///
/// [To be supplied.]
///
public bool IsReturnValue {
get { return isReturnValue; }
set { isReturnValue = value; }
}
///
///
/// [To be supplied.]
///
public bool OverrideIsNullable {
get { return overrideIsNullable; }
set { overrideIsNullable = 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
- ContainerControl.cs
- InheritablePropertyChangeInfo.cs
- BinarySerializer.cs
- ToolBarButtonClickEvent.cs
- Converter.cs
- MULTI_QI.cs
- printdlgexmarshaler.cs
- Helpers.cs
- ControlCodeDomSerializer.cs
- Pair.cs
- AppDomainUnloadedException.cs
- ResourceExpressionBuilder.cs
- PageCache.cs
- AvTrace.cs
- FormatterServices.cs
- MessageQueueException.cs
- BinaryOperationBinder.cs
- FormViewPagerRow.cs
- HuffModule.cs
- ExpressionParser.cs
- AxDesigner.cs
- ButtonChrome.cs
- PublishLicense.cs
- _NegotiateClient.cs
- MessageBuilder.cs
- ExceptionUtil.cs
- CommandDesigner.cs
- Int32Animation.cs
- HtmlLiteralTextAdapter.cs
- MyContact.cs
- PriorityBinding.cs
- CheckBoxField.cs
- ConfigurationPermission.cs
- OleDbPermission.cs
- COSERVERINFO.cs
- PropertyFilter.cs
- OptimisticConcurrencyException.cs
- DropDownList.cs
- DataBoundControlAdapter.cs
- RowToFieldTransformer.cs
- _AutoWebProxyScriptWrapper.cs
- ToolboxItemFilterAttribute.cs
- Terminate.cs
- RegexFCD.cs
- ImportContext.cs
- controlskin.cs
- Transform3DGroup.cs
- PolicyChain.cs
- NCryptSafeHandles.cs
- KerberosTicketHashIdentifierClause.cs
- NavigatorInput.cs
- AsymmetricAlgorithm.cs
- SHA384.cs
- Speller.cs
- CustomTokenProvider.cs
- CodeNamespaceCollection.cs
- Page.cs
- HelloMessageCD1.cs
- VarInfo.cs
- NullableBoolConverter.cs
- LinqDataSourceDeleteEventArgs.cs
- Util.cs
- MergeLocalizationDirectives.cs
- WebReference.cs
- IFlowDocumentViewer.cs
- CrossContextChannel.cs
- OuterGlowBitmapEffect.cs
- DefaultTraceListener.cs
- ObjectDataProvider.cs
- HandoffBehavior.cs
- GroupLabel.cs
- ClientSponsor.cs
- DataGridViewElement.cs
- metadatamappinghashervisitor.cs
- Transaction.cs
- DrawingState.cs
- TypeUtil.cs
- glyphs.cs
- HtmlImage.cs
- TraceUtility.cs
- TextBlockAutomationPeer.cs
- HttpServerChannel.cs
- Row.cs
- CoreChannel.cs
- SchemaMerger.cs
- AttributeCollection.cs
- TrackingWorkflowEventArgs.cs
- SecurityTokenProviderContainer.cs
- EventHandlerList.cs
- ConsoleKeyInfo.cs
- TempFiles.cs
- HostedElements.cs
- CapabilitiesUse.cs
- ParsedAttributeCollection.cs
- SqlReorderer.cs
- UpDownEvent.cs
- VerbConverter.cs
- DebuggerAttributes.cs
- DataGridColumnCollection.cs
- PagedDataSource.cs