Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataSourceProvider.cs
- CurrentTimeZone.cs
- AccessedThroughPropertyAttribute.cs
- IndentedTextWriter.cs
- ValueTable.cs
- ResourcePart.cs
- RootDesignerSerializerAttribute.cs
- GACIdentityPermission.cs
- RegexMatchCollection.cs
- SchemaCollectionPreprocessor.cs
- DisplayInformation.cs
- FlowDocumentPage.cs
- _ProxyChain.cs
- ComponentEditorPage.cs
- IdnElement.cs
- UpdatePanelControlTrigger.cs
- FontCollection.cs
- ValidationRuleCollection.cs
- EncryptedXml.cs
- DataGridRowDetailsEventArgs.cs
- MetaData.cs
- BrowserDefinition.cs
- BrushConverter.cs
- LassoSelectionBehavior.cs
- CompilationSection.cs
- PrePostDescendentsWalker.cs
- SqlResolver.cs
- Base64Encoder.cs
- InternalRelationshipCollection.cs
- QueryModel.cs
- Util.cs
- HtmlShimManager.cs
- Themes.cs
- FollowerQueueCreator.cs
- DataTemplateSelector.cs
- TypedAsyncResult.cs
- AnnotationResource.cs
- SecurityPermission.cs
- LinqDataSourceInsertEventArgs.cs
- SiteMap.cs
- XamlBrushSerializer.cs
- SchemaExporter.cs
- SqlMethodTransformer.cs
- LocalValueEnumerator.cs
- HtmlListAdapter.cs
- SemanticAnalyzer.cs
- ADMembershipUser.cs
- CharStorage.cs
- UndirectedGraph.cs
- TextSchema.cs
- OdbcConnectionStringbuilder.cs
- DataGridViewControlCollection.cs
- NullRuntimeConfig.cs
- Activator.cs
- TableDetailsRow.cs
- NumericUpDownAcceleration.cs
- TemplatedMailWebEventProvider.cs
- FakeModelItemImpl.cs
- Point3DAnimationBase.cs
- WebPartDeleteVerb.cs
- SectionXmlInfo.cs
- HtmlInputText.cs
- HttpCookie.cs
- DbParameterHelper.cs
- ExpressionPrefixAttribute.cs
- DoubleIndependentAnimationStorage.cs
- XPathDocumentNavigator.cs
- ContextProperty.cs
- Utils.cs
- WinEventTracker.cs
- HtmlInputSubmit.cs
- StringConverter.cs
- TemplateContainer.cs
- formatter.cs
- ParsedAttributeCollection.cs
- InputChannelBinder.cs
- StorageEntityTypeMapping.cs
- FixedSOMTextRun.cs
- MemberDescriptor.cs
- MultiSelectRootGridEntry.cs
- MenuAutomationPeer.cs
- WebPartConnectionsDisconnectVerb.cs
- UseLicense.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- SdlChannelSink.cs
- Guid.cs
- XsdBuilder.cs
- StringReader.cs
- webproxy.cs
- MutexSecurity.cs
- DataError.cs
- BackStopAuthenticationModule.cs
- WebRequest.cs
- XmlStringTable.cs
- TogglePatternIdentifiers.cs
- ReturnEventArgs.cs
- DependencyPropertyValueSerializer.cs
- ControlBuilder.cs
- StyleBamlTreeBuilder.cs
- ADMembershipUser.cs