Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / SoapElementAttribute.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MailAddress.cs
- TaiwanLunisolarCalendar.cs
- SystemIPAddressInformation.cs
- NativeMethods.cs
- WSHttpBindingBaseElement.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CodeCatchClauseCollection.cs
- MasterPageBuildProvider.cs
- StorageMappingItemLoader.cs
- Sql8ConformanceChecker.cs
- XmlSchemaDocumentation.cs
- CursorConverter.cs
- ToolboxControl.cs
- OpenFileDialog.cs
- ResourceManager.cs
- StrokeNodeData.cs
- ParameterModifier.cs
- CaretElement.cs
- CodeComment.cs
- TextClipboardData.cs
- View.cs
- MobileUserControlDesigner.cs
- AdjustableArrowCap.cs
- FormParameter.cs
- RepeaterCommandEventArgs.cs
- ServiceParser.cs
- ConnectAlgorithms.cs
- CopyOfAction.cs
- ProfileManager.cs
- HttpProfileGroupBase.cs
- WebRequestModulesSection.cs
- MulticastNotSupportedException.cs
- PropertyGridEditorPart.cs
- WinHttpWebProxyFinder.cs
- ManagementBaseObject.cs
- DynamicDataManager.cs
- PropertyChangingEventArgs.cs
- PaintValueEventArgs.cs
- ThemeableAttribute.cs
- URLString.cs
- IChannel.cs
- ContextConfiguration.cs
- DataContractFormatAttribute.cs
- ParseHttpDate.cs
- PropertyNames.cs
- SqlClientWrapperSmiStream.cs
- KeysConverter.cs
- ScopeCollection.cs
- ImpersonationContext.cs
- StylusEventArgs.cs
- GridViewRowPresenterBase.cs
- Parallel.cs
- RuntimeResourceSet.cs
- StagingAreaInputItem.cs
- BaseUriHelper.cs
- Parameter.cs
- HttpCapabilitiesSectionHandler.cs
- CursorConverter.cs
- Typeface.cs
- SerializationTrace.cs
- DispatcherExceptionFilterEventArgs.cs
- SystemUnicastIPAddressInformation.cs
- DbConnectionHelper.cs
- RoleService.cs
- ApplicationCommands.cs
- InvokePattern.cs
- ListViewTableCell.cs
- SqlFactory.cs
- WorkflowMarkupSerializerMapping.cs
- FormViewDeletedEventArgs.cs
- PersonalizablePropertyEntry.cs
- WinInetCache.cs
- UnsafeNativeMethods.cs
- Policy.cs
- DataGridViewRow.cs
- ChildrenQuery.cs
- SqlCommand.cs
- LinearGradientBrush.cs
- NumberFormatInfo.cs
- DeclarativeCatalogPart.cs
- CanonicalFormWriter.cs
- DataGridViewBindingCompleteEventArgs.cs
- TemplateControlParser.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TriState.cs
- Propagator.JoinPropagator.cs
- validation.cs
- TimeManager.cs
- TableItemPattern.cs
- OpacityConverter.cs
- PermissionRequestEvidence.cs
- Point4DValueSerializer.cs
- QilStrConcatenator.cs
- HttpRequestWrapper.cs
- NullableIntAverageAggregationOperator.cs
- EntityProxyTypeInfo.cs
- SemaphoreSecurity.cs
- RMEnrollmentPage3.cs
- WebEventTraceProvider.cs
- ActivityCollectionMarkupSerializer.cs