Code:
/ DotNET / DotNET / 8.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
- BindingCompleteEventArgs.cs
- XLinq.cs
- Encoder.cs
- Adorner.cs
- PackageRelationshipCollection.cs
- ProxyHwnd.cs
- SqlCacheDependencySection.cs
- ToolStripButton.cs
- MultiViewDesigner.cs
- BitmapFrameEncode.cs
- FixedTextBuilder.cs
- StandardToolWindows.cs
- FunctionParameter.cs
- Viewport3DVisual.cs
- Internal.cs
- Events.cs
- UriSection.cs
- ObjectContextServiceProvider.cs
- CommonDialog.cs
- CodeDirectoryCompiler.cs
- PerformanceCounterManager.cs
- IDReferencePropertyAttribute.cs
- ColorConverter.cs
- FontSourceCollection.cs
- UInt16Storage.cs
- WebServiceResponse.cs
- InternalBufferOverflowException.cs
- DesignerProperties.cs
- FileDialogPermission.cs
- StrongNameUtility.cs
- BaseServiceProvider.cs
- TransformCollection.cs
- DataListItem.cs
- KeyedHashAlgorithm.cs
- AmbientLight.cs
- StructureChangedEventArgs.cs
- Identity.cs
- HeaderedItemsControl.cs
- IdentityNotMappedException.cs
- PackageRelationship.cs
- MergePropertyDescriptor.cs
- BooleanKeyFrameCollection.cs
- DataAccessor.cs
- GenerateScriptTypeAttribute.cs
- RepeaterCommandEventArgs.cs
- SHA512CryptoServiceProvider.cs
- AssertUtility.cs
- HtmlInputCheckBox.cs
- ObjectParameterCollection.cs
- FrameworkElement.cs
- SchemaContext.cs
- RecognitionEventArgs.cs
- EventProviderWriter.cs
- PageCatalogPart.cs
- IgnoreFlushAndCloseStream.cs
- DiffuseMaterial.cs
- KeyPressEvent.cs
- CommonGetThemePartSize.cs
- Page.cs
- ProgramNode.cs
- securestring.cs
- SqlUdtInfo.cs
- EntityWithChangeTrackerStrategy.cs
- TextEditor.cs
- NetworkStream.cs
- AppDomainFactory.cs
- ProcessHost.cs
- DetailsViewCommandEventArgs.cs
- ListBoxItemWrapperAutomationPeer.cs
- DbFunctionCommandTree.cs
- SqlMultiplexer.cs
- PublishLicense.cs
- SqlDataSourceSelectingEventArgs.cs
- UnsafeNativeMethodsCLR.cs
- TextContainerChangedEventArgs.cs
- CompressEmulationStream.cs
- AssemblyNameEqualityComparer.cs
- ReliableDuplexSessionChannel.cs
- ComponentManagerBroker.cs
- FixedDocumentPaginator.cs
- MatrixUtil.cs
- ProtocolViolationException.cs
- StreamAsIStream.cs
- Win32MouseDevice.cs
- RoleManagerSection.cs
- WebServiceErrorEvent.cs
- Helper.cs
- TypeDescriptorFilterService.cs
- RuleConditionDialog.Designer.cs
- CmsInterop.cs
- OutputCacheProfileCollection.cs
- ProgressiveCrcCalculatingStream.cs
- EditorResources.cs
- MatrixAnimationUsingKeyFrames.cs
- SingleTagSectionHandler.cs
- ElementProxy.cs
- WebPartZoneBase.cs
- CopyNamespacesAction.cs
- StartUpEventArgs.cs
- SamlSubject.cs