Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapAttributeAttribute.cs / 1 / 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
- WindowsSecurityTokenAuthenticator.cs
- OrCondition.cs
- WindowsAltTab.cs
- ArrayExtension.cs
- QilUnary.cs
- ClientBase.cs
- UnsafeNativeMethods.cs
- DeclaredTypeValidatorAttribute.cs
- SynchronizationLockException.cs
- Currency.cs
- _ShellExpression.cs
- SqlNamer.cs
- HiddenFieldPageStatePersister.cs
- DeviceSpecificChoice.cs
- BaseParser.cs
- Ray3DHitTestResult.cs
- StrokeCollection2.cs
- RegexGroupCollection.cs
- wgx_render.cs
- XmlAttributeAttribute.cs
- DSASignatureFormatter.cs
- XmlRawWriter.cs
- CodeLinePragma.cs
- ControlBuilderAttribute.cs
- SecurityUniqueId.cs
- DispatcherExceptionEventArgs.cs
- SQLCharsStorage.cs
- TextEditorSpelling.cs
- ListViewTableRow.cs
- Stream.cs
- SecurityKeyIdentifierClause.cs
- TypeExtensionConverter.cs
- LambdaCompiler.Statements.cs
- UpWmlMobileTextWriter.cs
- JsonDeserializer.cs
- XmlUnspecifiedAttribute.cs
- InputManager.cs
- BaseAppDomainProtocolHandler.cs
- CheckBoxFlatAdapter.cs
- PlanCompiler.cs
- OleAutBinder.cs
- MasterPage.cs
- Size3DConverter.cs
- ServiceOperationDetailViewControl.cs
- RelativeSource.cs
- FormViewUpdateEventArgs.cs
- StorageScalarPropertyMapping.cs
- DataGridHeaderBorder.cs
- WebPartDisplayMode.cs
- SignatureDescription.cs
- SocketInformation.cs
- TextDecorations.cs
- TableStyle.cs
- TypeDescriptionProviderAttribute.cs
- FieldBuilder.cs
- CodeMemberField.cs
- ManagementOperationWatcher.cs
- WindowVisualStateTracker.cs
- FormsAuthenticationEventArgs.cs
- ButtonFieldBase.cs
- WebPartConnectionsConnectVerb.cs
- UnaryNode.cs
- WindowsListView.cs
- CallContext.cs
- ActivitySurrogateSelector.cs
- ListControl.cs
- CacheHelper.cs
- ZipIOBlockManager.cs
- Classification.cs
- OptimizerPatterns.cs
- HebrewNumber.cs
- COM2PropertyPageUITypeConverter.cs
- XmlHierarchicalEnumerable.cs
- PrintSchema.cs
- ResizeBehavior.cs
- ConnectionStringsExpressionBuilder.cs
- RuntimeEnvironment.cs
- HtmlTableRow.cs
- PrivateFontCollection.cs
- TimerElapsedEvenArgs.cs
- WebControlParameterProxy.cs
- DataServiceClientException.cs
- SystemException.cs
- AutomationPropertyInfo.cs
- _Win32.cs
- SqlFormatter.cs
- MetroSerializationManager.cs
- ButtonChrome.cs
- WorkflowTransactionOptions.cs
- PropertyBuilder.cs
- ContainerParaClient.cs
- OrderedDictionary.cs
- XmlnsPrefixAttribute.cs
- StorageEndPropertyMapping.cs
- HWStack.cs
- SimpleApplicationHost.cs
- MimeMapping.cs
- ProfessionalColorTable.cs
- CommandField.cs
- WebPartMinimizeVerb.cs