Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- AxisAngleRotation3D.cs
- Vector3D.cs
- SizeAnimationUsingKeyFrames.cs
- HebrewCalendar.cs
- EntityContainerEmitter.cs
- ReceiveDesigner.xaml.cs
- AttachedAnnotationChangedEventArgs.cs
- OperationContext.cs
- ChangeDirector.cs
- ObjectContextServiceProvider.cs
- FormView.cs
- ControlIdConverter.cs
- DataMemberConverter.cs
- BindingOperations.cs
- FixedSOMPageElement.cs
- OpCodes.cs
- Rect.cs
- basecomparevalidator.cs
- CanonicalFontFamilyReference.cs
- UrlPath.cs
- CuspData.cs
- TextServicesProperty.cs
- TextBounds.cs
- MiniLockedBorderGlyph.cs
- DesignerRegionMouseEventArgs.cs
- StorageAssociationTypeMapping.cs
- TextBoxRenderer.cs
- UInt16.cs
- XmlMapping.cs
- NamedPermissionSet.cs
- DataBoundLiteralControl.cs
- _AcceptOverlappedAsyncResult.cs
- LabelExpression.cs
- SystemResourceKey.cs
- EntityProxyTypeInfo.cs
- KeyedCollection.cs
- unitconverter.cs
- ButtonField.cs
- AsymmetricSignatureFormatter.cs
- ListView.cs
- UserControlBuildProvider.cs
- MetadataFile.cs
- ColorTranslator.cs
- MappingSource.cs
- PropertyMetadata.cs
- ExponentialEase.cs
- StrokeNodeOperations2.cs
- ProviderConnectionPoint.cs
- XmlILConstructAnalyzer.cs
- ExpressionPrefixAttribute.cs
- FontWeightConverter.cs
- UmAlQuraCalendar.cs
- NominalTypeEliminator.cs
- XmlSerializerOperationFormatter.cs
- CroppedBitmap.cs
- ThemeDictionaryExtension.cs
- SafeNativeMethods.cs
- SimpleWebHandlerParser.cs
- StyleCollection.cs
- NamespaceDecl.cs
- SqlEnums.cs
- WorkflowOwnershipException.cs
- AttachedPropertyDescriptor.cs
- TriState.cs
- Version.cs
- SecurityTimestamp.cs
- unsafeIndexingFilterStream.cs
- ViewService.cs
- InternalReceiveMessage.cs
- regiisutil.cs
- SerializationFieldInfo.cs
- IdleTimeoutMonitor.cs
- Avt.cs
- GridLengthConverter.cs
- QilPatternFactory.cs
- MetadataPropertyAttribute.cs
- ElasticEase.cs
- ListManagerBindingsCollection.cs
- IDQuery.cs
- UserControlBuildProvider.cs
- CatalogPartCollection.cs
- DesignerAdapterUtil.cs
- HybridWebProxyFinder.cs
- PageCache.cs
- XmlAttributeHolder.cs
- PositiveTimeSpanValidator.cs
- COAUTHINFO.cs
- ConcurrentDictionary.cs
- WebScriptServiceHostFactory.cs
- DateRangeEvent.cs
- ListControl.cs
- CodeMethodInvokeExpression.cs
- SystemColors.cs
- ParseChildrenAsPropertiesAttribute.cs
- EntityDescriptor.cs
- SmtpMail.cs
- ItemsControl.cs
- ResourcePool.cs
- OdbcCommand.cs
- QilLoop.cs