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
- WebPartCollection.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- HostVisual.cs
- Pair.cs
- SystemShuttingDownException.cs
- HandlerFactoryCache.cs
- TemplateBaseAction.cs
- DataControlButton.cs
- SystemWebCachingSectionGroup.cs
- Regex.cs
- Size.cs
- EditorReuseAttribute.cs
- XmlSchemaProviderAttribute.cs
- QuaternionKeyFrameCollection.cs
- RawAppCommandInputReport.cs
- DataTemplate.cs
- UrlPropertyAttribute.cs
- PrintPreviewGraphics.cs
- MessageSecurityOverHttpElement.cs
- CompModSwitches.cs
- DataServiceHostWrapper.cs
- DocumentPageView.cs
- MsmqDecodeHelper.cs
- SelectionWordBreaker.cs
- BaseValidatorDesigner.cs
- ListViewDataItem.cs
- OperationAbortedException.cs
- SerialErrors.cs
- AutomationFocusChangedEventArgs.cs
- MediaTimeline.cs
- TextShapeableCharacters.cs
- XsltContext.cs
- TagPrefixCollection.cs
- RadioButton.cs
- Pair.cs
- Matrix3DStack.cs
- ListDesigner.cs
- EventManager.cs
- AlphaSortedEnumConverter.cs
- ClientUIRequest.cs
- Int32AnimationBase.cs
- XmlAutoDetectWriter.cs
- XamlDesignerSerializationManager.cs
- CompoundFileStreamReference.cs
- Attachment.cs
- FileInfo.cs
- PenContexts.cs
- XmlNode.cs
- OuterGlowBitmapEffect.cs
- ADConnectionHelper.cs
- EncryptedData.cs
- OleDbCommand.cs
- EdmProviderManifest.cs
- SendReply.cs
- RecordManager.cs
- FrameAutomationPeer.cs
- HttpWebRequestElement.cs
- BuildResultCache.cs
- TransactionFilter.cs
- SelectionPattern.cs
- OutputCacheModule.cs
- WindowShowOrOpenTracker.cs
- MembershipPasswordException.cs
- DataBindingHandlerAttribute.cs
- _LocalDataStoreMgr.cs
- SortFieldComparer.cs
- CorrelationTokenTypeConvertor.cs
- SerialReceived.cs
- QueryCacheManager.cs
- NoClickablePointException.cs
- DateTimeOffsetStorage.cs
- SapiRecoContext.cs
- DiagnosticTraceSource.cs
- Msmq4SubqueuePoisonHandler.cs
- DataGridViewBand.cs
- HandledMouseEvent.cs
- FastEncoderStatics.cs
- RepeatButtonAutomationPeer.cs
- NotifyInputEventArgs.cs
- RemotingSurrogateSelector.cs
- ProgressBar.cs
- ElementsClipboardData.cs
- Padding.cs
- DataServiceSaveChangesEventArgs.cs
- SharedConnectionWorkflowTransactionService.cs
- SharedStatics.cs
- RepeatBehaviorConverter.cs
- OdbcInfoMessageEvent.cs
- XmlParser.cs
- DataGridViewColumnConverter.cs
- ButtonBase.cs
- DataGridViewCellCollection.cs
- XmlWriter.cs
- ViewStateAttachedPropertyFeature.cs
- Pair.cs
- BindUriHelper.cs
- VersionUtil.cs
- BrowsableAttribute.cs
- DesignerOptionService.cs
- DesignerActionUIStateChangeEventArgs.cs