Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TextContainerChangeEventArgs.cs
- IndependentlyAnimatedPropertyMetadata.cs
- PersistenceProviderBehavior.cs
- DocumentSchemaValidator.cs
- AssemblySettingAttributes.cs
- Authorization.cs
- StringInfo.cs
- GcSettings.cs
- NumericExpr.cs
- ConfigurationPermission.cs
- AddInContractAttribute.cs
- SkewTransform.cs
- TextViewElement.cs
- AdornerLayer.cs
- WindowsSecurityTokenAuthenticator.cs
- Positioning.cs
- InternalRelationshipCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- WebConfigurationHostFileChange.cs
- DateTimeFormatInfoScanner.cs
- CollectionType.cs
- ErrorsHelper.cs
- BrowserCapabilitiesCodeGenerator.cs
- QueryCacheKey.cs
- ToolStripOverflow.cs
- DynamicILGenerator.cs
- TableAdapterManagerHelper.cs
- DropSource.cs
- SelectiveScrollingGrid.cs
- LogicalCallContext.cs
- AuthorizationRule.cs
- MemberCollection.cs
- __ComObject.cs
- AnnotationComponentChooser.cs
- XmlSchemaChoice.cs
- ListViewUpdateEventArgs.cs
- DrawingContext.cs
- SelectorItemAutomationPeer.cs
- DataControlLinkButton.cs
- Dictionary.cs
- Msmq3PoisonHandler.cs
- ModuleConfigurationInfo.cs
- ADMembershipUser.cs
- QilXmlWriter.cs
- XmlSchemaParticle.cs
- DynamicRendererThreadManager.cs
- SplitterPanelDesigner.cs
- SystemThemeKey.cs
- ScriptRegistrationManager.cs
- ListControl.cs
- ITreeGenerator.cs
- CodeAttributeArgument.cs
- SqlColumnizer.cs
- Receive.cs
- TreeViewItemAutomationPeer.cs
- ConnectionManagementElementCollection.cs
- CheckBox.cs
- CodeDelegateCreateExpression.cs
- SqlParameter.cs
- XmlDataSource.cs
- Slider.cs
- SmtpClient.cs
- WaveHeader.cs
- NavigationProgressEventArgs.cs
- CellLabel.cs
- DataListItem.cs
- FieldTemplateUserControl.cs
- FlowDocument.cs
- Debugger.cs
- LambdaExpression.cs
- ListMarkerLine.cs
- WindowsGraphicsCacheManager.cs
- CaseStatementSlot.cs
- basemetadatamappingvisitor.cs
- ReservationCollection.cs
- IdentitySection.cs
- smtppermission.cs
- SamlAudienceRestrictionCondition.cs
- StickyNote.cs
- Queue.cs
- SqlIdentifier.cs
- PropertyNames.cs
- WizardStepBase.cs
- PolicyException.cs
- DesignerTransaction.cs
- DocumentSequence.cs
- DATA_BLOB.cs
- ExpanderAutomationPeer.cs
- EncoderBestFitFallback.cs
- Error.cs
- InvalidDataContractException.cs
- SqlDependencyListener.cs
- XmlDataDocument.cs
- HighContrastHelper.cs
- Tile.cs
- KerberosReceiverSecurityToken.cs
- NativeMethods.cs
- AuthenticationSection.cs
- MouseGestureValueSerializer.cs
- EntityDataSourceEntityTypeFilterConverter.cs