Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1305376 / 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
- XmlSchemaAny.cs
- WebControlParameterProxy.cs
- FontCacheLogic.cs
- ObjectAnimationUsingKeyFrames.cs
- RadioButton.cs
- BitmapInitialize.cs
- TCPClient.cs
- selecteditemcollection.cs
- GrammarBuilderBase.cs
- SpecialFolderEnumConverter.cs
- DesignerWidgets.cs
- DynamicDocumentPaginator.cs
- StrokeNodeEnumerator.cs
- CommonProperties.cs
- ImageCodecInfoPrivate.cs
- CompiledRegexRunnerFactory.cs
- RoleService.cs
- AspNetCompatibilityRequirementsAttribute.cs
- CustomServiceCredentials.cs
- NativeMethods.cs
- ClientSideQueueItem.cs
- _AutoWebProxyScriptEngine.cs
- NotifyParentPropertyAttribute.cs
- CodeIterationStatement.cs
- Evaluator.cs
- IgnoreFileBuildProvider.cs
- ContentWrapperAttribute.cs
- RawStylusInputCustomDataList.cs
- AvTraceFormat.cs
- AutomationEvent.cs
- MsmqIntegrationBinding.cs
- ModelFactory.cs
- DataSourceView.cs
- MouseGestureConverter.cs
- QilName.cs
- EntityDataSourceColumn.cs
- SchemaElement.cs
- SchemaHelper.cs
- PathFigureCollectionConverter.cs
- ElementProxy.cs
- BamlLocalizer.cs
- WindowsEditBox.cs
- Mouse.cs
- ReadOnlyCollectionBase.cs
- DataRowChangeEvent.cs
- WindowShowOrOpenTracker.cs
- HwndStylusInputProvider.cs
- ScriptingProfileServiceSection.cs
- RadioButton.cs
- LinqDataSourceHelper.cs
- TraceSection.cs
- FromRequest.cs
- SoapInteropTypes.cs
- BindingExpressionBase.cs
- Vertex.cs
- BuildProvider.cs
- ReadOnlyDictionary.cs
- HtmlFormWrapper.cs
- Authorization.cs
- RtfToXamlReader.cs
- NamespaceDecl.cs
- ProvideValueServiceProvider.cs
- SignatureTargetIdManager.cs
- pingexception.cs
- CategoryAttribute.cs
- ReliableChannelListener.cs
- ChannelTerminatedException.cs
- ExpressionNormalizer.cs
- WebPartMenuStyle.cs
- ActiveXHelper.cs
- GlobalProxySelection.cs
- ChameleonKey.cs
- HitTestResult.cs
- WhitespaceRule.cs
- RawStylusActions.cs
- URLString.cs
- WebPartMenuStyle.cs
- PostBackOptions.cs
- DataGridViewImageCell.cs
- AutomationEvent.cs
- SystemTcpConnection.cs
- EdmType.cs
- DefaultParameterValueAttribute.cs
- WCFBuildProvider.cs
- EventLogPermissionEntryCollection.cs
- TagPrefixCollection.cs
- BlobPersonalizationState.cs
- PageRequestManager.cs
- ContentPathSegment.cs
- ModifierKeysConverter.cs
- GrammarBuilderPhrase.cs
- ResourceKey.cs
- DeviceContext.cs
- SendingRequestEventArgs.cs
- ParseNumbers.cs
- ComponentEvent.cs
- DiscreteKeyFrames.cs
- HitTestDrawingContextWalker.cs
- XmlSchemaAny.cs
- TypeLibConverter.cs