Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapElementAttribute.cs / 1 / SoapElementAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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
- Logging.cs
- ContentFileHelper.cs
- TextSearch.cs
- ValidationException.cs
- ApplicationInterop.cs
- ErrorFormatterPage.cs
- COM2FontConverter.cs
- WhitespaceRuleReader.cs
- ChildrenQuery.cs
- IndexedEnumerable.cs
- ListViewInsertedEventArgs.cs
- WebException.cs
- AgileSafeNativeMemoryHandle.cs
- bindurihelper.cs
- Point3DAnimationUsingKeyFrames.cs
- XmlSchemaInclude.cs
- NullRuntimeConfig.cs
- Brush.cs
- TargetControlTypeAttribute.cs
- RequiredArgumentAttribute.cs
- FloatAverageAggregationOperator.cs
- WebReferencesBuildProvider.cs
- PageThemeParser.cs
- XmlMtomReader.cs
- PlanCompiler.cs
- ScriptingRoleServiceSection.cs
- TraceProvider.cs
- CodePrimitiveExpression.cs
- ConsumerConnectionPointCollection.cs
- TextProviderWrapper.cs
- DataBindingHandlerAttribute.cs
- UdpDiscoveryEndpointElement.cs
- MasterPageParser.cs
- XPathBinder.cs
- BuilderPropertyEntry.cs
- XmlSchemaImporter.cs
- PropertyTabAttribute.cs
- DataViewSetting.cs
- BindingExpressionUncommonField.cs
- VisualStyleRenderer.cs
- OverrideMode.cs
- SoapClientProtocol.cs
- Size.cs
- HyperLinkColumn.cs
- ListViewItemEventArgs.cs
- UpdatePanelTrigger.cs
- ReadOnlyState.cs
- PerformanceCounterManager.cs
- EditorServiceContext.cs
- SyndicationSerializer.cs
- FontDriver.cs
- WebEventTraceProvider.cs
- PolyBezierSegment.cs
- ItemType.cs
- HandleCollector.cs
- FlowLayout.cs
- InkSerializer.cs
- BooleanFacetDescriptionElement.cs
- AutomationIdentifierGuids.cs
- XmlSchemaParticle.cs
- ValueTypeFixupInfo.cs
- WmpBitmapDecoder.cs
- DelegateBodyWriter.cs
- DataGridViewCellValidatingEventArgs.cs
- XmlILAnnotation.cs
- TemplateKeyConverter.cs
- xdrvalidator.cs
- MexHttpBindingCollectionElement.cs
- TypedTableBase.cs
- Lease.cs
- GenericNameHandler.cs
- SurrogateEncoder.cs
- FormView.cs
- CursorConverter.cs
- DocumentApplicationJournalEntryEventArgs.cs
- ContentType.cs
- EntityDataSourceChangingEventArgs.cs
- DbXmlEnabledProviderManifest.cs
- PageParserFilter.cs
- DataRowChangeEvent.cs
- WebServiceHandlerFactory.cs
- NameTable.cs
- DispatcherProcessingDisabled.cs
- CompilationLock.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- NonClientArea.cs
- DesignerPerfEventProvider.cs
- RemoteWebConfigurationHostServer.cs
- MarkupCompiler.cs
- Html32TextWriter.cs
- Point3D.cs
- HelpKeywordAttribute.cs
- LineServices.cs
- PinnedBufferMemoryStream.cs
- CollectionViewGroupRoot.cs
- InputLanguageSource.cs
- XslUrlEditor.cs
- XamlRtfConverter.cs
- SqlConnectionFactory.cs
- DefaultDiscoveryService.cs