Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapTypeAttribute.cs / 1305376 / SoapTypeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct)] public class SoapTypeAttribute : System.Attribute { string ns; string typeName; bool includeInSchema = true; ///[To be supplied.] ////// /// public SoapTypeAttribute() { } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName) { this.typeName = typeName; } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName, string ns) { this.typeName = typeName; this.ns = ns; } ///[To be supplied.] ////// /// public bool IncludeInSchema { get { return includeInSchema; } set { includeInSchema = value; } } ///[To be supplied.] ////// /// public string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = 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; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct)] public class SoapTypeAttribute : System.Attribute { string ns; string typeName; bool includeInSchema = true; ///[To be supplied.] ////// /// public SoapTypeAttribute() { } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName) { this.typeName = typeName; } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName, string ns) { this.typeName = typeName; this.ns = ns; } ///[To be supplied.] ////// /// public bool IncludeInSchema { get { return includeInSchema; } set { includeInSchema = value; } } ///[To be supplied.] ////// /// public string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = 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
- Quad.cs
- Timer.cs
- ChameleonKey.cs
- Enum.cs
- ValueSerializerAttribute.cs
- HebrewCalendar.cs
- TableCellAutomationPeer.cs
- sqlpipe.cs
- PrinterResolution.cs
- DataGridViewTextBoxColumn.cs
- TypeHelper.cs
- KeyedCollection.cs
- DesignerListAdapter.cs
- SignerInfo.cs
- TraceHwndHost.cs
- StyleBamlTreeBuilder.cs
- DiscoveryMessageSequence.cs
- SerializerWriterEventHandlers.cs
- GridViewHeaderRowPresenter.cs
- UInt16Storage.cs
- FunctionGenerator.cs
- HttpPostedFileBase.cs
- ZipFileInfoCollection.cs
- CoTaskMemHandle.cs
- ReferencedType.cs
- DecoderFallbackWithFailureFlag.cs
- DataGrid.cs
- ExpressionBuilderContext.cs
- TypeConverter.cs
- ToolTip.cs
- BrowserCapabilitiesCodeGenerator.cs
- ValidationManager.cs
- AppDomain.cs
- XhtmlBasicValidationSummaryAdapter.cs
- ViewManager.cs
- CalendarDataBindingHandler.cs
- EdmItemCollection.cs
- XmlSerializerNamespaces.cs
- OperationDescription.cs
- XmlQueryTypeFactory.cs
- TreeNodeStyle.cs
- CodeNamespaceImport.cs
- DelegateInArgument.cs
- MergablePropertyAttribute.cs
- InvariantComparer.cs
- compensatingcollection.cs
- WebPartTransformerCollection.cs
- RenameRuleObjectDialog.Designer.cs
- SamlSubject.cs
- TreeIterators.cs
- TreePrinter.cs
- EdmProperty.cs
- HttpGetProtocolImporter.cs
- FixedSOMLineCollection.cs
- BrowserDefinitionCollection.cs
- ClientSideProviderDescription.cs
- RTLAwareMessageBox.cs
- MediaTimeline.cs
- NonClientArea.cs
- BaseParser.cs
- VersionedStream.cs
- RoutedEventConverter.cs
- BrowserCapabilitiesCodeGenerator.cs
- Rijndael.cs
- NonBatchDirectoryCompiler.cs
- ClusterRegistryConfigurationProvider.cs
- DateTimeOffsetConverter.cs
- ViewStateException.cs
- ServiceModelStringsVersion1.cs
- TypedElement.cs
- SqlDataSourceSummaryPanel.cs
- XslTransform.cs
- DynamicRendererThreadManager.cs
- Label.cs
- SoapExtensionTypeElement.cs
- ObjectConverter.cs
- DecimalConstantAttribute.cs
- HostExecutionContextManager.cs
- LinkLabel.cs
- RowType.cs
- AppearanceEditorPart.cs
- ServiceOperationParameter.cs
- SamlDelegatingWriter.cs
- RequiredAttributeAttribute.cs
- XmlEnumAttribute.cs
- MobileErrorInfo.cs
- WebPartHeaderCloseVerb.cs
- DependencyPropertyConverter.cs
- TextEditorLists.cs
- ColorContextHelper.cs
- CfgRule.cs
- RTLAwareMessageBox.cs
- HttpCapabilitiesSectionHandler.cs
- RepeaterItemEventArgs.cs
- PropertyFilterAttribute.cs
- Serializer.cs
- DefaultParameterValueAttribute.cs
- SQLSingleStorage.cs
- DiscoveryClientDuplexChannel.cs
- TextElementEnumerator.cs