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
- EventListener.cs
- SamlAttributeStatement.cs
- UrlMapping.cs
- DBConnectionString.cs
- CommandBinding.cs
- OutputScope.cs
- WorkflowViewManager.cs
- FixedHyperLink.cs
- UniqueContractNameValidationBehavior.cs
- UserPreferenceChangedEventArgs.cs
- DataSourceSerializationException.cs
- VariableExpressionConverter.cs
- SiteMapNodeCollection.cs
- ErrorTolerantObjectWriter.cs
- MemberAccessException.cs
- SpecialFolderEnumConverter.cs
- XamlSerializer.cs
- AutomationTextAttribute.cs
- ThousandthOfEmRealDoubles.cs
- IncrementalHitTester.cs
- PageThemeBuildProvider.cs
- StronglyTypedResourceBuilder.cs
- SqlRetyper.cs
- DbProviderFactories.cs
- TableHeaderCell.cs
- CssClassPropertyAttribute.cs
- ASCIIEncoding.cs
- CountAggregationOperator.cs
- WebZone.cs
- Int16KeyFrameCollection.cs
- ReaderContextStackData.cs
- NestedContainer.cs
- dbdatarecord.cs
- SqlServer2KCompatibilityAnnotation.cs
- FreezableOperations.cs
- Tokenizer.cs
- ArraySet.cs
- AppSecurityManager.cs
- MailSettingsSection.cs
- EncodingTable.cs
- TransformGroup.cs
- PageAction.cs
- BaseValidator.cs
- ConcurrentBag.cs
- SplayTreeNode.cs
- RTLAwareMessageBox.cs
- BigInt.cs
- AutomationElement.cs
- ClientScriptManagerWrapper.cs
- TextElementEnumerator.cs
- RegistrationServices.cs
- RewritingSimplifier.cs
- dbdatarecord.cs
- ControlPropertyNameConverter.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- RtfToXamlReader.cs
- GroupStyle.cs
- CommandEventArgs.cs
- RtfToken.cs
- GridEntryCollection.cs
- DataSourceHelper.cs
- OdbcConnectionHandle.cs
- WebHostScriptMappingsInstallComponent.cs
- RangeBaseAutomationPeer.cs
- FontFamily.cs
- ExternalDataExchangeClient.cs
- KeyPullup.cs
- ErrorWrapper.cs
- DrawingCollection.cs
- NativeCppClassAttribute.cs
- SQLInt16.cs
- PageAdapter.cs
- ValueQuery.cs
- PersonalizationAdministration.cs
- XPathNavigatorKeyComparer.cs
- Point4D.cs
- ActivityTypeDesigner.xaml.cs
- UnicodeEncoding.cs
- X509Chain.cs
- DataGridViewImageCell.cs
- BasicExpressionVisitor.cs
- SchemaNotation.cs
- PnrpPermission.cs
- SerializationInfo.cs
- SystemGatewayIPAddressInformation.cs
- ParserStreamGeometryContext.cs
- TableLayoutStyleCollection.cs
- XmlSchemaExternal.cs
- IItemContainerGenerator.cs
- BeginGetFileNameFromUserRequest.cs
- IsolatedStorageFile.cs
- BaseHashHelper.cs
- SourceInterpreter.cs
- BigInt.cs
- TileModeValidation.cs
- AssertSection.cs
- XhtmlBasicValidationSummaryAdapter.cs
- TypeDescriptionProviderAttribute.cs
- DataPagerCommandEventArgs.cs
- WmlTextViewAdapter.cs