Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapElementAttribute.cs / 1305376 / SoapElementAttribute.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 SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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 SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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
- FormsAuthenticationEventArgs.cs
- OutputScopeManager.cs
- PtsContext.cs
- RecognizeCompletedEventArgs.cs
- FtpCachePolicyElement.cs
- AlternationConverter.cs
- MouseButton.cs
- FrameworkPropertyMetadata.cs
- LinkTarget.cs
- ConfigXmlElement.cs
- SecurityElement.cs
- StringKeyFrameCollection.cs
- DataGridViewTextBoxCell.cs
- Base64Decoder.cs
- Baml6Assembly.cs
- ProcessThreadCollection.cs
- ScriptingAuthenticationServiceSection.cs
- AppSettingsExpressionBuilder.cs
- DataServiceException.cs
- ErrorWebPart.cs
- HighlightComponent.cs
- InputQueueChannel.cs
- TrayIconDesigner.cs
- X509CertificateChain.cs
- PerformanceCounterLib.cs
- SqlDuplicator.cs
- TableLayoutRowStyleCollection.cs
- DBNull.cs
- ValidationSummary.cs
- CustomLineCap.cs
- MaskedTextProvider.cs
- ToolStripSeparatorRenderEventArgs.cs
- NodeFunctions.cs
- IISMapPath.cs
- SqlClientWrapperSmiStream.cs
- TreeIterators.cs
- AutoCompleteStringCollection.cs
- Group.cs
- MimeWriter.cs
- ScriptRegistrationManager.cs
- EraserBehavior.cs
- SafeNativeMethodsMilCoreApi.cs
- UserControlDesigner.cs
- WorkflowControlEndpoint.cs
- FormatConvertedBitmap.cs
- URIFormatException.cs
- ValidationRule.cs
- MDIClient.cs
- TaskResultSetter.cs
- MemberDescriptor.cs
- RootBuilder.cs
- ContentElement.cs
- Solver.cs
- OdbcError.cs
- SortDescription.cs
- StringSource.cs
- SystemUnicastIPAddressInformation.cs
- PresentationAppDomainManager.cs
- WebServiceClientProxyGenerator.cs
- DesigntimeLicenseContext.cs
- PrivateFontCollection.cs
- MediaPlayerState.cs
- GPRECTF.cs
- SendMailErrorEventArgs.cs
- OrthographicCamera.cs
- EncoderBestFitFallback.cs
- CodeIdentifier.cs
- WebPartHelpVerb.cs
- GeneralTransformGroup.cs
- SchemaType.cs
- AudioStateChangedEventArgs.cs
- HttpContextServiceHost.cs
- AnimationClockResource.cs
- XmlComplianceUtil.cs
- TreeNodeSelectionProcessor.cs
- DataGridTextColumn.cs
- DockAndAnchorLayout.cs
- TrackingRecord.cs
- ListViewCancelEventArgs.cs
- UriTemplateQueryValue.cs
- SystemSounds.cs
- DataGridTableStyleMappingNameEditor.cs
- XmlSchemaSequence.cs
- CompletedAsyncResult.cs
- DBCommand.cs
- PermissionSet.cs
- WindowsFont.cs
- StorageRoot.cs
- RichTextBox.cs
- ToolStripControlHost.cs
- Base64Encoder.cs
- CommentEmitter.cs
- SamlSubjectStatement.cs
- EventLogPermissionEntry.cs
- MessageBox.cs
- IntermediatePolicyValidator.cs
- BlurBitmapEffect.cs
- RSAProtectedConfigurationProvider.cs
- WasEndpointConfigContainer.cs
- Timer.cs