Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UpdatePanelTriggerCollection.cs
- AssociationTypeEmitter.cs
- DefaultSection.cs
- SafePEFileHandle.cs
- EncodingInfo.cs
- AlphaSortedEnumConverter.cs
- ButtonChrome.cs
- SingleAnimationBase.cs
- HelpProvider.cs
- DataSourceSelectArguments.cs
- SpeakCompletedEventArgs.cs
- HtmlButton.cs
- CompositeCollectionView.cs
- Unit.cs
- SqlConnectionString.cs
- XmlQueryRuntime.cs
- ThemeableAttribute.cs
- CreateInstanceBinder.cs
- ProxyManager.cs
- PrivateFontCollection.cs
- SoapSchemaImporter.cs
- MenuCommands.cs
- TextSpan.cs
- ConfigXmlWhitespace.cs
- SafeCryptContextHandle.cs
- ViewLoader.cs
- FolderLevelBuildProviderCollection.cs
- ControlPaint.cs
- JournalEntryListConverter.cs
- XPathQilFactory.cs
- EntityKeyElement.cs
- DataGridPageChangedEventArgs.cs
- itemelement.cs
- TriggerCollection.cs
- EntityViewGenerator.cs
- CultureTable.cs
- MetadataSerializer.cs
- WindowsTitleBar.cs
- DataServiceEntityAttribute.cs
- DrawTreeNodeEventArgs.cs
- AlignmentXValidation.cs
- EmptyWorkItem.cs
- MonthChangedEventArgs.cs
- SchemaSetCompiler.cs
- FormatSettings.cs
- Span.cs
- Polyline.cs
- ConnectionDemuxer.cs
- CodeComment.cs
- ApplicationException.cs
- SecurityState.cs
- HintTextMaxWidthConverter.cs
- SHA1Managed.cs
- TreeViewHitTestInfo.cs
- AccessDataSource.cs
- TableAdapterManagerHelper.cs
- ConstraintEnumerator.cs
- PartManifestEntry.cs
- DataServiceOperationContext.cs
- FrameSecurityDescriptor.cs
- Triangle.cs
- SecurityUtils.cs
- _UriTypeConverter.cs
- GPRECT.cs
- HwndSourceParameters.cs
- LogAppendAsyncResult.cs
- MissingSatelliteAssemblyException.cs
- EventDescriptor.cs
- _NestedSingleAsyncResult.cs
- CodeAttributeArgumentCollection.cs
- Cell.cs
- MediaContext.cs
- XmlText.cs
- Rectangle.cs
- AllowedAudienceUriElement.cs
- Command.cs
- SqlConnectionFactory.cs
- AbstractExpressions.cs
- SQLBinary.cs
- DeflateInput.cs
- FlowLayoutPanel.cs
- SoapTypeAttribute.cs
- Utils.cs
- SystemWebCachingSectionGroup.cs
- RootBrowserWindowProxy.cs
- AssemblyName.cs
- XmlMembersMapping.cs
- Span.cs
- RegionInfo.cs
- PropertyConverter.cs
- LinqDataView.cs
- SqlNamer.cs
- MILUtilities.cs
- DataGridViewTextBoxCell.cs
- MimeMapping.cs
- WebPartEditorOkVerb.cs
- ContentDefinition.cs
- Stack.cs
- XmlSchemaSimpleContentRestriction.cs
- HtmlFormWrapper.cs