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
- TimelineGroup.cs
- GrammarBuilderWildcard.cs
- TableLayoutRowStyleCollection.cs
- SharedConnectionWorkflowTransactionService.cs
- WorkflowControlEndpoint.cs
- SqlServer2KCompatibilityAnnotation.cs
- Processor.cs
- EventLogPropertySelector.cs
- TextRange.cs
- Transform.cs
- PartitionedDataSource.cs
- RevocationPoint.cs
- IPipelineRuntime.cs
- CryptoApi.cs
- DecimalKeyFrameCollection.cs
- ProtectedConfigurationProviderCollection.cs
- ListenerElementsCollection.cs
- InvalidCommandTreeException.cs
- ActivityXRefPropertyEditor.cs
- SiteMapHierarchicalDataSourceView.cs
- TableLayoutPanel.cs
- MdbDataFileEditor.cs
- HeaderUtility.cs
- GradientBrush.cs
- MultipleViewPattern.cs
- LogicalMethodInfo.cs
- GetPageNumberCompletedEventArgs.cs
- SystemEvents.cs
- DbMetaDataCollectionNames.cs
- FileUpload.cs
- VirtualDirectoryMapping.cs
- BooleanAnimationBase.cs
- PathGeometry.cs
- BamlReader.cs
- AppDomainAttributes.cs
- RegistryHandle.cs
- StorageEntityContainerMapping.cs
- OneToOneMappingSerializer.cs
- DocumentGridPage.cs
- TypedReference.cs
- SlipBehavior.cs
- HtmlLink.cs
- SharedUtils.cs
- newinstructionaction.cs
- ListChangedEventArgs.cs
- Ray3DHitTestResult.cs
- httpserverutility.cs
- ControlCollection.cs
- SpanIndex.cs
- WebPartDisplayModeCancelEventArgs.cs
- Knowncolors.cs
- TextTreeNode.cs
- Encoder.cs
- ResourcesChangeInfo.cs
- JsonDataContract.cs
- CompilationRelaxations.cs
- DelegateTypeInfo.cs
- prompt.cs
- LineProperties.cs
- RoutedEvent.cs
- _DigestClient.cs
- SQLDouble.cs
- EncoderReplacementFallback.cs
- PriorityQueue.cs
- NavigationWindow.cs
- XmlSchemaExporter.cs
- ReadOnlyTernaryTree.cs
- Transaction.cs
- HttpValueCollection.cs
- ProviderConnectionPointCollection.cs
- ListBindableAttribute.cs
- InlineUIContainer.cs
- _FixedSizeReader.cs
- OrderedDictionaryStateHelper.cs
- EdmFunction.cs
- QilLoop.cs
- DrawingVisual.cs
- TextFormatterContext.cs
- ScrollContentPresenter.cs
- RawStylusActions.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- Baml2006KeyRecord.cs
- NTAccount.cs
- LabelDesigner.cs
- SimpleTypeResolver.cs
- BamlResourceSerializer.cs
- RowBinding.cs
- XmlSchemaDocumentation.cs
- PersistChildrenAttribute.cs
- AssemblyFilter.cs
- ComponentEditorForm.cs
- SafeProcessHandle.cs
- Profiler.cs
- ArithmeticException.cs
- FormatSettings.cs
- ReflectionPermission.cs
- NativeMsmqMessage.cs
- Policy.cs
- AsnEncodedData.cs
- GenerateTemporaryTargetAssembly.cs