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; ////// /// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedDSBuilder.cs
- controlskin.cs
- WorkerRequest.cs
- FontFamilyValueSerializer.cs
- PrefixQName.cs
- DecimalAnimationUsingKeyFrames.cs
- OrderedEnumerableRowCollection.cs
- ExpandableObjectConverter.cs
- ZipIOFileItemStream.cs
- OdbcEnvironment.cs
- MenuAutomationPeer.cs
- TabRenderer.cs
- ToolStripDropDownButton.cs
- BaseCAMarshaler.cs
- DbCommandTree.cs
- HttpModulesSection.cs
- ConsoleEntryPoint.cs
- UnsafeNativeMethods.cs
- SystemResources.cs
- NetworkStream.cs
- _ContextAwareResult.cs
- ExpressionHelper.cs
- StringTraceRecord.cs
- CachedTypeface.cs
- XmlSchemaFacet.cs
- DataGridViewDataErrorEventArgs.cs
- BuildManagerHost.cs
- Drawing.cs
- IndexedGlyphRun.cs
- DropShadowEffect.cs
- Parameter.cs
- ConfigPathUtility.cs
- AssemblyHash.cs
- XPathNodeHelper.cs
- XhtmlBasicPhoneCallAdapter.cs
- MediaCommands.cs
- MsmqQueue.cs
- HttpHandlersSection.cs
- ProfileManager.cs
- ObservableDictionary.cs
- BaseHashHelper.cs
- ListViewDeleteEventArgs.cs
- datacache.cs
- IImplicitResourceProvider.cs
- ConfigurationConverterBase.cs
- NameValuePermission.cs
- QueryCacheManager.cs
- QuotedPrintableStream.cs
- FileSystemInfo.cs
- SmtpTransport.cs
- KeyProperty.cs
- FontInfo.cs
- StreamSecurityUpgradeAcceptorBase.cs
- AutomationElement.cs
- XhtmlBasicLabelAdapter.cs
- TreeView.cs
- TreeIterator.cs
- GlyphRunDrawing.cs
- ObjectDataSourceSelectingEventArgs.cs
- CapabilitiesAssignment.cs
- TraceFilter.cs
- XmlSchemaAny.cs
- LicenseException.cs
- AffineTransform3D.cs
- ClonableStack.cs
- HttpModuleAction.cs
- DbDeleteCommandTree.cs
- WebPartDisplayModeEventArgs.cs
- ellipse.cs
- LinkArea.cs
- DataGridViewHitTestInfo.cs
- HwndAppCommandInputProvider.cs
- CompositeActivityTypeDescriptorProvider.cs
- DataColumn.cs
- TransformValueSerializer.cs
- StylusButton.cs
- ExceptQueryOperator.cs
- SafeLibraryHandle.cs
- ResolveRequestResponseAsyncResult.cs
- TaskFileService.cs
- xamlnodes.cs
- IntranetCredentialPolicy.cs
- DbInsertCommandTree.cs
- ListViewItemEventArgs.cs
- ReadOnlyCollectionBuilder.cs
- objectresult_tresulttype.cs
- FunctionOverloadResolver.cs
- FunctionImportElement.cs
- DirectoryNotFoundException.cs
- HtmlImage.cs
- MissingManifestResourceException.cs
- EasingKeyFrames.cs
- ControlValuePropertyAttribute.cs
- ObjectListFieldsPage.cs
- Sequence.cs
- DefaultAsyncDataDispatcher.cs
- SerialStream.cs
- TypeConvertions.cs
- BackgroundFormatInfo.cs
- DynamicDataRouteHandler.cs