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
- WhitespaceSignificantCollectionAttribute.cs
- ContentPlaceHolderDesigner.cs
- PlatformCulture.cs
- EventSetter.cs
- TypeUtils.cs
- HwndMouseInputProvider.cs
- SqlDataSourceStatusEventArgs.cs
- VisemeEventArgs.cs
- KeyManager.cs
- DbMetaDataCollectionNames.cs
- DeviceContexts.cs
- RankException.cs
- LambdaCompiler.Statements.cs
- SchemaNamespaceManager.cs
- TimerTable.cs
- RemotingClientProxy.cs
- HttpModulesInstallComponent.cs
- PointCollectionConverter.cs
- PreservationFileWriter.cs
- PresentationAppDomainManager.cs
- RectangleHotSpot.cs
- FixedTextPointer.cs
- Point3DIndependentAnimationStorage.cs
- NavigateUrlConverter.cs
- ConnectionConsumerAttribute.cs
- DecimalAnimationUsingKeyFrames.cs
- MeasurementDCInfo.cs
- DataTableClearEvent.cs
- PageBreakRecord.cs
- ControlCachePolicy.cs
- RangeValueProviderWrapper.cs
- DotExpr.cs
- PropertyEmitter.cs
- Subtree.cs
- SizeChangedEventArgs.cs
- SessionStateSection.cs
- RuleInfoComparer.cs
- DeploymentSection.cs
- CommonProperties.cs
- BoundsDrawingContextWalker.cs
- RuntimeConfigLKG.cs
- SigningCredentials.cs
- StringUtil.cs
- CodeMethodInvokeExpression.cs
- ZipPackage.cs
- FilterElement.cs
- TCPListener.cs
- OutArgument.cs
- ArraySegment.cs
- CultureInfoConverter.cs
- CorePropertiesFilter.cs
- CodeDirectiveCollection.cs
- ProfileManager.cs
- FileUtil.cs
- CatalogZoneBase.cs
- MaskDesignerDialog.cs
- CapabilitiesSection.cs
- QuadraticEase.cs
- CompositeScriptReference.cs
- Int32Collection.cs
- ASCIIEncoding.cs
- SignedXml.cs
- Constraint.cs
- BoundsDrawingContextWalker.cs
- FileInfo.cs
- TracingConnectionListener.cs
- ping.cs
- ContextMenuStripActionList.cs
- TableRow.cs
- HuffCodec.cs
- ReceiveActivityDesigner.cs
- EntityDataSourceContextDisposingEventArgs.cs
- AstNode.cs
- EntityKeyElement.cs
- LinqToSqlWrapper.cs
- PostBackOptions.cs
- TagNameToTypeMapper.cs
- ItemsChangedEventArgs.cs
- WindowsListViewItemStartMenu.cs
- TextChange.cs
- Transform.cs
- GradientSpreadMethodValidation.cs
- DbCommandDefinition.cs
- KeyboardNavigation.cs
- TypeUtil.cs
- DataGridViewRowCancelEventArgs.cs
- FieldBuilder.cs
- HexParser.cs
- DrawItemEvent.cs
- NumericPagerField.cs
- BufferedGraphicsContext.cs
- StorageAssociationTypeMapping.cs
- TreeNodeBindingCollection.cs
- OutputWindow.cs
- BasicDesignerLoader.cs
- TreeBuilderXamlTranslator.cs
- GridViewHeaderRowPresenter.cs
- MetabaseServerConfig.cs
- MemberInfoSerializationHolder.cs
- SchemaContext.cs