Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ProfilePropertyMetadata.cs
- BridgeDataReader.cs
- HttpAsyncResult.cs
- OdbcCommandBuilder.cs
- Ticks.cs
- SharedConnectionInfo.cs
- DataGridViewRow.cs
- CaseExpr.cs
- FontSizeConverter.cs
- XmlAttributeProperties.cs
- _ListenerRequestStream.cs
- PreProcessor.cs
- TextRunTypographyProperties.cs
- ShaderEffect.cs
- GridView.cs
- DataColumnChangeEvent.cs
- Line.cs
- SafeCertificateContext.cs
- AssemblyAttributes.cs
- PropertiesTab.cs
- WpfXamlLoader.cs
- ListBoxItemAutomationPeer.cs
- DataTransferEventArgs.cs
- DocumentPageView.cs
- InputBinder.cs
- typedescriptorpermission.cs
- DynamicContractTypeBuilder.cs
- MutexSecurity.cs
- CharacterMetrics.cs
- COAUTHIDENTITY.cs
- FrameworkContentElementAutomationPeer.cs
- DbLambda.cs
- InstanceDataCollectionCollection.cs
- RoleGroupCollection.cs
- XsltCompileContext.cs
- DataContractSerializerServiceBehavior.cs
- serverconfig.cs
- DateTimeStorage.cs
- _IPv4Address.cs
- Win32SafeHandles.cs
- RequestDescription.cs
- sitestring.cs
- CookieParameter.cs
- BitHelper.cs
- Registry.cs
- KoreanCalendar.cs
- ipaddressinformationcollection.cs
- BuildDependencySet.cs
- TransferMode.cs
- DelegatedStream.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- DesignerSerializationOptionsAttribute.cs
- MissingSatelliteAssemblyException.cs
- GenerateTemporaryTargetAssembly.cs
- DataGridViewComboBoxColumn.cs
- ImageList.cs
- ServiceCredentials.cs
- TransformCollection.cs
- PromptEventArgs.cs
- Timer.cs
- DispatchWrapper.cs
- TimelineCollection.cs
- ProviderIncompatibleException.cs
- SessionStateSection.cs
- RecordManager.cs
- DataControlHelper.cs
- AnnotationStore.cs
- LocalizabilityAttribute.cs
- EditorZoneBase.cs
- VirtualDirectoryMapping.cs
- ConnectionManagementSection.cs
- XmlBoundElement.cs
- LayoutEngine.cs
- StringUtil.cs
- ResourceDefaultValueAttribute.cs
- DragEvent.cs
- DataGridViewImageColumn.cs
- ToolZoneDesigner.cs
- SortQuery.cs
- BamlResourceContent.cs
- WindowsSecurityTokenAuthenticator.cs
- base64Transforms.cs
- XmlByteStreamWriter.cs
- PersonalizationStateInfo.cs
- PrimaryKeyTypeConverter.cs
- WCFServiceClientProxyGenerator.cs
- PropertyPushdownHelper.cs
- SystemParameters.cs
- SuppressIldasmAttribute.cs
- ThousandthOfEmRealDoubles.cs
- WebErrorHandler.cs
- TraceContextEventArgs.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SwitchElementsCollection.cs
- Merger.cs
- WinEventWrap.cs
- DiscoveryDocumentReference.cs
- WindowsFormsHostPropertyMap.cs
- PointLight.cs
- PrintControllerWithStatusDialog.cs