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 / SoapElementAttribute.cs / 1 / SoapElementAttribute.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 SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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 SoapElementAttribute : System.Attribute { string elementName; string dataType; bool nullable; ///[To be supplied.] ////// /// public SoapElementAttribute() { } ///[To be supplied.] ////// /// public SoapElementAttribute(string elementName) { this.elementName = elementName; } ///[To be supplied.] ////// /// public string ElementName { get { return elementName == null ? string.Empty : elementName; } set { elementName = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = value; } } ///[To be supplied.] ////// /// public bool IsNullable { get { return nullable; } set { nullable = 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
- XpsPackagingPolicy.cs
- isolationinterop.cs
- TextModifier.cs
- SoapHeaders.cs
- FrameworkContentElement.cs
- DataServiceHostFactory.cs
- SettingsProperty.cs
- ChangePasswordAutoFormat.cs
- RequestContext.cs
- ObjectDataSourceFilteringEventArgs.cs
- WorkflowEnvironment.cs
- CodeGenerator.cs
- FlowDocumentReaderAutomationPeer.cs
- X509ChainPolicy.cs
- SessionStateContainer.cs
- DefaultSettingsSection.cs
- ModuleConfigurationInfo.cs
- SrgsElementFactory.cs
- EncoderParameters.cs
- XPathBuilder.cs
- GenericXmlSecurityToken.cs
- PageAsyncTaskManager.cs
- CodeCatchClauseCollection.cs
- CommandEventArgs.cs
- ConvertEvent.cs
- MenuBindingsEditor.cs
- WMIGenerator.cs
- Message.cs
- SafeEventHandle.cs
- ContentElementAutomationPeer.cs
- FormsAuthenticationModule.cs
- SimpleType.cs
- FontNamesConverter.cs
- SQLRoleProvider.cs
- DataRecordInfo.cs
- FieldTemplateUserControl.cs
- ClientFormsIdentity.cs
- Hex.cs
- InvokeProviderWrapper.cs
- ValidatorCollection.cs
- Char.cs
- TableCell.cs
- SafeFileMappingHandle.cs
- XmlSchemaInferenceException.cs
- PngBitmapDecoder.cs
- WindowsScrollBar.cs
- XmlReaderSettings.cs
- TextTreeFixupNode.cs
- CacheMode.cs
- DBParameter.cs
- EntityConnection.cs
- StatusBar.cs
- ModelPropertyImpl.cs
- _AcceptOverlappedAsyncResult.cs
- GraphicsPath.cs
- Statements.cs
- TraceSection.cs
- LogWriteRestartAreaAsyncResult.cs
- ObjectDataSourceEventArgs.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- ArgumentNullException.cs
- PeerApplicationLaunchInfo.cs
- MetadataFile.cs
- LinkClickEvent.cs
- DataBindingCollectionConverter.cs
- CounterSample.cs
- WebScriptMetadataMessageEncoderFactory.cs
- AstTree.cs
- QueryExpr.cs
- TypographyProperties.cs
- DataGridViewRowCollection.cs
- IndexedString.cs
- dtdvalidator.cs
- XmlSchemaExporter.cs
- DataGridView.cs
- Latin1Encoding.cs
- Tokenizer.cs
- ClientSettingsSection.cs
- BaseParser.cs
- DataGridViewCellStyleConverter.cs
- ProxyAssemblyNotLoadedException.cs
- ClientConvert.cs
- ResourcePermissionBase.cs
- OrderedDictionaryStateHelper.cs
- DateTimeParse.cs
- ListViewItemMouseHoverEvent.cs
- PropertySegmentSerializer.cs
- DeclarationUpdate.cs
- DiscardableAttribute.cs
- SmiRequestExecutor.cs
- FilteredAttributeCollection.cs
- PlanCompilerUtil.cs
- TextElement.cs
- ObjectResult.cs
- EncoderReplacementFallback.cs
- OdbcDataReader.cs
- XmlWriterTraceListener.cs
- TimeSpanValidator.cs
- RemotingException.cs
- AutoResetEvent.cs