Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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.
//
// [....]
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewAccessibleObject.cs
- StrokeCollection.cs
- TypeUsage.cs
- OdbcRowUpdatingEvent.cs
- TransformedBitmap.cs
- DelegateCompletionCallbackWrapper.cs
- UnsafeNativeMethods.cs
- XmlChoiceIdentifierAttribute.cs
- GAC.cs
- _ShellExpression.cs
- Menu.cs
- PointUtil.cs
- ValueType.cs
- XmlNullResolver.cs
- KeyTime.cs
- EntityDataSourceWrapperCollection.cs
- AnonymousIdentificationModule.cs
- AbsoluteQuery.cs
- SiteMembershipCondition.cs
- cookiecontainer.cs
- XmlAnyElementAttributes.cs
- Screen.cs
- ScrollEventArgs.cs
- FrameworkReadOnlyPropertyMetadata.cs
- InternalsVisibleToAttribute.cs
- XPathSingletonIterator.cs
- FrameworkTextComposition.cs
- Subtract.cs
- CommonProperties.cs
- CodeDelegateCreateExpression.cs
- NamedServiceModelExtensionCollectionElement.cs
- ColumnWidthChangingEvent.cs
- XsdSchemaFileEditor.cs
- XmlSchemaComplexContentExtension.cs
- ReachPageContentCollectionSerializerAsync.cs
- ResourceReader.cs
- XmlNode.cs
- Base64WriteStateInfo.cs
- ZipPackage.cs
- FirstMatchCodeGroup.cs
- WebRequest.cs
- StorageRoot.cs
- ReferencedCategoriesDocument.cs
- DocumentDesigner.cs
- SiteMapNodeItemEventArgs.cs
- DtdParser.cs
- CapiSafeHandles.cs
- WindowsSolidBrush.cs
- Property.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- XamlTreeBuilderBamlRecordWriter.cs
- PathStreamGeometryContext.cs
- WorkflowNamespace.cs
- EdmScalarPropertyAttribute.cs
- EmbossBitmapEffect.cs
- Repeater.cs
- NullRuntimeConfig.cs
- ContextStaticAttribute.cs
- _NestedSingleAsyncResult.cs
- returneventsaver.cs
- StreamSecurityUpgradeProvider.cs
- ISAPIApplicationHost.cs
- DataGridCellsPresenter.cs
- AspNetSynchronizationContext.cs
- PrintDocument.cs
- ClusterSafeNativeMethods.cs
- JoinGraph.cs
- RegistryPermission.cs
- ParameterCollection.cs
- DataSvcMapFileSerializer.cs
- Transform.cs
- Model3D.cs
- _AuthenticationState.cs
- InvalidDocumentContentsException.cs
- NamespaceCollection.cs
- SessionStateUtil.cs
- ListViewItemMouseHoverEvent.cs
- RectangleF.cs
- RectangleHotSpot.cs
- DurableMessageDispatchInspector.cs
- FlowPosition.cs
- WorkflowInlining.cs
- TypeConverterHelper.cs
- _WinHttpWebProxyDataBuilder.cs
- ResourceManager.cs
- DoubleLinkListEnumerator.cs
- SecurityHelper.cs
- WsdlInspector.cs
- HtmlInputControl.cs
- CompiledQueryCacheKey.cs
- HwndKeyboardInputProvider.cs
- TableLayoutPanelBehavior.cs
- TempFiles.cs
- XPathScanner.cs
- BitStream.cs
- Utils.cs
- CalloutQueueItem.cs
- Speller.cs
- DrawingCollection.cs
- PostBackTrigger.cs