Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapTypeAttribute.cs / 1 / 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
- FlowDocumentView.cs
- XmlSchemaAttributeGroup.cs
- UnmanagedHandle.cs
- HtmlImage.cs
- InvokeMethodActivityDesigner.cs
- Validator.cs
- UniqueIdentifierService.cs
- RuntimeArgumentHandle.cs
- MultiView.cs
- TwoPhaseCommit.cs
- TreeChangeInfo.cs
- StringFunctions.cs
- AttributedMetaModel.cs
- ContentHostHelper.cs
- HttpsTransportBindingElement.cs
- DrawingCollection.cs
- FillErrorEventArgs.cs
- EncryptedPackageFilter.cs
- TextAction.cs
- SamlConstants.cs
- LogicalChannelCollection.cs
- GraphicsPathIterator.cs
- DataGridViewComboBoxColumn.cs
- DataGridColumnCollection.cs
- UniformGrid.cs
- RightsManagementEncryptedStream.cs
- ProtocolsSection.cs
- SeverityFilter.cs
- IfJoinedCondition.cs
- WorkflowMessageEventArgs.cs
- EventLogConfiguration.cs
- ResourceDictionary.cs
- StaticFileHandler.cs
- IndexOutOfRangeException.cs
- FieldAccessException.cs
- DataSourceComponent.cs
- SafeReversePInvokeHandle.cs
- XmlAttributeOverrides.cs
- TextSpan.cs
- ZipIORawDataFileBlock.cs
- XXXOnTypeBuilderInstantiation.cs
- FunctionGenerator.cs
- TerminatorSinks.cs
- ToolTipService.cs
- ComplexLine.cs
- Mapping.cs
- FactoryId.cs
- ExcludeFromCodeCoverageAttribute.cs
- DocumentReferenceCollection.cs
- WsrmTraceRecord.cs
- PolyBezierSegment.cs
- documentsequencetextpointer.cs
- SelectionItemPattern.cs
- Single.cs
- ResumeStoryboard.cs
- ServiceNameElementCollection.cs
- XmlEntityReference.cs
- CompilerGeneratedAttribute.cs
- ListViewDeleteEventArgs.cs
- DBDataPermission.cs
- XmlSchemaComplexContentRestriction.cs
- GroupByExpressionRewriter.cs
- __TransparentProxy.cs
- SqlTypeConverter.cs
- SqlRecordBuffer.cs
- XmlSchemaComplexContent.cs
- HttpGetProtocolReflector.cs
- StateFinalizationActivity.cs
- DefaultAssemblyResolver.cs
- TableLayoutCellPaintEventArgs.cs
- ObjectDataSourceEventArgs.cs
- StructuredType.cs
- DocumentSequenceHighlightLayer.cs
- DelegateSerializationHolder.cs
- EntityDataSourceEntitySetNameItem.cs
- MimeBasePart.cs
- UserControl.cs
- ObjectConverter.cs
- ImageCodecInfo.cs
- AutomationElement.cs
- FormsAuthenticationUser.cs
- BuildProvidersCompiler.cs
- SqlTriggerContext.cs
- OutputScopeManager.cs
- ActivityCodeDomSerializer.cs
- StringValidatorAttribute.cs
- IndentedTextWriter.cs
- URLString.cs
- AgileSafeNativeMemoryHandle.cs
- KeyManager.cs
- CommonXSendMessage.cs
- DnsPermission.cs
- DataSourceControl.cs
- ByteAnimationBase.cs
- LabelDesigner.cs
- ProcessStartInfo.cs
- Context.cs
- EventLogEntry.cs
- ClientSettingsSection.cs
- BookmarkEventArgs.cs