Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapElementAttribute.cs / 1305376 / 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
- PageParser.cs
- AlignmentXValidation.cs
- HostingEnvironmentSection.cs
- Button.cs
- DesignTimeValidationFeature.cs
- ExpressionConverter.cs
- XXXOnTypeBuilderInstantiation.cs
- ProxyGenerator.cs
- ClientSettingsStore.cs
- BitmapEffectInput.cs
- LayoutEditorPart.cs
- ThreadStartException.cs
- UserMapPath.cs
- oledbconnectionstring.cs
- ExtenderProvidedPropertyAttribute.cs
- MissingManifestResourceException.cs
- ParallelTimeline.cs
- ReachUIElementCollectionSerializer.cs
- DeviceContext2.cs
- ProgressBarAutomationPeer.cs
- MexTcpBindingElement.cs
- CharacterBuffer.cs
- WorkflowMessageEventHandler.cs
- PlanCompiler.cs
- PropertyChangingEventArgs.cs
- DesignerOptions.cs
- KnownIds.cs
- SequentialWorkflowRootDesigner.cs
- EpmCustomContentDeSerializer.cs
- CompilerState.cs
- NetworkCredential.cs
- DataGridViewBindingCompleteEventArgs.cs
- LinqDataSourceUpdateEventArgs.cs
- EntityContainer.cs
- CreateUserErrorEventArgs.cs
- GrammarBuilderBase.cs
- QueryableDataSourceHelper.cs
- MailAddress.cs
- XPathAncestorIterator.cs
- MarshalByValueComponent.cs
- Single.cs
- PageSetupDialog.cs
- HandlerMappingMemo.cs
- GcSettings.cs
- ListBoxDesigner.cs
- BigInt.cs
- Char.cs
- UIElement3DAutomationPeer.cs
- EntitySetBase.cs
- DataGridToolTip.cs
- TraceLevelStore.cs
- IisTraceListener.cs
- AstNode.cs
- CqlWriter.cs
- EnterpriseServicesHelper.cs
- TraceContextRecord.cs
- BaseValidator.cs
- TextRangeProviderWrapper.cs
- BasicViewGenerator.cs
- BindToObject.cs
- ExpandCollapseProviderWrapper.cs
- DataViewSettingCollection.cs
- querybuilder.cs
- ImageAnimator.cs
- AutomationElement.cs
- RectAnimation.cs
- TrackBarRenderer.cs
- StatusBar.cs
- WebPartCollection.cs
- InternalBase.cs
- MetabaseServerConfig.cs
- BehaviorEditorPart.cs
- ScriptControlManager.cs
- X500Name.cs
- VariantWrapper.cs
- DbConnectionPoolIdentity.cs
- DataGridLinkButton.cs
- GeometryConverter.cs
- ToolStripContentPanel.cs
- PolicyValidator.cs
- MasterPageCodeDomTreeGenerator.cs
- XmlTextReaderImplHelpers.cs
- DataRelation.cs
- XmlSchemaSubstitutionGroup.cs
- RayMeshGeometry3DHitTestResult.cs
- ScriptReferenceEventArgs.cs
- _ProxyChain.cs
- EdmType.cs
- ObjectManager.cs
- Process.cs
- ActivityExecutor.cs
- XmlSchemaAttribute.cs
- SevenBitStream.cs
- Operand.cs
- autovalidator.cs
- PathSegmentCollection.cs
- ObjectStateFormatter.cs
- DataSourceHelper.cs
- ExtendedPropertyInfo.cs
- XmlCDATASection.cs