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
- errorpatternmatcher.cs
- HashSetEqualityComparer.cs
- SyndicationDeserializer.cs
- MimeWriter.cs
- AnonymousIdentificationModule.cs
- CheckBox.cs
- GZipStream.cs
- GridViewColumnCollectionChangedEventArgs.cs
- AnnotationAdorner.cs
- Win32Interop.cs
- GiveFeedbackEventArgs.cs
- BinaryCommonClasses.cs
- MetabaseServerConfig.cs
- DataServiceEntityAttribute.cs
- CodeIdentifiers.cs
- PriorityChain.cs
- SurrogateSelector.cs
- xdrvalidator.cs
- QilVisitor.cs
- SoapParser.cs
- SqlRecordBuffer.cs
- SectionVisual.cs
- QilList.cs
- MultipartContentParser.cs
- TabItemWrapperAutomationPeer.cs
- HelpInfo.cs
- GeometryDrawing.cs
- VisualTreeHelper.cs
- PolygonHotSpot.cs
- HandleRef.cs
- ReferencedCollectionType.cs
- XmlRootAttribute.cs
- RequiredFieldValidator.cs
- EdmItemCollection.cs
- LookupBindingPropertiesAttribute.cs
- KernelTypeValidation.cs
- DocumentApplicationJournalEntry.cs
- BitConverter.cs
- MdbDataFileEditor.cs
- MessageDroppedTraceRecord.cs
- PolyBezierSegment.cs
- Window.cs
- CriticalExceptions.cs
- TextSchema.cs
- ConfigUtil.cs
- RawStylusSystemGestureInputReport.cs
- XmlSchemaAttributeGroup.cs
- RouteParameter.cs
- X509SecurityTokenAuthenticator.cs
- XmlJsonReader.cs
- ConvertersCollection.cs
- XmlCharCheckingReader.cs
- MergablePropertyAttribute.cs
- ExpressionPrinter.cs
- ErrorRuntimeConfig.cs
- IconBitmapDecoder.cs
- AbandonedMutexException.cs
- AutomationElementCollection.cs
- AmbientProperties.cs
- TextPattern.cs
- ParseChildrenAsPropertiesAttribute.cs
- DefaultPropertiesToSend.cs
- SAPICategories.cs
- BaseCAMarshaler.cs
- ElementProxy.cs
- PerformanceCounterCategory.cs
- BamlBinaryWriter.cs
- ValueOfAction.cs
- ExecutionContext.cs
- SchemaTableOptionalColumn.cs
- IpcClientChannel.cs
- ViewCellSlot.cs
- CommandBinding.cs
- OracleBoolean.cs
- GenericIdentity.cs
- CommandDevice.cs
- XPathMessageFilterTable.cs
- SqlBulkCopyColumnMappingCollection.cs
- DomainConstraint.cs
- WizardStepBase.cs
- XPathBinder.cs
- NavigationService.cs
- SkewTransform.cs
- ResXBuildProvider.cs
- BaseAsyncResult.cs
- CornerRadiusConverter.cs
- sqlcontext.cs
- SoundPlayer.cs
- Serializer.cs
- X509ChainElement.cs
- SettingsBindableAttribute.cs
- FreeFormDragDropManager.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- ArrayHelper.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- Soap.cs
- FieldAccessException.cs
- Fx.cs
- KeyboardEventArgs.cs
- QilSortKey.cs