Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapElementAttribute.cs / 1305376 / 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
- TableLayoutCellPaintEventArgs.cs
- DataGridColumnCollectionEditor.cs
- ValidatorAttribute.cs
- WebDisplayNameAttribute.cs
- SessionPageStatePersister.cs
- DrawingCollection.cs
- Invariant.cs
- ContentPlaceHolder.cs
- FixedDSBuilder.cs
- PluralizationService.cs
- TextRunCacheImp.cs
- TextBox.cs
- AspNetPartialTrustHelpers.cs
- PageContent.cs
- PinnedBufferMemoryStream.cs
- FieldMetadata.cs
- MethodBody.cs
- ObjRef.cs
- TableColumnCollection.cs
- FunctionGenerator.cs
- ExceptionHandlersDesigner.cs
- RegisterInfo.cs
- Permission.cs
- DataContractSet.cs
- InsufficientMemoryException.cs
- WebEncodingValidator.cs
- TypeUtil.cs
- ManagementPath.cs
- ParameterCollection.cs
- DocumentViewerBase.cs
- FormsAuthenticationCredentials.cs
- SecurityDocument.cs
- WrapPanel.cs
- ChangeConflicts.cs
- FullTrustAssembly.cs
- Connector.cs
- SystemIcmpV6Statistics.cs
- MachineKeyConverter.cs
- DBCommand.cs
- SemanticKeyElement.cs
- PackageStore.cs
- Main.cs
- FormViewDeletedEventArgs.cs
- BitmapCodecInfoInternal.cs
- Span.cs
- HyperlinkAutomationPeer.cs
- xmlglyphRunInfo.cs
- DifferencingCollection.cs
- StagingAreaInputItem.cs
- Utils.cs
- DoubleLinkList.cs
- PageContentCollection.cs
- SecurityException.cs
- SmiXetterAccessMap.cs
- SafeFileHandle.cs
- CodeLabeledStatement.cs
- NavigationHelper.cs
- WebResourceAttribute.cs
- Model3D.cs
- UnsafeNativeMethods.cs
- NCryptSafeHandles.cs
- ToggleButtonAutomationPeer.cs
- ClientBuildManagerCallback.cs
- ThreadAbortException.cs
- LocationUpdates.cs
- CompiledXpathExpr.cs
- ReverseInheritProperty.cs
- ComboBox.cs
- Interfaces.cs
- LazyTextWriterCreator.cs
- TripleDES.cs
- WS2007HttpBindingCollectionElement.cs
- Optimizer.cs
- RepeaterCommandEventArgs.cs
- JsonDeserializer.cs
- CodeDOMProvider.cs
- WorkflowServiceAttributesTypeConverter.cs
- EventLogEntryCollection.cs
- DateTimeFormatInfo.cs
- ByteAnimation.cs
- BrushConverter.cs
- DesignTimeValidationFeature.cs
- DataSourceDescriptorCollection.cs
- DiscoveryExceptionDictionary.cs
- DispatchWrapper.cs
- DbConnectionPoolOptions.cs
- ReadOnlyHierarchicalDataSource.cs
- CatalogZoneAutoFormat.cs
- DurationConverter.cs
- GPPOINT.cs
- QilFactory.cs
- ChtmlCommandAdapter.cs
- XamlReader.cs
- GeometryDrawing.cs
- BulletDecorator.cs
- UnauthorizedWebPart.cs
- MergeLocalizationDirectives.cs
- IntSecurity.cs
- NameValuePermission.cs
- CssTextWriter.cs