Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; ////// /// [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. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CacheAxisQuery.cs
- PaperSource.cs
- TemplateBindingExtensionConverter.cs
- DummyDataSource.cs
- ServiceHostFactory.cs
- DelegatingStream.cs
- ErrorItem.cs
- Interlocked.cs
- TextEndOfLine.cs
- InstancePersistenceContext.cs
- DocumentationServerProtocol.cs
- FileRecordSequenceHelper.cs
- ExpressionTable.cs
- PrinterResolution.cs
- MetabaseServerConfig.cs
- XmlUnspecifiedAttribute.cs
- ProjectionCamera.cs
- IChannel.cs
- XmlQueryOutput.cs
- AliasExpr.cs
- WrappedIUnknown.cs
- SettingsBase.cs
- CodeIdentifier.cs
- SecurityDescriptor.cs
- XmlEncodedRawTextWriter.cs
- FixedDocumentPaginator.cs
- XmlSchema.cs
- SQLStringStorage.cs
- ParallelTimeline.cs
- XmlNodeWriter.cs
- GroupQuery.cs
- TransactionManager.cs
- RegionInfo.cs
- XmlTextReaderImplHelpers.cs
- SHA256Managed.cs
- RsaSecurityKey.cs
- LoadItemsEventArgs.cs
- XmlSchemaProviderAttribute.cs
- AjaxFrameworkAssemblyAttribute.cs
- InvokerUtil.cs
- KeyboardEventArgs.cs
- RawMouseInputReport.cs
- StructuredTypeEmitter.cs
- SafeNativeMethodsMilCoreApi.cs
- SQLMembershipProvider.cs
- XmlElementAttributes.cs
- clipboard.cs
- SkewTransform.cs
- Literal.cs
- Normalization.cs
- SqlClientFactory.cs
- CaseExpr.cs
- CatalogZone.cs
- ViewManager.cs
- GridViewItemAutomationPeer.cs
- COM2FontConverter.cs
- WebExceptionStatus.cs
- ToolStripProgressBar.cs
- ProxyHelper.cs
- SqlCacheDependencySection.cs
- EnumMember.cs
- XPathNavigator.cs
- ActivityDesigner.cs
- FilteredAttributeCollection.cs
- DataGridViewCellCollection.cs
- ProcessModelInfo.cs
- BitmapFrameDecode.cs
- DependencyObjectCodeDomSerializer.cs
- HostingEnvironment.cs
- altserialization.cs
- FormViewModeEventArgs.cs
- recordstatescratchpad.cs
- DeferredSelectedIndexReference.cs
- _NtlmClient.cs
- CanonicalFormWriter.cs
- FormCollection.cs
- DataListItemEventArgs.cs
- PageOrientation.cs
- XmlSchemaIdentityConstraint.cs
- Image.cs
- sqlmetadatafactory.cs
- RectAnimation.cs
- MessageSecurityProtocolFactory.cs
- Base64Stream.cs
- ForeignKeyConstraint.cs
- MetabaseServerConfig.cs
- DependencyPropertyKey.cs
- DecimalKeyFrameCollection.cs
- HMACMD5.cs
- AttachedPropertyBrowsableAttribute.cs
- DeviceContext.cs
- TabPanel.cs
- ColorConvertedBitmap.cs
- ColumnMapProcessor.cs
- QueryableDataSourceEditData.cs
- AnnouncementEndpoint.cs
- XmlSchemaCollection.cs
- HostElement.cs
- CommentEmitter.cs
- MemberJoinTreeNode.cs