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
- AuthenticationModuleElementCollection.cs
- VScrollBar.cs
- BooleanSwitch.cs
- PieceDirectory.cs
- StyleXamlParser.cs
- CollectionContainer.cs
- NativeActivityFaultContext.cs
- SqlCommandBuilder.cs
- FixUp.cs
- QilNode.cs
- SevenBitStream.cs
- WebPartConnectionsCloseVerb.cs
- ToolStripContentPanelRenderEventArgs.cs
- ValidationResult.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- FullTextLine.cs
- BulletedList.cs
- UTF7Encoding.cs
- DataPagerFieldCommandEventArgs.cs
- SequenceFullException.cs
- DynamicPropertyHolder.cs
- DynamicRenderer.cs
- CompilationPass2Task.cs
- PropertyStore.cs
- ByteStack.cs
- FloaterParaClient.cs
- Cursor.cs
- PerformanceCounterPermissionAttribute.cs
- CounterSample.cs
- WorkflowServiceInstance.cs
- DispatcherExceptionFilterEventArgs.cs
- CompiledRegexRunner.cs
- OutputCacheSettings.cs
- XmlQueryStaticData.cs
- CorePropertiesFilter.cs
- ShapingEngine.cs
- FragmentNavigationEventArgs.cs
- SimpleHandlerFactory.cs
- TemplateControlParser.cs
- MessageSecurityOverMsmqElement.cs
- WindowsRichEditRange.cs
- XmlDeclaration.cs
- DbConnectionFactory.cs
- SessionState.cs
- BinaryObjectInfo.cs
- SerializationStore.cs
- ProcessHostServerConfig.cs
- SqlError.cs
- WinCategoryAttribute.cs
- ContentValidator.cs
- CanonicalFontFamilyReference.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ToolStripHighContrastRenderer.cs
- Int64KeyFrameCollection.cs
- SplashScreenNativeMethods.cs
- HMACSHA512.cs
- Image.cs
- PathFigureCollection.cs
- UpdateRecord.cs
- ArgumentException.cs
- EventItfInfo.cs
- TextFormatter.cs
- SoapMessage.cs
- ConfigXmlAttribute.cs
- DataTemplateSelector.cs
- IMembershipProvider.cs
- ChangesetResponse.cs
- MenuItemStyleCollection.cs
- RemoteCryptoRsaServiceProvider.cs
- ConditionChanges.cs
- DataTemplateSelector.cs
- WebPartHeaderCloseVerb.cs
- NullableConverter.cs
- DataGridViewRowConverter.cs
- SmtpNetworkElement.cs
- ToolStrip.cs
- BaseCollection.cs
- InvalidPropValue.cs
- QuadraticBezierSegment.cs
- ControlEvent.cs
- ControlTemplate.cs
- WindowsStreamSecurityElement.cs
- FontSizeConverter.cs
- PropertyPushdownHelper.cs
- ConditionalAttribute.cs
- AlternateView.cs
- ProjectionPlanCompiler.cs
- InvokeProviderWrapper.cs
- _HeaderInfo.cs
- HostProtectionException.cs
- UniqueIdentifierService.cs
- ServiceOperationDetailViewControl.cs
- Delegate.cs
- LinkArea.cs
- SqlRowUpdatedEvent.cs
- WsdlImporter.cs
- AvtEvent.cs
- XmlFileEditor.cs
- GeometryConverter.cs
- MSHTMLHostUtil.cs