Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlTextAttribute.cs / 1 / XmlTextAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
/// [To be supplied.]
///
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
public class XmlTextAttribute : System.Attribute {
Type type;
string dataType;
///
///
/// [To be supplied.]
///
public XmlTextAttribute() {
}
///
///
/// [To be supplied.]
///
public XmlTextAttribute(Type type) {
this.type = type;
}
///
///
/// [To be supplied.]
///
public Type Type {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public string DataType {
get { return dataType == null ? string.Empty : dataType; }
set { dataType = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableAutomationPeer.cs
- ObjectFullSpanRewriter.cs
- TraceFilter.cs
- DocumentApplicationState.cs
- SqlProviderUtilities.cs
- TypeConverter.cs
- HwndHost.cs
- WriteableBitmap.cs
- WebControl.cs
- Camera.cs
- PointKeyFrameCollection.cs
- AxisAngleRotation3D.cs
- UnaryNode.cs
- CurrentChangingEventArgs.cs
- TypeDependencyAttribute.cs
- DateTimeParse.cs
- RowUpdatedEventArgs.cs
- ClientBuildManager.cs
- GenericWebPart.cs
- ExtensibleClassFactory.cs
- BitConverter.cs
- X500Name.cs
- PeerCredential.cs
- ImageMapEventArgs.cs
- PersonalizationProviderCollection.cs
- MemberProjectedSlot.cs
- TextTreeDeleteContentUndoUnit.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DataGridSortCommandEventArgs.cs
- ExpressionBindingCollection.cs
- SQLRoleProvider.cs
- basecomparevalidator.cs
- ProfileService.cs
- xml.cs
- SkewTransform.cs
- TextMessageEncodingBindingElement.cs
- WindowsScrollBarBits.cs
- TypedTableBaseExtensions.cs
- PolicyLevel.cs
- DataReaderContainer.cs
- SQLInt64.cs
- ColorConvertedBitmap.cs
- RoutedEventArgs.cs
- ColumnResizeUndoUnit.cs
- EmptyControlCollection.cs
- wgx_commands.cs
- ModuleConfigurationInfo.cs
- NumericUpDownAcceleration.cs
- documentation.cs
- OleDbConnectionInternal.cs
- AutomationPeer.cs
- SystemIcmpV4Statistics.cs
- GradientStop.cs
- ResponseBodyWriter.cs
- DefaultWorkflowLoaderService.cs
- TextRangeBase.cs
- RectangleConverter.cs
- UriScheme.cs
- CurrentChangingEventManager.cs
- DisplayClaim.cs
- WorkflowInvoker.cs
- MdiWindowListStrip.cs
- Matrix3D.cs
- WebPartConnectionsDisconnectVerb.cs
- SubpageParagraph.cs
- HwndSourceParameters.cs
- DiagnosticEventProvider.cs
- UdpDiscoveryMessageFilter.cs
- Conditional.cs
- KnownTypeAttribute.cs
- WebPartMinimizeVerb.cs
- EncryptedXml.cs
- Profiler.cs
- SecurityUtils.cs
- diagnosticsswitches.cs
- SafeLibraryHandle.cs
- Decoder.cs
- ColumnCollection.cs
- ApplicationId.cs
- OciHandle.cs
- StylusTouchDevice.cs
- TypeLibConverter.cs
- ListSortDescription.cs
- HTTPNotFoundHandler.cs
- StrokeCollectionConverter.cs
- DataServiceQueryContinuation.cs
- EntityContainer.cs
- Int64Converter.cs
- ChildTable.cs
- CopyAttributesAction.cs
- StackOverflowException.cs
- HtmlHead.cs
- PointCollectionConverter.cs
- FieldBuilder.cs
- SemanticTag.cs
- SqlCacheDependencySection.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- WebPartVerbsEventArgs.cs
- LocalizedNameDescriptionPair.cs
- AssemblyInfo.cs