Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventListenerClientSide.cs
- RepeaterDesigner.cs
- EventArgs.cs
- IxmlLineInfo.cs
- Schema.cs
- SR.cs
- ConnectionProviderAttribute.cs
- ProgramPublisher.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- StaticExtensionConverter.cs
- RuntimeHandles.cs
- BinaryExpression.cs
- DataGridViewAccessibleObject.cs
- FixedNode.cs
- RsaSecurityToken.cs
- Clipboard.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ServicesUtilities.cs
- ListChunk.cs
- WebPartEditVerb.cs
- WriteableBitmap.cs
- SqlReorderer.cs
- DataObjectEventArgs.cs
- ExpressionBinding.cs
- PropertyTab.cs
- ProfileGroupSettings.cs
- WCFServiceClientProxyGenerator.cs
- NullRuntimeConfig.cs
- SmiEventSink_DeferedProcessing.cs
- remotingproxy.cs
- QuadraticBezierSegment.cs
- SchemaImporter.cs
- GroupItemAutomationPeer.cs
- ClientSettingsSection.cs
- PtsHelper.cs
- FileStream.cs
- WbmpConverter.cs
- Int64Animation.cs
- FunctionMappingTranslator.cs
- XmlRootAttribute.cs
- SmtpTransport.cs
- Help.cs
- ReachDocumentSequenceSerializerAsync.cs
- ConcurrentStack.cs
- AnonymousIdentificationSection.cs
- MemoryStream.cs
- XmlSchemaAny.cs
- IdnMapping.cs
- AsymmetricAlgorithm.cs
- SchemaCompiler.cs
- AspNetPartialTrustHelpers.cs
- PresentationTraceSources.cs
- ProfilePropertyNameValidator.cs
- DataGridDetailsPresenterAutomationPeer.cs
- EncodingInfo.cs
- CollectionViewProxy.cs
- ListContractAdapter.cs
- GlobalizationAssembly.cs
- TimeSpan.cs
- GraphicsState.cs
- InkCanvasFeedbackAdorner.cs
- TemplatePartAttribute.cs
- DataFormats.cs
- RectKeyFrameCollection.cs
- WhitespaceRuleLookup.cs
- SqlFunctionAttribute.cs
- _UriTypeConverter.cs
- FormViewUpdatedEventArgs.cs
- FontInfo.cs
- BamlBinaryWriter.cs
- DataGridViewColumnHeaderCell.cs
- bindurihelper.cs
- WCFServiceClientProxyGenerator.cs
- SchemaComplexType.cs
- DataServiceRequestOfT.cs
- KeyValueInternalCollection.cs
- PbrsForward.cs
- _LazyAsyncResult.cs
- ListCardsInFileRequest.cs
- ItemsPanelTemplate.cs
- XmlUtf8RawTextWriter.cs
- ObjectDataSourceFilteringEventArgs.cs
- LookupNode.cs
- ProtocolsSection.cs
- UDPClient.cs
- MessageBuffer.cs
- SevenBitStream.cs
- SoapFaultCodes.cs
- CompositeFontFamily.cs
- Comparer.cs
- PropertyCollection.cs
- SafeFileMappingHandle.cs
- ViewStateException.cs
- XmlReader.cs
- VectorConverter.cs
- SessionStateModule.cs
- CommandTreeTypeHelper.cs
- MsmqIntegrationValidationBehavior.cs
- SymbolTable.cs
- LocatorGroup.cs