Code:
/ DotNET / DotNET / 8.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
- NTAccount.cs
- SourceFileBuildProvider.cs
- Binding.cs
- SqlXmlStorage.cs
- PolyBezierSegmentFigureLogic.cs
- TextServicesLoader.cs
- BaseParaClient.cs
- MediaContextNotificationWindow.cs
- PageCodeDomTreeGenerator.cs
- NativeMethods.cs
- ToolStripRenderEventArgs.cs
- PackageDigitalSignatureManager.cs
- HandledMouseEvent.cs
- ScriptComponentDescriptor.cs
- HealthMonitoringSection.cs
- RegexFCD.cs
- ButtonChrome.cs
- RadioButtonRenderer.cs
- SelectedGridItemChangedEvent.cs
- XpsFontSubsetter.cs
- DSASignatureDeformatter.cs
- FrugalList.cs
- RtType.cs
- ImageField.cs
- MergeFilterQuery.cs
- SapiGrammar.cs
- StructuralType.cs
- NextPreviousPagerField.cs
- RowSpanVector.cs
- HtmlFormWrapper.cs
- FontFamilyValueSerializer.cs
- RuntimeComponentFilter.cs
- TextBoxBase.cs
- ScalarRestriction.cs
- ViewBase.cs
- XmlTextAttribute.cs
- MetabaseSettingsIis7.cs
- DesignBindingConverter.cs
- CodeParameterDeclarationExpression.cs
- XPathSelfQuery.cs
- CryptoProvider.cs
- HttpProcessUtility.cs
- PersistenceException.cs
- PenThread.cs
- PrimitiveRenderer.cs
- ConnectionStringEditor.cs
- SequentialUshortCollection.cs
- FormatterServices.cs
- CatalogPartCollection.cs
- NegatedConstant.cs
- String.cs
- TripleDES.cs
- EarlyBoundInfo.cs
- TraceLog.cs
- SqlNode.cs
- SafeHandles.cs
- TableChangeProcessor.cs
- TreeBuilderXamlTranslator.cs
- TextEffect.cs
- TypedColumnHandler.cs
- SuppressIldasmAttribute.cs
- _ListenerAsyncResult.cs
- ValueTypeFixupInfo.cs
- ToolStripControlHost.cs
- ComponentDispatcherThread.cs
- _SecureChannel.cs
- IntegerFacetDescriptionElement.cs
- WizardSideBarListControlItem.cs
- MenuItemStyle.cs
- Run.cs
- AutomationEvent.cs
- SettingsAttributes.cs
- SupportingTokenSecurityTokenResolver.cs
- ImpersonateTokenRef.cs
- NamespaceList.cs
- SchemaElementDecl.cs
- SolidColorBrush.cs
- UnsafeNativeMethods.cs
- SizeLimitedCache.cs
- PageContentAsyncResult.cs
- CollectionView.cs
- XMLUtil.cs
- Transform3DGroup.cs
- RuntimeHelpers.cs
- SortedDictionary.cs
- RelationshipConstraintValidator.cs
- TextElementCollection.cs
- BindUriHelper.cs
- TextServicesContext.cs
- XmlNamespaceManager.cs
- ExpressionLink.cs
- AnnotationObservableCollection.cs
- ToolStripHighContrastRenderer.cs
- SecurityPolicySection.cs
- ObjectListCommandEventArgs.cs
- AutomationElement.cs
- CodeArrayIndexerExpression.cs
- CodeMemberEvent.cs
- RowToParametersTransformer.cs
- XDRSchema.cs