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
- DetailsViewUpdatedEventArgs.cs
- PointCollectionValueSerializer.cs
- RowToFieldTransformer.cs
- SiteMembershipCondition.cs
- TextEffectCollection.cs
- ListDictionaryInternal.cs
- GridViewRowEventArgs.cs
- HttpRequest.cs
- BitmapSizeOptions.cs
- Int32KeyFrameCollection.cs
- NamedObject.cs
- ImageFormatConverter.cs
- HierarchicalDataBoundControlAdapter.cs
- XslCompiledTransform.cs
- UnsafeNativeMethods.cs
- _AutoWebProxyScriptHelper.cs
- CompilationLock.cs
- UserControlCodeDomTreeGenerator.cs
- BlockUIContainer.cs
- IsolatedStorageException.cs
- CompletedAsyncResult.cs
- AuthStoreRoleProvider.cs
- BuildManagerHost.cs
- Span.cs
- ObjectComplexPropertyMapping.cs
- PasswordPropertyTextAttribute.cs
- GeneralTransform2DTo3DTo2D.cs
- RepeatButtonAutomationPeer.cs
- ProtocolsConfigurationEntry.cs
- XmlSchemaType.cs
- SchemaTableOptionalColumn.cs
- HttpContextWrapper.cs
- XmlSchemaSimpleTypeUnion.cs
- BackgroundWorker.cs
- XmlSchemaValidationException.cs
- Misc.cs
- EntityWithChangeTrackerStrategy.cs
- EntityDataSourceContextDisposingEventArgs.cs
- GAC.cs
- AccessViolationException.cs
- NativeMethods.cs
- OdbcConnection.cs
- ParameterRetriever.cs
- XmlAnyElementAttribute.cs
- AnnotationAuthorChangedEventArgs.cs
- Message.cs
- ModelItem.cs
- PropertyNames.cs
- RijndaelManagedTransform.cs
- ImageMetadata.cs
- SourceElementsCollection.cs
- FacetDescriptionElement.cs
- PolicyValidationException.cs
- UnsafeNativeMethods.cs
- DelegatingChannelListener.cs
- Shape.cs
- AssemblyName.cs
- PathSegment.cs
- DataGridViewCellConverter.cs
- HtmlInputControl.cs
- SqlComparer.cs
- List.cs
- TextBoxAutoCompleteSourceConverter.cs
- Matrix.cs
- DropTarget.cs
- XsltConvert.cs
- XPathCompileException.cs
- ConnectionPoolManager.cs
- ToolTip.cs
- SrgsSubset.cs
- AdCreatedEventArgs.cs
- DrawingState.cs
- Path.cs
- AutomationElement.cs
- SharedHttpsTransportManager.cs
- WindowsListViewItemCheckBox.cs
- thaishape.cs
- EncryptRequest.cs
- PropertyGridCommands.cs
- LockCookie.cs
- Rights.cs
- ZoneIdentityPermission.cs
- TaskCanceledException.cs
- ConfigurationValidatorBase.cs
- ClientEventManager.cs
- SchemaObjectWriter.cs
- DynamicFilterExpression.cs
- Directory.cs
- AssemblyName.cs
- TraceUtility.cs
- BatchStream.cs
- CircleHotSpot.cs
- SoapReflectionImporter.cs
- XPathParser.cs
- HttpHostedTransportConfiguration.cs
- SaveFileDialog.cs
- OleDbReferenceCollection.cs
- ExternalFile.cs
- QueryContinueDragEventArgs.cs
- HostingEnvironmentWrapper.cs