Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- XmlQueryOutput.cs
- RangeValuePattern.cs
- ArrayEditor.cs
- EditCommandColumn.cs
- HeaderCollection.cs
- BevelBitmapEffect.cs
- EntryWrittenEventArgs.cs
- Accessible.cs
- ListViewDeleteEventArgs.cs
- WorkflowItemsPresenter.cs
- TextTreeDeleteContentUndoUnit.cs
- CombinedGeometry.cs
- TextRunCacheImp.cs
- ChannelManager.cs
- BlurBitmapEffect.cs
- ViewgenContext.cs
- BlobPersonalizationState.cs
- MailWriter.cs
- LinqDataSourceSelectEventArgs.cs
- AtomMaterializer.cs
- KeyBinding.cs
- HttpWebRequestElement.cs
- KnownTypes.cs
- OracleBinary.cs
- SoapExtension.cs
- AutoSizeToolBoxItem.cs
- Exceptions.cs
- SelfIssuedAuthProofToken.cs
- WebPartEditorOkVerb.cs
- ComPlusThreadInitializer.cs
- MimeFormReflector.cs
- XmlAggregates.cs
- IdentityHolder.cs
- webclient.cs
- PageTheme.cs
- GeneralTransform.cs
- FixedPageProcessor.cs
- ComNativeDescriptor.cs
- WindowsFormsHost.cs
- SupportingTokenAuthenticatorSpecification.cs
- SymDocumentType.cs
- OledbConnectionStringbuilder.cs
- ProtectedConfigurationSection.cs
- ScrollChrome.cs
- DataServiceProviderWrapper.cs
- QilVisitor.cs
- IconHelper.cs
- MergeExecutor.cs
- DocumentDesigner.cs
- OdbcEnvironmentHandle.cs
- COSERVERINFO.cs
- IncrementalReadDecoders.cs
- ImageListDesigner.cs
- CustomWebEventKey.cs
- ZipIOExtraFieldPaddingElement.cs
- PolyBezierSegment.cs
- MarshalByRefObject.cs
- ViewStateException.cs
- MetaModel.cs
- DbQueryCommandTree.cs
- TdsParserStateObject.cs
- SqlInternalConnectionSmi.cs
- _TimerThread.cs
- DataGridHelper.cs
- StatusBar.cs
- ButtonBase.cs
- BaseCodeDomTreeGenerator.cs
- WebPartConnectionsEventArgs.cs
- AesCryptoServiceProvider.cs
- FlatButtonAppearance.cs
- _SSPIWrapper.cs
- ModelTreeEnumerator.cs
- ProcessModelInfo.cs
- PageContent.cs
- ZipIOExtraFieldPaddingElement.cs
- UInt16.cs
- PropertyDescriptor.cs
- DSASignatureFormatter.cs
- EmptyQuery.cs
- ReliabilityContractAttribute.cs
- DoubleLinkList.cs
- FlowDocumentFormatter.cs
- WindowsSolidBrush.cs
- EnumerableRowCollectionExtensions.cs
- SnapshotChangeTrackingStrategy.cs
- ResourceDictionaryCollection.cs
- SchemaImporter.cs
- BadImageFormatException.cs
- ConnectionPoint.cs
- MemberDomainMap.cs
- OdbcInfoMessageEvent.cs
- WsatTransactionInfo.cs
- Pen.cs
- MenuItemStyleCollection.cs
- LocalBuilder.cs
- TextContainer.cs
- MdImport.cs
- ContactManager.cs
- cryptoapiTransform.cs
- FixedPageProcessor.cs