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 / 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. //------------------------------------------------------------------------------ //[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
- ConfigurationValues.cs
- SiteOfOriginContainer.cs
- PassportAuthenticationEventArgs.cs
- TreeNode.cs
- XmlSchemaGroup.cs
- WsdlInspector.cs
- BamlResourceContent.cs
- FilteredSchemaElementLookUpTable.cs
- WindowsTokenRoleProvider.cs
- TreePrinter.cs
- WebPartVerbCollection.cs
- RootDesignerSerializerAttribute.cs
- TextSpanModifier.cs
- EpmAttributeNameBuilder.cs
- StringUtil.cs
- MultiTrigger.cs
- FontCacheUtil.cs
- CharEnumerator.cs
- SharedStatics.cs
- ReferentialConstraint.cs
- PerformanceCounterCategory.cs
- Environment.cs
- IdSpace.cs
- SQLDateTime.cs
- smtpconnection.cs
- BamlRecordWriter.cs
- CommonBehaviorsSection.cs
- GetPageCompletedEventArgs.cs
- COM2ComponentEditor.cs
- TextParagraphCache.cs
- SerialPort.cs
- EmptyStringExpandableObjectConverter.cs
- EntityContainerEntitySet.cs
- EmptyControlCollection.cs
- SoapReflectionImporter.cs
- DataGridItemCollection.cs
- XPathSelectionIterator.cs
- DataSetMappper.cs
- TextOnlyOutput.cs
- ListBoxItemAutomationPeer.cs
- DataErrorValidationRule.cs
- ParserExtension.cs
- COAUTHINFO.cs
- elementinformation.cs
- DomainUpDown.cs
- InputScope.cs
- Delay.cs
- TransactionState.cs
- StorageRoot.cs
- DateTimeStorage.cs
- HttpHandlersSection.cs
- ToolBarButton.cs
- UnsafePeerToPeerMethods.cs
- xmlglyphRunInfo.cs
- DefaultPropertyAttribute.cs
- ComUdtElementCollection.cs
- InfiniteTimeSpanConverter.cs
- XmlMemberMapping.cs
- EventWaitHandleSecurity.cs
- NumberSubstitution.cs
- DataGridParentRows.cs
- ClientSettingsProvider.cs
- GridViewHeaderRowPresenter.cs
- MailSettingsSection.cs
- PageScaling.cs
- StateInitialization.cs
- ConnectionStringsExpressionBuilder.cs
- FixedSOMElement.cs
- TextServicesPropertyRanges.cs
- InstalledFontCollection.cs
- TypeCollectionDesigner.xaml.cs
- DefaultObjectMappingItemCollection.cs
- ExpressionConverter.cs
- CompilationRelaxations.cs
- PreApplicationStartMethodAttribute.cs
- UIntPtr.cs
- CompilerError.cs
- PackageController.cs
- StylusOverProperty.cs
- FillErrorEventArgs.cs
- QueryRewriter.cs
- LinkedResource.cs
- StringSorter.cs
- OneWayChannelListener.cs
- StoryFragments.cs
- ToolboxDataAttribute.cs
- IncomingWebRequestContext.cs
- ISAPIWorkerRequest.cs
- MessageFormatterConverter.cs
- AuthenticationManager.cs
- TextAdaptor.cs
- DataGridViewRowStateChangedEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- PostBackTrigger.cs
- Parser.cs
- RectAnimation.cs
- Itemizer.cs
- RectangleConverter.cs
- CompensationToken.cs
- DataGridRowHeaderAutomationPeer.cs