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; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AdornerPresentationContext.cs
- SafeNativeMethods.cs
- BindingNavigator.cs
- SystemResources.cs
- EntitySet.cs
- RemoteAsymmetricSignatureFormatter.cs
- VolatileEnlistmentMultiplexing.cs
- ServiceObjectContainer.cs
- BindingExpressionBase.cs
- CallContext.cs
- PowerStatus.cs
- XamlWriter.cs
- ContainerSelectorBehavior.cs
- XmlCountingReader.cs
- CustomTypeDescriptor.cs
- ListViewItem.cs
- WaitHandle.cs
- ZipPackagePart.cs
- NativeMethods.cs
- AssociationSetEnd.cs
- RuntimeEnvironment.cs
- TimeoutValidationAttribute.cs
- ControlCommandSet.cs
- ListenerElementsCollection.cs
- RSAOAEPKeyExchangeDeformatter.cs
- DrawingAttributeSerializer.cs
- ZipIOCentralDirectoryFileHeader.cs
- Activity.cs
- WebPartDisplayMode.cs
- LinkUtilities.cs
- FileSecurity.cs
- RecordManager.cs
- PaperSource.cs
- SystemIPGlobalProperties.cs
- CompilerScopeManager.cs
- Instrumentation.cs
- AstTree.cs
- CodeDomLoader.cs
- DBCSCodePageEncoding.cs
- TextRunCache.cs
- WorkBatch.cs
- ScrollPatternIdentifiers.cs
- CodeDomConfigurationHandler.cs
- SqlProviderManifest.cs
- CodeMethodInvokeExpression.cs
- PostBackOptions.cs
- NoResizeSelectionBorderGlyph.cs
- UInt32Converter.cs
- safesecurityhelperavalon.cs
- LinqDataSourceValidationException.cs
- ItemContainerGenerator.cs
- SequentialUshortCollection.cs
- MarkupCompilePass2.cs
- ProxyOperationRuntime.cs
- DbProviderFactories.cs
- DataGridCell.cs
- SystemWebExtensionsSectionGroup.cs
- Lease.cs
- EntityConnectionStringBuilder.cs
- DynamicDocumentPaginator.cs
- MemberAccessException.cs
- DesignerVerb.cs
- PartialArray.cs
- CodeAttributeDeclarationCollection.cs
- CompositeScriptReference.cs
- DateRangeEvent.cs
- CheckBoxPopupAdapter.cs
- DataListItemCollection.cs
- BufferedGraphicsContext.cs
- SignatureHelper.cs
- RadioButtonBaseAdapter.cs
- UIElementHelper.cs
- IgnoreSection.cs
- DispatcherProcessingDisabled.cs
- SmiContextFactory.cs
- BindingContext.cs
- DoubleLink.cs
- MetaForeignKeyColumn.cs
- AppDomainProtocolHandler.cs
- Soap12ProtocolReflector.cs
- XamlStream.cs
- mansign.cs
- XmlSchemaParticle.cs
- SchemaInfo.cs
- WebBrowserUriTypeConverter.cs
- EventEntry.cs
- EditBehavior.cs
- WinEventHandler.cs
- InputLanguageEventArgs.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ToolStripMenuItemDesigner.cs
- ChannelCacheDefaults.cs
- SplitterPanel.cs
- DataColumnChangeEvent.cs
- SerializationException.cs
- XmlTypeMapping.cs
- TreeViewImageGenerator.cs
- DataGridCellsPanel.cs
- SectionInput.cs
- GenericPrincipal.cs