Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DelayLoadType.cs
- TextEditorTyping.cs
- HWStack.cs
- BindingMAnagerBase.cs
- ObjectSecurityT.cs
- TreeNodeEventArgs.cs
- TextControl.cs
- ReferencedType.cs
- BooleanAnimationBase.cs
- TextBox.cs
- XsdDateTime.cs
- oledbmetadatacollectionnames.cs
- MessageContractExporter.cs
- FontDialog.cs
- ControlBindingsConverter.cs
- ReversePositionQuery.cs
- Style.cs
- SupportsEventValidationAttribute.cs
- InvalidChannelBindingException.cs
- DataGridViewImageColumn.cs
- SmiRecordBuffer.cs
- HyperLinkStyle.cs
- EntityContainer.cs
- DataTable.cs
- SqlClientWrapperSmiStream.cs
- StandardCommands.cs
- DbConvert.cs
- DesignerAttribute.cs
- WindowsSpinner.cs
- Context.cs
- MDIClient.cs
- FamilyCollection.cs
- BinarySerializer.cs
- QilReplaceVisitor.cs
- DesignerSerializationVisibilityAttribute.cs
- MultipartContentParser.cs
- XhtmlTextWriter.cs
- BrowserTree.cs
- BooleanStorage.cs
- TreeViewHitTestInfo.cs
- ProviderConnectionPoint.cs
- DbProviderFactories.cs
- TextSelection.cs
- CodeArrayIndexerExpression.cs
- CompensateDesigner.cs
- Blend.cs
- Select.cs
- DataTableMapping.cs
- HttpModuleCollection.cs
- CountAggregationOperator.cs
- CachedTypeface.cs
- AccessDataSourceView.cs
- DataGridRowsPresenter.cs
- DefaultClaimSet.cs
- VisualBasicSettingsConverter.cs
- HttpValueCollection.cs
- ComponentTray.cs
- FormsAuthenticationUserCollection.cs
- SchemaExporter.cs
- PtsHelper.cs
- MethodExpression.cs
- Msec.cs
- WebHttpBehavior.cs
- MatrixTransform3D.cs
- SrgsText.cs
- DirectoryObjectSecurity.cs
- SoapUnknownHeader.cs
- Claim.cs
- WorkItem.cs
- WebPartConnection.cs
- ResXBuildProvider.cs
- ClientTargetSection.cs
- XmlStreamStore.cs
- StructuredTypeEmitter.cs
- ProxySimple.cs
- Transform3D.cs
- DataSourceXmlSubItemAttribute.cs
- CommonXSendMessage.cs
- TableLayoutSettingsTypeConverter.cs
- WebServiceParameterData.cs
- ImageClickEventArgs.cs
- SessionViewState.cs
- CheckBox.cs
- ResXDataNode.cs
- CryptoHandle.cs
- QuaternionIndependentAnimationStorage.cs
- EntitySetBaseCollection.cs
- IRCollection.cs
- OleDbParameter.cs
- DataSourceConverter.cs
- IssuedSecurityTokenParameters.cs
- DbXmlEnabledProviderManifest.cs
- OptimizerPatterns.cs
- StatementContext.cs
- XmlCharCheckingWriter.cs
- WebPartConnectionsCancelVerb.cs
- SmiEventSink_DeferedProcessing.cs
- FileDetails.cs
- ButtonColumn.cs
- messageonlyhwndwrapper.cs