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
- ResourceDescriptionAttribute.cs
- WebPartEditVerb.cs
- BindingMemberInfo.cs
- OutputScopeManager.cs
- ReadOnlyDataSourceView.cs
- WebPartTransformer.cs
- Point3DAnimation.cs
- EdmScalarPropertyAttribute.cs
- SystemNetworkInterface.cs
- DataGridViewRowEventArgs.cs
- WebPartAuthorizationEventArgs.cs
- MultiPropertyDescriptorGridEntry.cs
- TextServicesProperty.cs
- SrgsSemanticInterpretationTag.cs
- Normalization.cs
- PrintDialog.cs
- PresentationSource.cs
- TextUtf8RawTextWriter.cs
- ParentUndoUnit.cs
- PathGeometry.cs
- DataTableNewRowEvent.cs
- Ipv6Element.cs
- OpenFileDialog.cs
- SemaphoreSlim.cs
- Color.cs
- NullRuntimeConfig.cs
- DataGridCommandEventArgs.cs
- XD.cs
- BindingValueChangedEventArgs.cs
- httpapplicationstate.cs
- BaseDataBoundControl.cs
- AuthorizationPolicyTypeElement.cs
- BooleanAnimationUsingKeyFrames.cs
- TextLine.cs
- EmptyReadOnlyDictionaryInternal.cs
- DataGridViewCellMouseEventArgs.cs
- ObjectItemNoOpAssemblyLoader.cs
- HelloMessageApril2005.cs
- SqlDataReaderSmi.cs
- OdbcConnectionString.cs
- TextParagraphProperties.cs
- ControlType.cs
- ParenExpr.cs
- HostnameComparisonMode.cs
- MethodRental.cs
- SQlBooleanStorage.cs
- HttpCookie.cs
- FontInfo.cs
- ColorKeyFrameCollection.cs
- ButtonBase.cs
- ThreadStartException.cs
- RawStylusInputReport.cs
- StaticDataManager.cs
- EventDescriptor.cs
- Span.cs
- XamlTypeMapper.cs
- HTMLTextWriter.cs
- HwndAppCommandInputProvider.cs
- Rect3DConverter.cs
- CompiledQuery.cs
- CancelAsyncOperationRequest.cs
- ControlUtil.cs
- EntryWrittenEventArgs.cs
- DataObjectPastingEventArgs.cs
- ELinqQueryState.cs
- XmlSchemaCompilationSettings.cs
- AnimationStorage.cs
- ErrorFormatter.cs
- NetCodeGroup.cs
- Timer.cs
- DataGrid.cs
- CodeDOMUtility.cs
- ScrollBarAutomationPeer.cs
- EndPoint.cs
- MetadataArtifactLoaderComposite.cs
- DataGridItemCollection.cs
- PageEventArgs.cs
- CodeIndexerExpression.cs
- RecognitionEventArgs.cs
- XmlLanguageConverter.cs
- DiagnosticTrace.cs
- IfAction.cs
- SapiGrammar.cs
- baseaxisquery.cs
- ResourceAttributes.cs
- CopyNodeSetAction.cs
- ModelPropertyImpl.cs
- IntegerCollectionEditor.cs
- DocumentSchemaValidator.cs
- documentsequencetextpointer.cs
- HiddenFieldPageStatePersister.cs
- Types.cs
- FixedSOMTableRow.cs
- WmfPlaceableFileHeader.cs
- DesigntimeLicenseContextSerializer.cs
- HyperLinkColumn.cs
- XPathAncestorIterator.cs
- FixedNode.cs
- FormViewRow.cs
- DrawListViewItemEventArgs.cs