Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- BigInt.cs
- BehaviorService.cs
- FileLoadException.cs
- RequestCacheValidator.cs
- BamlBinaryReader.cs
- ModuleBuilderData.cs
- GiveFeedbackEvent.cs
- ParamArrayAttribute.cs
- TouchPoint.cs
- UnSafeCharBuffer.cs
- NetworkCredential.cs
- Literal.cs
- WebPartHeaderCloseVerb.cs
- SQLInt64.cs
- SizeIndependentAnimationStorage.cs
- COM2ColorConverter.cs
- TextEditorCharacters.cs
- ChannelServices.cs
- VarRefManager.cs
- UserPersonalizationStateInfo.cs
- TextProperties.cs
- ConfigXmlSignificantWhitespace.cs
- IOException.cs
- ComponentDispatcherThread.cs
- CombinedGeometry.cs
- InstanceDescriptor.cs
- ActivityExecutorSurrogate.cs
- Globals.cs
- SqlEnums.cs
- IgnoreFlushAndCloseStream.cs
- TimeManager.cs
- XamlStyleSerializer.cs
- FormatPage.cs
- AsymmetricKeyExchangeDeformatter.cs
- RowCache.cs
- TypeConvertions.cs
- WindowsEditBoxRange.cs
- mda.cs
- RichTextBoxAutomationPeer.cs
- TemplateBuilder.cs
- IndexerNameAttribute.cs
- DbProviderFactoriesConfigurationHandler.cs
- SignatureHelper.cs
- XmlCharacterData.cs
- ConfigurationFileMap.cs
- TransformGroup.cs
- MobileCapabilities.cs
- EntityClientCacheEntry.cs
- Button.cs
- WinFormsSecurity.cs
- SizeLimitedCache.cs
- ZipFileInfoCollection.cs
- OperationContractGenerationContext.cs
- ReaderWriterLockWrapper.cs
- WindowsStartMenu.cs
- ProgressBarRenderer.cs
- XmlSchemaSequence.cs
- DbException.cs
- WebScriptServiceHost.cs
- UserControlParser.cs
- TextShapeableCharacters.cs
- TriggerCollection.cs
- LingerOption.cs
- TableItemProviderWrapper.cs
- QEncodedStream.cs
- MessageQuerySet.cs
- ProfileSettingsCollection.cs
- PackageDigitalSignature.cs
- ToolStripStatusLabel.cs
- MdImport.cs
- SqlNotificationEventArgs.cs
- PartialCachingControl.cs
- FormsAuthenticationCredentials.cs
- PopupEventArgs.cs
- SafeArrayTypeMismatchException.cs
- EventProvider.cs
- BindingExpressionUncommonField.cs
- ImageFormat.cs
- AttributeEmitter.cs
- GridView.cs
- PropertyOverridesDialog.cs
- VisualStyleTypesAndProperties.cs
- ProfileService.cs
- SimpleType.cs
- ProfileService.cs
- Qualifier.cs
- DrawingContextWalker.cs
- XamlUtilities.cs
- XmlDocumentSurrogate.cs
- MLangCodePageEncoding.cs
- TogglePattern.cs
- LoginDesigner.cs
- BitStack.cs
- SkipStoryboardToFill.cs
- MenuItem.cs
- TypeReference.cs
- QuotedStringWriteStateInfo.cs
- DeviceContexts.cs
- StandardBindingElementCollection.cs
- Line.cs