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
- CookielessHelper.cs
- TraceHwndHost.cs
- WebPartManager.cs
- OptionalRstParameters.cs
- TableLayoutPanelResizeGlyph.cs
- TextDecorationLocationValidation.cs
- BaseComponentEditor.cs
- OleDbErrorCollection.cs
- CompoundFileStorageReference.cs
- DbUpdateCommandTree.cs
- DbModificationCommandTree.cs
- SerializationException.cs
- SetStoryboardSpeedRatio.cs
- ExceptionHelpers.cs
- CreatingCookieEventArgs.cs
- XPathConvert.cs
- RawAppCommandInputReport.cs
- HttpRuntimeSection.cs
- TemplateComponentConnector.cs
- UnsignedPublishLicense.cs
- DataObject.cs
- TrackingRecord.cs
- LowerCaseStringConverter.cs
- ValueConversionAttribute.cs
- DetailsViewUpdateEventArgs.cs
- XPathMultyIterator.cs
- DataSetSchema.cs
- WindowHideOrCloseTracker.cs
- _AcceptOverlappedAsyncResult.cs
- AddInToken.cs
- TreeIterators.cs
- HGlobalSafeHandle.cs
- TextDecorationLocationValidation.cs
- TimelineGroup.cs
- FloaterParagraph.cs
- ClrProviderManifest.cs
- WbmpConverter.cs
- NativeWindow.cs
- HitTestWithPointDrawingContextWalker.cs
- ToolStripPanelRow.cs
- ReadOnlyCollectionBase.cs
- NamedPipeConnectionPoolSettings.cs
- Style.cs
- ListBoxItemAutomationPeer.cs
- FormViewPageEventArgs.cs
- AesCryptoServiceProvider.cs
- CatalogZone.cs
- CodeDirectiveCollection.cs
- Activator.cs
- ResourceExpressionBuilder.cs
- PermissionSetTriple.cs
- Crypto.cs
- HwndHost.cs
- SelectedPathEditor.cs
- ApplicationSecurityManager.cs
- RegionIterator.cs
- WebDescriptionAttribute.cs
- NameValuePair.cs
- UnaryExpression.cs
- Native.cs
- EventLogTraceListener.cs
- ExpressionBuilder.cs
- WebRequestModulesSection.cs
- recordstatescratchpad.cs
- CodeArrayCreateExpression.cs
- FormViewUpdatedEventArgs.cs
- SQLDouble.cs
- SyncMethodInvoker.cs
- SmtpAuthenticationManager.cs
- bindurihelper.cs
- RuntimeEnvironment.cs
- NativeRecognizer.cs
- PostBackTrigger.cs
- Substitution.cs
- DataColumnMappingCollection.cs
- CatalogZoneAutoFormat.cs
- DataGridViewBindingCompleteEventArgs.cs
- RealizedColumnsBlock.cs
- CacheMode.cs
- BamlTreeUpdater.cs
- IProducerConsumerCollection.cs
- MsmqInputMessagePool.cs
- PrintDialog.cs
- ResourceContainer.cs
- ListViewGroupItemCollection.cs
- MDIClient.cs
- UiaCoreProviderApi.cs
- EventLogQuery.cs
- Selection.cs
- XmlILCommand.cs
- ChangesetResponse.cs
- FaultException.cs
- SetStateEventArgs.cs
- PrintDialog.cs
- Repeater.cs
- AnonymousIdentificationSection.cs
- AppendHelper.cs
- RawTextInputReport.cs
- Clock.cs
- ParseElementCollection.cs