Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1 / XmlReflectionMember.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
///
/// [To be supplied.]
///
public class XmlReflectionMember {
string memberName;
Type type;
XmlAttributes xmlAttributes = new XmlAttributes();
SoapAttributes soapAttributes = new SoapAttributes();
bool isReturnValue;
bool overrideIsNullable;
///
///
/// [To be supplied.]
///
public Type MemberType {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public XmlAttributes XmlAttributes {
get { return xmlAttributes; }
set { xmlAttributes = value; }
}
///
///
/// [To be supplied.]
///
public SoapAttributes SoapAttributes {
get { return soapAttributes; }
set { soapAttributes = value; }
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return memberName == null ? string.Empty : memberName; }
set { memberName = value; }
}
///
///
/// [To be supplied.]
///
public bool IsReturnValue {
get { return isReturnValue; }
set { isReturnValue = value; }
}
///
///
/// [To be supplied.]
///
public bool OverrideIsNullable {
get { return overrideIsNullable; }
set { overrideIsNullable = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
///
/// [To be supplied.]
///
public class XmlReflectionMember {
string memberName;
Type type;
XmlAttributes xmlAttributes = new XmlAttributes();
SoapAttributes soapAttributes = new SoapAttributes();
bool isReturnValue;
bool overrideIsNullable;
///
///
/// [To be supplied.]
///
public Type MemberType {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public XmlAttributes XmlAttributes {
get { return xmlAttributes; }
set { xmlAttributes = value; }
}
///
///
/// [To be supplied.]
///
public SoapAttributes SoapAttributes {
get { return soapAttributes; }
set { soapAttributes = value; }
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return memberName == null ? string.Empty : memberName; }
set { memberName = value; }
}
///
///
/// [To be supplied.]
///
public bool IsReturnValue {
get { return isReturnValue; }
set { isReturnValue = value; }
}
///
///
/// [To be supplied.]
///
public bool OverrideIsNullable {
get { return overrideIsNullable; }
set { overrideIsNullable = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlNodeReader.cs
- FilterQuery.cs
- LineMetrics.cs
- StringWriter.cs
- XmlSiteMapProvider.cs
- DataControlFieldHeaderCell.cs
- FormsAuthenticationUserCollection.cs
- ImportCatalogPart.cs
- JsonDeserializer.cs
- URIFormatException.cs
- StringBuilder.cs
- autovalidator.cs
- Root.cs
- ObjectDataSourceDisposingEventArgs.cs
- UniqueIdentifierService.cs
- HttpContextBase.cs
- StringResourceManager.cs
- WebBrowserSiteBase.cs
- CodeSnippetCompileUnit.cs
- NullReferenceException.cs
- MessageFilter.cs
- QuaternionIndependentAnimationStorage.cs
- FixedSOMImage.cs
- ItemChangedEventArgs.cs
- ReferenceTypeElement.cs
- ProcessHost.cs
- RuleElement.cs
- IPAddressCollection.cs
- KeyNotFoundException.cs
- CodeConstructor.cs
- NameValueConfigurationElement.cs
- StorageRoot.cs
- AuthenticationManager.cs
- DesignConnection.cs
- ClientUtils.cs
- CodeAttributeArgument.cs
- HttpModuleAction.cs
- DateTimeValueSerializerContext.cs
- VirtualPath.cs
- BCLDebug.cs
- StringOutput.cs
- SystemIcmpV4Statistics.cs
- Command.cs
- ContentControl.cs
- WindowsRichEdit.cs
- PasswordRecoveryDesigner.cs
- XmlSerializationReader.cs
- ScopelessEnumAttribute.cs
- ErrorInfoXmlDocument.cs
- HostingEnvironmentSection.cs
- CryptoHandle.cs
- TextTreeText.cs
- ObjectParameter.cs
- AnnotationMap.cs
- COSERVERINFO.cs
- SafeLibraryHandle.cs
- MutexSecurity.cs
- Internal.cs
- TextAnchor.cs
- SettingsProviderCollection.cs
- InputScopeConverter.cs
- BoundPropertyEntry.cs
- DmlSqlGenerator.cs
- NullableDoubleMinMaxAggregationOperator.cs
- HttpResponseWrapper.cs
- BitmapEffectInput.cs
- TemplateParser.cs
- DataGridHeaderBorder.cs
- CollectionMarkupSerializer.cs
- RemotingAttributes.cs
- ADMembershipUser.cs
- NumberSubstitution.cs
- UpdateRecord.cs
- AuthenticateEventArgs.cs
- DLinqColumnProvider.cs
- MdiWindowListItemConverter.cs
- XmlUnspecifiedAttribute.cs
- PartialCachingAttribute.cs
- TextElement.cs
- DocumentSequence.cs
- TextUtf8RawTextWriter.cs
- TextElementEnumerator.cs
- _RequestCacheProtocol.cs
- AssemblyInfo.cs
- FactorySettingsElement.cs
- ContractMethodInfo.cs
- DataServiceClientException.cs
- SeekStoryboard.cs
- ProviderException.cs
- OracleInfoMessageEventArgs.cs
- AspNetHostingPermission.cs
- MediaSystem.cs
- XmlAttributeOverrides.cs
- Encoder.cs
- QueryOperationResponseOfT.cs
- sqlmetadatafactory.cs
- SectionRecord.cs
- BulletedList.cs
- WeakHashtable.cs
- EncryptedPackageFilter.cs