Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- WSTrust.cs
- Grid.cs
- DeferredSelectedIndexReference.cs
- SamlAttribute.cs
- DelegateBodyWriter.cs
- SqlBulkCopyColumnMapping.cs
- TextEditorCharacters.cs
- OpacityConverter.cs
- QueryCreatedEventArgs.cs
- WebResourceAttribute.cs
- TextTreeExtractElementUndoUnit.cs
- CellConstantDomain.cs
- InfoCardConstants.cs
- XmlAttributeHolder.cs
- UniqueEventHelper.cs
- Model3DCollection.cs
- WindowProviderWrapper.cs
- DependencyPropertyKind.cs
- DbConnectionOptions.cs
- EntityCommand.cs
- BitmapEffectOutputConnector.cs
- httpstaticobjectscollection.cs
- StringArrayConverter.cs
- ReceiveActivityDesignerTheme.cs
- SmtpException.cs
- ColumnPropertiesGroup.cs
- SafeRightsManagementPubHandle.cs
- ContentPosition.cs
- ColumnHeaderConverter.cs
- StrokeFIndices.cs
- StringReader.cs
- CollectionViewGroupInternal.cs
- WebPartConnectionsConfigureVerb.cs
- CodeIdentifiers.cs
- SigningCredentials.cs
- DataSourceCache.cs
- ProxyGenerationError.cs
- CheckBoxField.cs
- HeaderUtility.cs
- SmtpNtlmAuthenticationModule.cs
- IssuanceLicense.cs
- PassportPrincipal.cs
- GridItem.cs
- MemberDescriptor.cs
- TimeSpanOrInfiniteValidator.cs
- XmlSchemaFacet.cs
- XmlnsPrefixAttribute.cs
- ContextBase.cs
- Simplifier.cs
- NativeMethods.cs
- PropertyInformation.cs
- AssociationType.cs
- ColumnReorderedEventArgs.cs
- ToolStripItemImageRenderEventArgs.cs
- TypeAccessException.cs
- SamlAuthenticationClaimResource.cs
- glyphs.cs
- InputScopeManager.cs
- SynchronizingStream.cs
- TableStyle.cs
- SecurityException.cs
- WindowsSlider.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- PatternMatcher.cs
- Error.cs
- BindingElement.cs
- M3DUtil.cs
- CodeDomConfigurationHandler.cs
- JsonFormatWriterGenerator.cs
- ConstantProjectedSlot.cs
- GlobalProxySelection.cs
- ParallelTimeline.cs
- TypeSystem.cs
- Enlistment.cs
- ImageField.cs
- contentDescriptor.cs
- ProcessModelInfo.cs
- NetworkCredential.cs
- SerializationHelper.cs
- SystemDiagnosticsSection.cs
- BaseValidatorDesigner.cs
- BaseConfigurationRecord.cs
- BinaryReader.cs
- Ticks.cs
- TextSerializer.cs
- HttpPostedFileWrapper.cs
- BinaryCommonClasses.cs
- ContainerVisual.cs
- BitmapSizeOptions.cs
- JsonXmlDataContract.cs
- ClientScriptManagerWrapper.cs
- FamilyTypeface.cs
- ReaderWriterLock.cs
- FutureFactory.cs
- TextMarkerSource.cs
- ClientUrlResolverWrapper.cs
- BufferModesCollection.cs
- ToolboxItemCollection.cs
- MenuBase.cs
- ScopedMessagePartSpecification.cs