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
- DataGridViewCellStyleConverter.cs
- DbConnectionPoolOptions.cs
- TemplatePropertyEntry.cs
- UIElementCollection.cs
- SystemWebCachingSectionGroup.cs
- ConfigurationValues.cs
- MetaDataInfo.cs
- precedingquery.cs
- ExpressionLink.cs
- DateTimeConstantAttribute.cs
- StrokeRenderer.cs
- Timeline.cs
- DataGridCaption.cs
- DataGridViewLayoutData.cs
- StateRuntime.cs
- ProjectionCamera.cs
- NamespaceImport.cs
- UnknownWrapper.cs
- Automation.cs
- XmlIlGenerator.cs
- DependencyPropertyAttribute.cs
- DetailsViewDeletedEventArgs.cs
- ListViewItem.cs
- WindowsToolbarAsMenu.cs
- MeshGeometry3D.cs
- Subordinate.cs
- FontNameEditor.cs
- WebPartZoneBase.cs
- WindowsToolbarAsMenu.cs
- Color.cs
- XmlDesignerDataSourceView.cs
- ZipPackage.cs
- Operator.cs
- RequestValidator.cs
- XamlTypeMapperSchemaContext.cs
- EditingMode.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- BuildManagerHost.cs
- AttributeEmitter.cs
- ComContractElementCollection.cs
- IndexedGlyphRun.cs
- Axis.cs
- XmlBoundElement.cs
- WebPartUserCapability.cs
- input.cs
- StructuralObject.cs
- BitSet.cs
- DeferredSelectedIndexReference.cs
- ProviderException.cs
- Screen.cs
- columnmapkeybuilder.cs
- WebPartRestoreVerb.cs
- GenericRootAutomationPeer.cs
- MexBindingElement.cs
- RuleSetReference.cs
- Thread.cs
- XamlValidatingReader.cs
- ConstantCheck.cs
- ResetableIterator.cs
- elementinformation.cs
- DataGridViewColumnStateChangedEventArgs.cs
- DataGridViewCellStateChangedEventArgs.cs
- DynamicVirtualDiscoSearcher.cs
- GiveFeedbackEvent.cs
- ReferentialConstraint.cs
- TreeViewImageKeyConverter.cs
- DiagnosticEventProvider.cs
- SmtpLoginAuthenticationModule.cs
- CompModSwitches.cs
- SQLBytesStorage.cs
- MessageSecurityVersionConverter.cs
- ReadOnlyObservableCollection.cs
- DebugHandleTracker.cs
- MouseCaptureWithinProperty.cs
- ProviderManager.cs
- PolyLineSegment.cs
- TextTreeUndo.cs
- ReadOnlyCollection.cs
- UriTemplateVariablePathSegment.cs
- WindowsListViewItemStartMenu.cs
- ButtonRenderer.cs
- HttpModulesSection.cs
- CryptoStream.cs
- ColorConverter.cs
- X509ClientCertificateAuthentication.cs
- SpStreamWrapper.cs
- GridViewDeleteEventArgs.cs
- WsiProfilesElement.cs
- MultipleViewPatternIdentifiers.cs
- ContourSegment.cs
- TextBox.cs
- ArgumentException.cs
- CompositeClientFormatter.cs
- CompilerResults.cs
- ShimAsPublicXamlType.cs
- PropertySegmentSerializer.cs
- SafeProcessHandle.cs
- CmsUtils.cs
- EntityDataSourceContextCreatedEventArgs.cs
- ConfigXmlCDataSection.cs