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
- Version.cs
- IteratorDescriptor.cs
- BuildDependencySet.cs
- RuleSettings.cs
- HTTPNotFoundHandler.cs
- UnsafeNativeMethods.cs
- SByte.cs
- Formatter.cs
- XmlArrayAttribute.cs
- QueryParameter.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ScriptResourceAttribute.cs
- CompModSwitches.cs
- RadialGradientBrush.cs
- IgnoreSectionHandler.cs
- EdmToObjectNamespaceMap.cs
- XmlAttributeHolder.cs
- ObjectConverter.cs
- DataViewListener.cs
- ToolStripStatusLabel.cs
- Funcletizer.cs
- JournalEntryStack.cs
- OracleTransaction.cs
- ArgumentOutOfRangeException.cs
- ExclusiveNamedPipeTransportManager.cs
- Int64KeyFrameCollection.cs
- SoapInteropTypes.cs
- AssociatedControlConverter.cs
- PeerPresenceInfo.cs
- HandlerBase.cs
- _SpnDictionary.cs
- ConnectionPointCookie.cs
- ExternalCalls.cs
- _UriSyntax.cs
- EmbeddedObject.cs
- EntityDataSourceSelectingEventArgs.cs
- ThousandthOfEmRealPoints.cs
- WindowsTooltip.cs
- WmlPhoneCallAdapter.cs
- XMLDiffLoader.cs
- XmlEntityReference.cs
- MappingSource.cs
- AttributeCollection.cs
- CommunicationObjectAbortedException.cs
- DataGridViewTextBoxEditingControl.cs
- DodSequenceMerge.cs
- SchemaTableColumn.cs
- DragEvent.cs
- FilterableAttribute.cs
- SaveRecipientRequest.cs
- FormatConvertedBitmap.cs
- SinglePageViewer.cs
- DataBindingCollectionConverter.cs
- PathFigure.cs
- cryptoapiTransform.cs
- SByteStorage.cs
- ListenUriMode.cs
- FontSizeConverter.cs
- ToolStripLocationCancelEventArgs.cs
- TextServicesHost.cs
- UpdateCommandGenerator.cs
- WebPartMinimizeVerb.cs
- PathGeometry.cs
- SocketException.cs
- SqlDataReaderSmi.cs
- WorkflowApplicationAbortedEventArgs.cs
- Compensation.cs
- XPathNodeInfoAtom.cs
- FilterableAttribute.cs
- DesignBindingPicker.cs
- PassportAuthentication.cs
- CryptoKeySecurity.cs
- EntityProxyTypeInfo.cs
- httpstaticobjectscollection.cs
- ControlsConfig.cs
- Localizer.cs
- Wrapper.cs
- WaitHandle.cs
- SchemaImporterExtension.cs
- WS2007HttpBinding.cs
- DynamicActivity.cs
- WebResourceUtil.cs
- ExpressionBuilderCollection.cs
- EntityObject.cs
- CacheMemory.cs
- SqlUnionizer.cs
- XmlElementList.cs
- cache.cs
- DescendantOverDescendantQuery.cs
- SqlUserDefinedTypeAttribute.cs
- BaseDataList.cs
- SamlAction.cs
- LocatorPartList.cs
- COM2ExtendedBrowsingHandler.cs
- IndentedWriter.cs
- CodeIdentifier.cs
- ReaderWriterLockWrapper.cs
- DeviceSpecificDialogCachedState.cs
- DateRangeEvent.cs
- NetworkAddressChange.cs