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
- sqlmetadatafactory.cs
- AdRotator.cs
- ShaderEffect.cs
- BulletedListEventArgs.cs
- HwndMouseInputProvider.cs
- TablePatternIdentifiers.cs
- AuthenticationServiceManager.cs
- IISUnsafeMethods.cs
- EventDriven.cs
- GridLength.cs
- ProfileParameter.cs
- LocalizationParserHooks.cs
- ToolStripItemCollection.cs
- DesignerTransactionCloseEvent.cs
- EventItfInfo.cs
- ListBox.cs
- ColumnBinding.cs
- EventTrigger.cs
- Storyboard.cs
- RPIdentityRequirement.cs
- DependencySource.cs
- DataAccessor.cs
- ContainerParaClient.cs
- StackBuilderSink.cs
- ReferencedType.cs
- CapabilitiesState.cs
- ProfileParameter.cs
- LocalizabilityAttribute.cs
- WebException.cs
- PrintController.cs
- PolyBezierSegment.cs
- XmlStreamNodeWriter.cs
- ScriptServiceAttribute.cs
- SchemaObjectWriter.cs
- ValueTypeIndexerReference.cs
- TransformedBitmap.cs
- CompositeFontParser.cs
- CodeAccessPermission.cs
- CellParaClient.cs
- UrlPropertyAttribute.cs
- XmlDataSource.cs
- CodeCommentStatement.cs
- ProtectedProviderSettings.cs
- PartialTrustValidationBehavior.cs
- XmlDataSourceNodeDescriptor.cs
- RegistryConfigurationProvider.cs
- ZipIOExtraField.cs
- DesignerVerb.cs
- FilteredXmlReader.cs
- ToolStripRendererSwitcher.cs
- MethodAccessException.cs
- TypeNameConverter.cs
- TcpConnectionPoolSettingsElement.cs
- TempEnvironment.cs
- RegexFCD.cs
- CatalogZoneBase.cs
- MenuItemStyleCollection.cs
- uribuilder.cs
- SoapCodeExporter.cs
- PeerCredential.cs
- FailedToStartupUIException.cs
- ConditionChanges.cs
- ZoneIdentityPermission.cs
- DrawingVisualDrawingContext.cs
- HttpApplicationStateBase.cs
- CapabilitiesState.cs
- RelationshipEndMember.cs
- HiddenField.cs
- MethodMessage.cs
- PropertyRef.cs
- BezierSegment.cs
- ListView.cs
- PreloadedPackages.cs
- InvalidCastException.cs
- XPathAxisIterator.cs
- UnauthorizedAccessException.cs
- TextPatternIdentifiers.cs
- RightsManagementEncryptedStream.cs
- XmlAnyElementAttributes.cs
- ResourceProviderFactory.cs
- QueryResponse.cs
- Pair.cs
- TabItemWrapperAutomationPeer.cs
- PhysicalFontFamily.cs
- Triangle.cs
- XPathScanner.cs
- SessionStateModule.cs
- ClientSideProviderDescription.cs
- DbDataReader.cs
- ValidationSettings.cs
- TimeEnumHelper.cs
- StylusPointProperties.cs
- CustomAttributeBuilder.cs
- SqlMethods.cs
- SecurityPolicySection.cs
- TransformerConfigurationWizardBase.cs
- Line.cs
- ProjectionCamera.cs
- FacetValues.cs
- CallbackBehaviorAttribute.cs