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
- PropertyDescriptors.cs
- AnnotationResource.cs
- DtrList.cs
- StreamInfo.cs
- XmlElementAttributes.cs
- DrawingBrush.cs
- EdmMember.cs
- AncestorChangedEventArgs.cs
- FrugalMap.cs
- HtmlShim.cs
- Point.cs
- VirtualDirectoryMapping.cs
- LineVisual.cs
- DetailsViewCommandEventArgs.cs
- VariableBinder.cs
- validationstate.cs
- DnsElement.cs
- FunctionQuery.cs
- DockPattern.cs
- AsyncContentLoadedEventArgs.cs
- Restrictions.cs
- XmlSiteMapProvider.cs
- BuiltInExpr.cs
- DataGridViewComboBoxCell.cs
- WebPageTraceListener.cs
- SaveWorkflowCommand.cs
- DateTimeUtil.cs
- BinaryObjectReader.cs
- DataObjectMethodAttribute.cs
- PageRouteHandler.cs
- Decimal.cs
- BasicHttpSecurityMode.cs
- QueryOptionExpression.cs
- SQLRoleProvider.cs
- CryptoApi.cs
- XsdBuildProvider.cs
- RuntimeResourceSet.cs
- RegistryHandle.cs
- TypeAccessException.cs
- PeerEndPoint.cs
- MediaTimeline.cs
- Part.cs
- IxmlLineInfo.cs
- RadioButton.cs
- UnsafeNativeMethods.cs
- Internal.cs
- SendMailErrorEventArgs.cs
- StructuredTypeInfo.cs
- Token.cs
- SoapReflectionImporter.cs
- Win32KeyboardDevice.cs
- StringConverter.cs
- GridViewPageEventArgs.cs
- AcceleratedTokenProviderState.cs
- Part.cs
- DataKey.cs
- BamlResourceSerializer.cs
- JavaScriptSerializer.cs
- TimeSpanSecondsConverter.cs
- TriggerAction.cs
- HashAlgorithm.cs
- PrintEvent.cs
- CommonDialog.cs
- BoundsDrawingContextWalker.cs
- OperationAbortedException.cs
- GridViewSelectEventArgs.cs
- NavigationCommands.cs
- SignedXml.cs
- CacheDependency.cs
- ExtentKey.cs
- ToolStripDesignerAvailabilityAttribute.cs
- WsdlBuildProvider.cs
- XslCompiledTransform.cs
- RegexNode.cs
- GPRECT.cs
- KnownBoxes.cs
- Point3DAnimationBase.cs
- FlowDocumentReaderAutomationPeer.cs
- StringValidatorAttribute.cs
- HyperLinkColumn.cs
- UrlPath.cs
- _UncName.cs
- ToolStripItemDesigner.cs
- IndexOutOfRangeException.cs
- SoapAttributeOverrides.cs
- CodeMemberField.cs
- ReaderWriterLockSlim.cs
- BufferModesCollection.cs
- XmlQueryRuntime.cs
- _UriSyntax.cs
- CodeComment.cs
- FileVersionInfo.cs
- CollectionExtensions.cs
- BuilderInfo.cs
- ClaimTypes.cs
- WebControlToolBoxItem.cs
- FormViewPagerRow.cs
- DropShadowBitmapEffect.cs
- CodeCastExpression.cs
- CustomAttribute.cs