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
- DataGridTextBox.cs
- GroupQuery.cs
- GridViewRowEventArgs.cs
- ListViewItemMouseHoverEvent.cs
- COM2EnumConverter.cs
- Evidence.cs
- HttpHandlerAction.cs
- WebCategoryAttribute.cs
- TreeViewImageIndexConverter.cs
- DataGridViewCellConverter.cs
- CapabilitiesAssignment.cs
- CultureSpecificCharacterBufferRange.cs
- RepeatBehavior.cs
- Validator.cs
- ProfileManager.cs
- cookiecontainer.cs
- CompilationAssemblyInstallComponent.cs
- OptimalTextSource.cs
- XhtmlTextWriter.cs
- SqlMethodCallConverter.cs
- WaitingCursor.cs
- SqlUserDefinedAggregateAttribute.cs
- PropertySegmentSerializer.cs
- JsonEnumDataContract.cs
- FixedTextPointer.cs
- ArrayExtension.cs
- Utils.cs
- DataGridTablesFactory.cs
- EventLogPermission.cs
- LightweightCodeGenerator.cs
- LambdaCompiler.Address.cs
- DbException.cs
- PropertyValueEditor.cs
- TypeConverterHelper.cs
- DeviceContext.cs
- String.cs
- PersonalizationStateInfo.cs
- documentsequencetextpointer.cs
- TdsParserSessionPool.cs
- ResourceCodeDomSerializer.cs
- NonParentingControl.cs
- ClonableStack.cs
- StyleHelper.cs
- CodeArrayCreateExpression.cs
- CultureSpecificStringDictionary.cs
- SelectionItemPattern.cs
- CompilerHelpers.cs
- Underline.cs
- ClosableStream.cs
- SqlDataSourceCustomCommandEditor.cs
- WindowsTab.cs
- BitmapEffectInputConnector.cs
- TrackingMemoryStreamFactory.cs
- OperatingSystem.cs
- LocalizedNameDescriptionPair.cs
- ModelItemImpl.cs
- Int64Storage.cs
- FormViewUpdateEventArgs.cs
- ComplexPropertyEntry.cs
- WebPartTracker.cs
- X509ChainElement.cs
- UnknownBitmapEncoder.cs
- Variable.cs
- CommandLibraryHelper.cs
- RegisteredHiddenField.cs
- NullExtension.cs
- CommandExpr.cs
- GACIdentityPermission.cs
- FixedDocumentPaginator.cs
- EditingMode.cs
- CollectionAdapters.cs
- ScrollData.cs
- AspNetPartialTrustHelpers.cs
- ImageIndexConverter.cs
- HttpContext.cs
- GeneralTransform3DGroup.cs
- Drawing.cs
- ContainsRowNumberChecker.cs
- ThousandthOfEmRealDoubles.cs
- XmlSchemaComplexContentRestriction.cs
- RewritingValidator.cs
- InvariantComparer.cs
- GroupQuery.cs
- Logging.cs
- FormClosedEvent.cs
- xsdvalidator.cs
- IdentitySection.cs
- SettingsPropertyValue.cs
- SqlUserDefinedTypeAttribute.cs
- ListItemDetailViewAttribute.cs
- XmlNamespaceManager.cs
- ResourceDefaultValueAttribute.cs
- ScrollEventArgs.cs
- BookmarkCallbackWrapper.cs
- CorePropertiesFilter.cs
- ObjectStateEntryDbDataRecord.cs
- DataGridViewTextBoxEditingControl.cs
- CFGGrammar.cs
- IndexOutOfRangeException.cs
- XmlTypeAttribute.cs