Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapAttributeAttribute.cs / 1305376 / SoapAttributeAttribute.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 SoapAttributeAttribute : System.Attribute { string attributeName; string ns; string dataType; ///[To be supplied.] ////// /// public SoapAttributeAttribute() { } ///[To be supplied.] ////// /// public SoapAttributeAttribute(string attributeName) { this.attributeName = attributeName; } ///[To be supplied.] ////// /// public string AttributeName { get { return attributeName == null ? string.Empty : attributeName; } set { attributeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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 SoapAttributeAttribute : System.Attribute { string attributeName; string ns; string dataType; ///[To be supplied.] ////// /// public SoapAttributeAttribute() { } ///[To be supplied.] ////// /// public SoapAttributeAttribute(string attributeName) { this.attributeName = attributeName; } ///[To be supplied.] ////// /// public string AttributeName { get { return attributeName == null ? string.Empty : attributeName; } set { attributeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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
- HttpListenerRequest.cs
- QueryAccessibilityHelpEvent.cs
- ListViewCommandEventArgs.cs
- Regex.cs
- ExpressionConverter.cs
- AppDomainProtocolHandler.cs
- OrderedHashRepartitionStream.cs
- SpAudioStreamWrapper.cs
- CaseInsensitiveHashCodeProvider.cs
- FlowDocumentPage.cs
- ProfileGroupSettings.cs
- NullableLongAverageAggregationOperator.cs
- CornerRadiusConverter.cs
- OpenFileDialog.cs
- errorpatternmatcher.cs
- SafeHandle.cs
- SelectionEditingBehavior.cs
- HtmlMeta.cs
- MSG.cs
- ConfigDefinitionUpdates.cs
- CompositeTypefaceMetrics.cs
- CodeAttributeDeclaration.cs
- StatusBar.cs
- BStrWrapper.cs
- Size.cs
- LiteralLink.cs
- SurrogateEncoder.cs
- Behavior.cs
- XmlComplianceUtil.cs
- MenuItem.cs
- Signature.cs
- GridViewEditEventArgs.cs
- ThreadStateException.cs
- HandoffBehavior.cs
- CrossAppDomainChannel.cs
- GridViewUpdateEventArgs.cs
- CodeStatement.cs
- DataBindingHandlerAttribute.cs
- FileDialogCustomPlacesCollection.cs
- BinaryObjectWriter.cs
- CachedBitmap.cs
- AutoResetEvent.cs
- CombinedGeometry.cs
- MappingModelBuildProvider.cs
- TextRunCacheImp.cs
- NullToBooleanConverter.cs
- IPAddressCollection.cs
- PropertyEmitterBase.cs
- ArgumentNullException.cs
- Debugger.cs
- BitmapEffectGroup.cs
- FaultReasonText.cs
- LineUtil.cs
- GraphicsContext.cs
- RoleGroupCollection.cs
- DesignerActionPanel.cs
- CorrelationTokenTypeConvertor.cs
- WebPartEditorOkVerb.cs
- PageThemeCodeDomTreeGenerator.cs
- RuleSettingsCollection.cs
- SelectorItemAutomationPeer.cs
- _HelperAsyncResults.cs
- FormatVersion.cs
- SimpleRecyclingCache.cs
- AnnotationAdorner.cs
- PageAsyncTaskManager.cs
- InvokePatternIdentifiers.cs
- HttpDigestClientElement.cs
- ExpressionBindingCollection.cs
- BufferedOutputStream.cs
- XmlSchemaAll.cs
- Mapping.cs
- GetPageNumberCompletedEventArgs.cs
- NavigationHelper.cs
- Control.cs
- DataRelation.cs
- InfoCardTrace.cs
- DragDeltaEventArgs.cs
- ExitEventArgs.cs
- EllipseGeometry.cs
- XPathEmptyIterator.cs
- SystemUdpStatistics.cs
- Reference.cs
- PointValueSerializer.cs
- ComplexBindingPropertiesAttribute.cs
- Image.cs
- HttpHandlerAction.cs
- PreviewPageInfo.cs
- JumpPath.cs
- XsltSettings.cs
- IChannel.cs
- RecognizedWordUnit.cs
- DataGridCaption.cs
- MatcherBuilder.cs
- MessageHeaderT.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- OpacityConverter.cs
- ServiceManagerHandle.cs
- DataGridViewMethods.cs
- HierarchicalDataSourceControl.cs