Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- GlyphsSerializer.cs
- VectorCollection.cs
- WorkflowWebService.cs
- XmlTextAttribute.cs
- _NTAuthentication.cs
- SerializationInfoEnumerator.cs
- SmtpException.cs
- XmlSortKeyAccumulator.cs
- _ChunkParse.cs
- Utils.cs
- Types.cs
- FunctionMappingTranslator.cs
- SymLanguageVendor.cs
- EntryWrittenEventArgs.cs
- LoginDesigner.cs
- DocumentAutomationPeer.cs
- Shape.cs
- PrintingPermissionAttribute.cs
- NodeFunctions.cs
- XmlTypeMapping.cs
- ListControlDesigner.cs
- InlinedLocationReference.cs
- ResourceContainerWrapper.cs
- RegexWorker.cs
- LinearGradientBrush.cs
- ExpressionPrefixAttribute.cs
- MaxMessageSizeStream.cs
- ReservationCollection.cs
- IsolatedStorageFilePermission.cs
- grammarelement.cs
- RewritingSimplifier.cs
- RangeValuePattern.cs
- DesignerSerializationOptionsAttribute.cs
- QueryLifecycle.cs
- TypeSource.cs
- ChtmlCommandAdapter.cs
- Peer.cs
- Directory.cs
- CompilationSection.cs
- TextLineBreak.cs
- SettingsBase.cs
- ZoomPercentageConverter.cs
- EntityDataSourceWizardForm.cs
- securestring.cs
- Single.cs
- SQLString.cs
- DebugInfoExpression.cs
- ListDictionary.cs
- AstTree.cs
- SchemaDeclBase.cs
- IItemContainerGenerator.cs
- Slider.cs
- DependencyPropertyKind.cs
- DataTableCollection.cs
- X509DefaultServiceCertificateElement.cs
- HttpModuleAction.cs
- StoryFragments.cs
- UIElementParaClient.cs
- JapaneseCalendar.cs
- Binding.cs
- Scanner.cs
- CodeGroup.cs
- ImageListStreamer.cs
- DataGridViewAccessibleObject.cs
- RequestSecurityTokenResponse.cs
- FilterElement.cs
- bindurihelper.cs
- XmlAnyElementAttributes.cs
- ObjectHelper.cs
- TreeView.cs
- Run.cs
- HttpGetServerProtocol.cs
- odbcmetadatacolumnnames.cs
- odbcmetadatacolumnnames.cs
- HierarchicalDataTemplate.cs
- SamlAudienceRestrictionCondition.cs
- UIHelper.cs
- HtmlElementErrorEventArgs.cs
- TableProviderWrapper.cs
- AnonymousIdentificationSection.cs
- FrameworkElementFactory.cs
- AuthorizationRuleCollection.cs
- SqlDataSourceQueryConverter.cs
- HttpPostedFileBase.cs
- TypeDescriptionProviderAttribute.cs
- DataBinder.cs
- UrlMappingsSection.cs
- Single.cs
- SecurityDescriptor.cs
- SqlInfoMessageEvent.cs
- TypeUsage.cs
- TTSEngineProxy.cs
- SubstitutionResponseElement.cs
- UiaCoreProviderApi.cs
- InheritanceAttribute.cs
- MasterPageBuildProvider.cs
- TypeDescriptor.cs
- DataGridViewMethods.cs
- BinaryWriter.cs
- ObjectStateFormatter.cs