Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- FacetChecker.cs
- XmlSignatureProperties.cs
- GeometryModel3D.cs
- InkCollectionBehavior.cs
- SafeNativeMethods.cs
- MailSettingsSection.cs
- DictionaryKeyPropertyAttribute.cs
- Tile.cs
- DictionaryGlobals.cs
- TextEditorContextMenu.cs
- StructuralType.cs
- StructuredTypeEmitter.cs
- SHA256Managed.cs
- UrlEncodedParameterWriter.cs
- ExtensionFile.cs
- AssociationEndMember.cs
- SqlDataSourceCache.cs
- RemoteWebConfigurationHostStream.cs
- WebPartAuthorizationEventArgs.cs
- RadioButtonDesigner.cs
- ResXDataNode.cs
- PropertyGrid.cs
- DesignerRegion.cs
- Math.cs
- ToolStripContextMenu.cs
- TranslateTransform3D.cs
- XmlSigningNodeWriter.cs
- UrlPropertyAttribute.cs
- NativeWindow.cs
- DataExpression.cs
- Rotation3DAnimation.cs
- BaseValidatorDesigner.cs
- AddingNewEventArgs.cs
- SqlInternalConnection.cs
- SizeConverter.cs
- StreamGeometry.cs
- EtwTrace.cs
- TreeWalkHelper.cs
- DefaultParameterValueAttribute.cs
- EncryptedReference.cs
- XmlMapping.cs
- XmlAttributeAttribute.cs
- QueryRewriter.cs
- UnsafeNativeMethods.cs
- UIntPtr.cs
- CompressEmulationStream.cs
- HwndSubclass.cs
- SessionPageStateSection.cs
- InternalSafeNativeMethods.cs
- DataGridView.cs
- TextTreeRootNode.cs
- CredentialCache.cs
- StrokeNode.cs
- ColorDialog.cs
- ping.cs
- ListViewGroupItemCollection.cs
- EmissiveMaterial.cs
- HttpApplicationFactory.cs
- safex509handles.cs
- StringSorter.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- AncestorChangedEventArgs.cs
- GeneralTransform.cs
- DbConnectionPoolCounters.cs
- ExpressionNode.cs
- UriScheme.cs
- DataServiceQuery.cs
- IImplicitResourceProvider.cs
- PropertyInfo.cs
- IdentityModelStringsVersion1.cs
- MultiPartWriter.cs
- ItemCheckedEvent.cs
- CharEnumerator.cs
- ClientFactory.cs
- XmlConvert.cs
- XmlElement.cs
- OdbcEnvironment.cs
- entitydatasourceentitysetnameconverter.cs
- PageAdapter.cs
- AdapterUtil.cs
- PersonalizablePropertyEntry.cs
- EUCJPEncoding.cs
- DoubleAnimation.cs
- PaperSource.cs
- CompoundFileDeflateTransform.cs
- GridSplitter.cs
- HostProtectionException.cs
- GeometryDrawing.cs
- HttpException.cs
- HtmlTitle.cs
- WebPartZoneBase.cs
- PersonalizationProvider.cs
- WinEventHandler.cs
- ObjectTag.cs
- ModifierKeysValueSerializer.cs
- EllipseGeometry.cs
- errorpatternmatcher.cs
- OperandQuery.cs
- ProcessProtocolHandler.cs
- XmlAttributeCollection.cs