Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigXmlText.cs
- SqlDataSourceConfigureFilterForm.cs
- MouseActionValueSerializer.cs
- FontWeightConverter.cs
- TriggerBase.cs
- DataSourceSelectArguments.cs
- EventPrivateKey.cs
- ReflectTypeDescriptionProvider.cs
- StreamGeometry.cs
- SqlRetyper.cs
- DesignerImageAdapter.cs
- DetailsViewInsertedEventArgs.cs
- AttachInfo.cs
- BackgroundFormatInfo.cs
- RegisteredScript.cs
- SystemColors.cs
- SizeF.cs
- BrushConverter.cs
- SoapCodeExporter.cs
- FusionWrap.cs
- XmlException.cs
- WebHttpBindingElement.cs
- Int32.cs
- FigureHelper.cs
- XmlNodeList.cs
- XmlNode.cs
- CoreSwitches.cs
- InputGestureCollection.cs
- JsonEncodingStreamWrapper.cs
- ApplyTemplatesAction.cs
- EventInfo.cs
- GradientStopCollection.cs
- HMACSHA512.cs
- Renderer.cs
- ObjectSpanRewriter.cs
- SqlConnectionPoolProviderInfo.cs
- BitConverter.cs
- ContourSegment.cs
- ListViewItem.cs
- EntityContainerAssociationSet.cs
- XhtmlConformanceSection.cs
- DataGridViewAutoSizeModeEventArgs.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- QueryCursorEventArgs.cs
- SqlMethods.cs
- PerfCounterSection.cs
- GradientStop.cs
- FormViewModeEventArgs.cs
- ExtendedPropertyCollection.cs
- ThemeableAttribute.cs
- HostingPreferredMapPath.cs
- indexingfiltermarshaler.cs
- ExceptionHelpers.cs
- ConcatQueryOperator.cs
- SecurityContext.cs
- StandardOleMarshalObject.cs
- SecurityTokenAttachmentMode.cs
- GrammarBuilderPhrase.cs
- TouchesCapturedWithinProperty.cs
- SiteMapHierarchicalDataSourceView.cs
- ModelUIElement3D.cs
- CompilationRelaxations.cs
- GlyphCache.cs
- glyphs.cs
- IndexOutOfRangeException.cs
- WindowVisualStateTracker.cs
- WorkflowCompensationBehavior.cs
- X509CertificateCollection.cs
- DataGridAutoFormatDialog.cs
- CompatibleComparer.cs
- ScriptControlManager.cs
- DecimalAnimationUsingKeyFrames.cs
- SqlTopReducer.cs
- _CommandStream.cs
- PeerSecurityManager.cs
- SqlNamer.cs
- ListViewGroupItemCollection.cs
- GridView.cs
- WindowsEditBox.cs
- NetTcpBinding.cs
- HttpHandlersSection.cs
- MenuItemStyleCollection.cs
- ColorDialog.cs
- DataTableTypeConverter.cs
- TemplateField.cs
- SerializationSectionGroup.cs
- BoolLiteral.cs
- DocumentOrderQuery.cs
- ResourceAssociationType.cs
- FactoryGenerator.cs
- TableItemPattern.cs
- TypeListConverter.cs
- HyperLinkColumn.cs
- TrackingWorkflowEventArgs.cs
- EmptyEnumerator.cs
- SecurityHelper.cs
- HMACSHA1.cs
- MouseButtonEventArgs.cs
- DataBindingCollectionConverter.cs
- TimeEnumHelper.cs