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
- QilTernary.cs
- SecurityTokenException.cs
- QilChoice.cs
- IDispatchConstantAttribute.cs
- GlobalEventManager.cs
- MouseGestureConverter.cs
- Point.cs
- DefaultHttpHandler.cs
- SynchronizedDispatch.cs
- EventItfInfo.cs
- HttpApplicationFactory.cs
- JapaneseLunisolarCalendar.cs
- StrongBox.cs
- PropertyCondition.cs
- ContextProperty.cs
- MailBnfHelper.cs
- invalidudtexception.cs
- OutputScopeManager.cs
- RightsManagementEncryptedStream.cs
- RoleGroup.cs
- ProtectedConfiguration.cs
- SoapCodeExporter.cs
- UrlMappingCollection.cs
- COM2ExtendedBrowsingHandler.cs
- Clause.cs
- FtpRequestCacheValidator.cs
- RegexWorker.cs
- HttpListenerContext.cs
- ParagraphResult.cs
- HuffmanTree.cs
- Matrix3DStack.cs
- ToolTipAutomationPeer.cs
- QilGeneratorEnv.cs
- Vars.cs
- HttpContext.cs
- ConstructorBuilder.cs
- RegularExpressionValidator.cs
- XmlSchema.cs
- TextEndOfParagraph.cs
- OrderPreservingPipeliningSpoolingTask.cs
- DataGridViewCellParsingEventArgs.cs
- ActivityTypeDesigner.xaml.cs
- RawStylusInputCustomDataList.cs
- CdpEqualityComparer.cs
- GestureRecognizer.cs
- GB18030Encoding.cs
- TemplateContentLoader.cs
- LinqDataSource.cs
- URLAttribute.cs
- QEncodedStream.cs
- SendOperation.cs
- DetectRunnableInstancesTask.cs
- SubpageParagraph.cs
- IntSecurity.cs
- ObjectList.cs
- ValidatedControlConverter.cs
- IgnoreSectionHandler.cs
- ControlAdapter.cs
- RuntimeHandles.cs
- DataControlFieldHeaderCell.cs
- ServiceDescription.cs
- FlowLayoutPanel.cs
- TraceHandler.cs
- StructuredProperty.cs
- DesignerActionListCollection.cs
- DocumentManager.cs
- ServiceEndpoint.cs
- PackageDigitalSignature.cs
- SqlDataSourceStatusEventArgs.cs
- TreePrinter.cs
- PaintValueEventArgs.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- DefaultBindingPropertyAttribute.cs
- EventProviderTraceListener.cs
- TransformConverter.cs
- BuildDependencySet.cs
- LiteralControl.cs
- ADMembershipProvider.cs
- DataBoundControlAdapter.cs
- CriticalFinalizerObject.cs
- DateTimeOffsetAdapter.cs
- AutomationPattern.cs
- RoutedCommand.cs
- DataGridViewCellStateChangedEventArgs.cs
- Int32CollectionValueSerializer.cs
- AttributeCollection.cs
- PeerCollaborationPermission.cs
- DesignerCalendarAdapter.cs
- XmlSchemaChoice.cs
- HtmlAnchor.cs
- JapaneseCalendar.cs
- AnonymousIdentificationModule.cs
- TextPointerBase.cs
- CredentialCache.cs
- Message.cs
- DataGridViewSortCompareEventArgs.cs
- IntSecurity.cs
- SwitchLevelAttribute.cs
- LazyLoadBehavior.cs
- NameValueSectionHandler.cs