Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- BlockExpression.cs
- TraceUtility.cs
- DefinitionBase.cs
- EnumerableCollectionView.cs
- propertytag.cs
- ListViewContainer.cs
- GridViewDeleteEventArgs.cs
- Win32Native.cs
- MediaScriptCommandRoutedEventArgs.cs
- CollectionView.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- HTTPRemotingHandler.cs
- WebWorkflowRole.cs
- NameValueSectionHandler.cs
- DataView.cs
- HttpSessionStateWrapper.cs
- Vector.cs
- FileDialog.cs
- StackSpiller.Temps.cs
- PackageRelationshipCollection.cs
- PeerName.cs
- TreeViewAutomationPeer.cs
- TemplateColumn.cs
- ServiceDescriptionImporter.cs
- QueryExtender.cs
- XPathExpr.cs
- HwndSourceParameters.cs
- WebControl.cs
- DurableErrorHandler.cs
- AnnotationStore.cs
- HuffmanTree.cs
- TextAutomationPeer.cs
- XmlText.cs
- DeferredReference.cs
- EmptyStringExpandableObjectConverter.cs
- AmbientProperties.cs
- NetTcpBindingElement.cs
- ComponentEditorForm.cs
- TextFormatter.cs
- OptimalTextSource.cs
- FacetEnabledSchemaElement.cs
- ListViewDesigner.cs
- DataGridTextBox.cs
- MultilineStringConverter.cs
- MembershipUser.cs
- PtsPage.cs
- GACMembershipCondition.cs
- __ComObject.cs
- MsmqBindingFilter.cs
- AbstractDataSvcMapFileLoader.cs
- XmlObjectSerializerWriteContextComplex.cs
- UserPreferenceChangingEventArgs.cs
- DataKeyCollection.cs
- ToolStripDropDownButton.cs
- JoinGraph.cs
- WebPartTransformerCollection.cs
- ConfigXmlComment.cs
- CodeVariableReferenceExpression.cs
- DocumentEventArgs.cs
- ZipIOExtraFieldElement.cs
- Compensation.cs
- PropertyCollection.cs
- TextPointerBase.cs
- PasswordRecovery.cs
- SocketStream.cs
- OperationPickerDialog.cs
- ContextQuery.cs
- WaitHandle.cs
- FileDialog_Vista.cs
- WebPartsPersonalization.cs
- FeatureSupport.cs
- PasswordDeriveBytes.cs
- SafeNativeMethods.cs
- DataSpaceManager.cs
- ProgressBar.cs
- CodeNamespaceCollection.cs
- ExtenderControl.cs
- PassportAuthenticationModule.cs
- RecognitionEventArgs.cs
- ClusterSafeNativeMethods.cs
- SelectionProviderWrapper.cs
- NotifyParentPropertyAttribute.cs
- AssemblyResolver.cs
- XsdDuration.cs
- UpdatePanelTrigger.cs
- TreeViewImageIndexConverter.cs
- SelectionGlyph.cs
- Privilege.cs
- PackWebRequest.cs
- ButtonField.cs
- Message.cs
- CodePropertyReferenceExpression.cs
- WindowsSidIdentity.cs
- ProfileServiceManager.cs
- CalendarDay.cs
- QueueProcessor.cs
- FontUnit.cs
- bidPrivateBase.cs
- X509AudioLogo.cs
- ObjectSelectorEditor.cs