Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RegexMatch.cs
- SpeechEvent.cs
- HttpProfileGroupBase.cs
- CollectionViewProxy.cs
- ScriptIgnoreAttribute.cs
- BaseTypeViewSchema.cs
- HttpConfigurationContext.cs
- ColorBlend.cs
- TextTabProperties.cs
- RegexTree.cs
- SerializationSectionGroup.cs
- OlePropertyStructs.cs
- CommandID.cs
- InstanceContextManager.cs
- PersonalizationStateQuery.cs
- SoundPlayerAction.cs
- XmlSchemaGroup.cs
- TableNameAttribute.cs
- PresentationTraceSources.cs
- AssemblySettingAttributes.cs
- SqlGenericUtil.cs
- Visitor.cs
- FormsAuthenticationCredentials.cs
- UrlAuthorizationModule.cs
- LocationUpdates.cs
- WorkflowServiceNamespace.cs
- MenuAutomationPeer.cs
- SoundPlayerAction.cs
- _OverlappedAsyncResult.cs
- FixedTextSelectionProcessor.cs
- WinEventQueueItem.cs
- HtmlShimManager.cs
- ListViewInsertedEventArgs.cs
- Tag.cs
- FontFamilyConverter.cs
- NonceToken.cs
- XPathDocument.cs
- RoleServiceManager.cs
- EventMappingSettingsCollection.cs
- GradientBrush.cs
- RelationshipConstraintValidator.cs
- HandlerWithFactory.cs
- ActivityValidationServices.cs
- DesignerCommandSet.cs
- BaseResourcesBuildProvider.cs
- AbstractExpressions.cs
- HuffCodec.cs
- Camera.cs
- SwitchElementsCollection.cs
- LinqExpressionNormalizer.cs
- SqlDataSourceQueryEditor.cs
- counter.cs
- PagedDataSource.cs
- TimelineCollection.cs
- SaveWorkflowCommand.cs
- ExpressionCopier.cs
- GridLengthConverter.cs
- TimeManager.cs
- ConnectionManagementSection.cs
- XmlSchemaObjectCollection.cs
- DataGridItemEventArgs.cs
- LinqDataSourceView.cs
- ResourcePool.cs
- XmlDataSourceNodeDescriptor.cs
- ScriptIgnoreAttribute.cs
- XmlSchemaSimpleTypeUnion.cs
- DataTableClearEvent.cs
- PcmConverter.cs
- DataBindEngine.cs
- DrawItemEvent.cs
- EnumBuilder.cs
- FloaterParaClient.cs
- BaseDataBoundControl.cs
- SigningProgress.cs
- __Error.cs
- NominalTypeEliminator.cs
- EdmSchemaAttribute.cs
- ExceptionHandler.cs
- GuidTagList.cs
- MultiplexingDispatchMessageFormatter.cs
- AppLevelCompilationSectionCache.cs
- MetadataCache.cs
- Matrix3DValueSerializer.cs
- TrackBarDesigner.cs
- MetadataArtifactLoaderComposite.cs
- TextPointer.cs
- WindowsButton.cs
- XmlLoader.cs
- StandardMenuStripVerb.cs
- StoreAnnotationsMap.cs
- DataServiceStreamProviderWrapper.cs
- ScriptResourceDefinition.cs
- RayMeshGeometry3DHitTestResult.cs
- WinEventWrap.cs
- BufferBuilder.cs
- UserPreferenceChangingEventArgs.cs
- Button.cs
- SiteMapDataSourceView.cs
- PartitionedStream.cs
- SafeSecurityHandles.cs