Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / Design / InheritanceAttribute.cs / 1305376 / InheritanceAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)] public sealed class InheritanceAttribute : Attribute { private readonly InheritanceLevel inheritanceLevel; ///Marks instances of objects that are inherited from their base class. This /// class cannot be inherited. ////// public static readonly InheritanceAttribute Inherited = new InheritanceAttribute(InheritanceLevel.Inherited); ////// Specifies that the component is inherited. This field is /// read-only. /// ////// public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(InheritanceLevel.InheritedReadOnly); ////// Specifies that /// the component is inherited and is read-only. This field is /// read-only. /// ////// public static readonly InheritanceAttribute NotInherited = new InheritanceAttribute(InheritanceLevel.NotInherited); ////// Specifies that the component is not inherited. This field is /// read-only. /// ////// public static readonly InheritanceAttribute Default = NotInherited; ////// Specifies the default value for /// the InheritanceAttribute as NotInherited. /// ////// public InheritanceAttribute() { inheritanceLevel = Default.inheritanceLevel; } ///Initializes a new instance of the System.ComponentModel.Design.InheritanceAttribute /// class. ////// public InheritanceAttribute(InheritanceLevel inheritanceLevel) { this.inheritanceLevel = inheritanceLevel; } ///Initializes a new instance of the System.ComponentModel.Design.InheritanceAttribute class /// with the specified inheritance /// level. ////// public InheritanceLevel InheritanceLevel { get { return inheritanceLevel; } } ////// Gets or sets /// the current inheritance level stored in this attribute. /// ////// public override bool Equals(object value) { if (value == this) { return true; } if (!(value is InheritanceAttribute)) { return false; } InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; return (valueLevel == inheritanceLevel); } ////// Override to test for equality. /// ////// public override int GetHashCode() { return base.GetHashCode(); } ////// Returns the hashcode for this object. /// ////// public override bool IsDefaultAttribute() { return (this.Equals(Default)); } ////// Gets whether this attribute is the default. /// ////// public override string ToString() { return TypeDescriptor.GetConverter(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Converts this attribute to a string. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)] public sealed class InheritanceAttribute : Attribute { private readonly InheritanceLevel inheritanceLevel; ///Marks instances of objects that are inherited from their base class. This /// class cannot be inherited. ////// public static readonly InheritanceAttribute Inherited = new InheritanceAttribute(InheritanceLevel.Inherited); ////// Specifies that the component is inherited. This field is /// read-only. /// ////// public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(InheritanceLevel.InheritedReadOnly); ////// Specifies that /// the component is inherited and is read-only. This field is /// read-only. /// ////// public static readonly InheritanceAttribute NotInherited = new InheritanceAttribute(InheritanceLevel.NotInherited); ////// Specifies that the component is not inherited. This field is /// read-only. /// ////// public static readonly InheritanceAttribute Default = NotInherited; ////// Specifies the default value for /// the InheritanceAttribute as NotInherited. /// ////// public InheritanceAttribute() { inheritanceLevel = Default.inheritanceLevel; } ///Initializes a new instance of the System.ComponentModel.Design.InheritanceAttribute /// class. ////// public InheritanceAttribute(InheritanceLevel inheritanceLevel) { this.inheritanceLevel = inheritanceLevel; } ///Initializes a new instance of the System.ComponentModel.Design.InheritanceAttribute class /// with the specified inheritance /// level. ////// public InheritanceLevel InheritanceLevel { get { return inheritanceLevel; } } ////// Gets or sets /// the current inheritance level stored in this attribute. /// ////// public override bool Equals(object value) { if (value == this) { return true; } if (!(value is InheritanceAttribute)) { return false; } InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; return (valueLevel == inheritanceLevel); } ////// Override to test for equality. /// ////// public override int GetHashCode() { return base.GetHashCode(); } ////// Returns the hashcode for this object. /// ////// public override bool IsDefaultAttribute() { return (this.Equals(Default)); } ////// Gets whether this attribute is the default. /// ////// public override string ToString() { return TypeDescriptor.GetConverter(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Converts this attribute to a string. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- __Error.cs
- CookieParameter.cs
- XmlAttributeCollection.cs
- _NtlmClient.cs
- DoubleCollection.cs
- EventToken.cs
- Color.cs
- UdpUtility.cs
- RoleManagerEventArgs.cs
- Timer.cs
- XmlDataSourceDesigner.cs
- TextInfo.cs
- MobileComponentEditorPage.cs
- ObjectMemberMapping.cs
- PhotoPrintingIntent.cs
- OdbcStatementHandle.cs
- Int64Animation.cs
- HandleCollector.cs
- PropertyEntry.cs
- assertwrapper.cs
- AsyncCompletedEventArgs.cs
- DbConnectionClosed.cs
- CommandID.cs
- ApplicationHost.cs
- WhitespaceReader.cs
- KeyInstance.cs
- ListItemsPage.cs
- GeneralTransform.cs
- Component.cs
- DocumentPageView.cs
- GridViewDeleteEventArgs.cs
- DataSpaceManager.cs
- AspNetSynchronizationContext.cs
- ButtonPopupAdapter.cs
- PropertyGridView.cs
- BufferedStream2.cs
- SrgsOneOf.cs
- ServicePoint.cs
- PresentationTraceSources.cs
- SchemaNamespaceManager.cs
- TypeConverterAttribute.cs
- ResourceReferenceExpression.cs
- ApplicationSettingsBase.cs
- ConnectionProviderAttribute.cs
- OutputChannelBinder.cs
- DesignerUtility.cs
- SimpleType.cs
- ResourceManager.cs
- DataSpaceManager.cs
- COM2ICategorizePropertiesHandler.cs
- Rotation3D.cs
- CompilerParameters.cs
- UnaryQueryOperator.cs
- EllipseGeometry.cs
- ConnectionPointConverter.cs
- WebPartConnectionsDisconnectVerb.cs
- ListViewDeletedEventArgs.cs
- ThreadStartException.cs
- WebHttpBinding.cs
- DocobjHost.cs
- AuthorizationRule.cs
- CollectionConverter.cs
- CngKey.cs
- Rect3D.cs
- Double.cs
- ScriptControlDescriptor.cs
- MethodAccessException.cs
- CodeSubDirectory.cs
- UnsafeMethods.cs
- ConsoleKeyInfo.cs
- EdmToObjectNamespaceMap.cs
- Policy.cs
- AutomationEvent.cs
- WhitespaceRule.cs
- CodeTypeDeclarationCollection.cs
- OperationCanceledException.cs
- GifBitmapEncoder.cs
- ConfigurationCollectionAttribute.cs
- _HeaderInfoTable.cs
- RegularExpressionValidator.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DataControlFieldCollection.cs
- ExclusiveNamedPipeTransportManager.cs
- NumericPagerField.cs
- XmlElementAttributes.cs
- PeerNearMe.cs
- UnsafeNativeMethodsCLR.cs
- D3DImage.cs
- HelloMessage11.cs
- ISAPIApplicationHost.cs
- CqlQuery.cs
- Object.cs
- connectionpool.cs
- AutoSizeToolBoxItem.cs
- PostBackOptions.cs
- Dictionary.cs
- ReadonlyMessageFilter.cs
- Environment.cs
- PrePrepareMethodAttribute.cs
- CodeMethodInvokeExpression.cs