Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / ComponentModel / MergablePropertyAttribute.cs / 1 / MergablePropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.All)] public sealed class MergablePropertyAttribute : Attribute { ///Specifies that /// this property can be combined with properties belonging to /// other objects in a properties window. ////// public static readonly MergablePropertyAttribute Yes = new MergablePropertyAttribute(true); ////// Specifies that a property can be combined with properties belonging to other /// objects in a properties window. This ///field is read-only. /// /// public static readonly MergablePropertyAttribute No = new MergablePropertyAttribute(false); ////// Specifies that a property cannot be combined with properties belonging to /// other objects in a properties window. This ///field is /// read-only. /// /// public static readonly MergablePropertyAttribute Default = Yes; private bool allowMerge; ////// Specifies the default value, which is ///, that is a property can be combined with /// properties belonging to other objects in a properties window. This field is read-only. /// /// public MergablePropertyAttribute(bool allowMerge) { this.allowMerge = allowMerge; } ////// Initializes a new instance of the ////// class. /// /// public bool AllowMerge { get { return allowMerge; } } ////// Gets a value indicating whether this /// property can be combined with properties belonging to other objects in a /// properties window. /// ////// /// public override bool Equals(object obj) { if (obj == this) { return true; } MergablePropertyAttribute other = obj as MergablePropertyAttribute; return other != null && other.AllowMerge == this.allowMerge; } ////// public override int GetHashCode() { return base.GetHashCode(); } ////// Returns the hashcode for this object. /// ////// ///public override bool IsDefaultAttribute() { return (this.Equals(Default)); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.All)] public sealed class MergablePropertyAttribute : Attribute { ///Specifies that /// this property can be combined with properties belonging to /// other objects in a properties window. ////// public static readonly MergablePropertyAttribute Yes = new MergablePropertyAttribute(true); ////// Specifies that a property can be combined with properties belonging to other /// objects in a properties window. This ///field is read-only. /// /// public static readonly MergablePropertyAttribute No = new MergablePropertyAttribute(false); ////// Specifies that a property cannot be combined with properties belonging to /// other objects in a properties window. This ///field is /// read-only. /// /// public static readonly MergablePropertyAttribute Default = Yes; private bool allowMerge; ////// Specifies the default value, which is ///, that is a property can be combined with /// properties belonging to other objects in a properties window. This field is read-only. /// /// public MergablePropertyAttribute(bool allowMerge) { this.allowMerge = allowMerge; } ////// Initializes a new instance of the ////// class. /// /// public bool AllowMerge { get { return allowMerge; } } ////// Gets a value indicating whether this /// property can be combined with properties belonging to other objects in a /// properties window. /// ////// /// public override bool Equals(object obj) { if (obj == this) { return true; } MergablePropertyAttribute other = obj as MergablePropertyAttribute; return other != null && other.AllowMerge == this.allowMerge; } ////// public override int GetHashCode() { return base.GetHashCode(); } ////// Returns the hashcode for this object. /// ////// ///public override bool IsDefaultAttribute() { return (this.Equals(Default)); } } } // 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
- UICuesEvent.cs
- MappedMetaModel.cs
- SerializationFieldInfo.cs
- XDeferredAxisSource.cs
- CachedPathData.cs
- Random.cs
- DataGridViewRowPostPaintEventArgs.cs
- DataTableCollection.cs
- XmlHierarchyData.cs
- Win32Native.cs
- InputElement.cs
- PropertyDescriptorComparer.cs
- OleTxTransaction.cs
- DataQuery.cs
- ReferenceTypeElement.cs
- XmlUtil.cs
- Operators.cs
- ViewCellRelation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- BitSet.cs
- DocumentOrderQuery.cs
- Event.cs
- AssemblyName.cs
- AnnotationComponentChooser.cs
- ImportException.cs
- FillRuleValidation.cs
- SqlDataSourceCache.cs
- DisplayNameAttribute.cs
- XmlBinaryReader.cs
- MaskDescriptors.cs
- ConfigurationManagerInternal.cs
- HeaderCollection.cs
- DefaultClaimSet.cs
- RegexTree.cs
- BaseDataListComponentEditor.cs
- MinimizableAttributeTypeConverter.cs
- AnnotationHighlightLayer.cs
- ColorConvertedBitmap.cs
- Token.cs
- WindowsListBox.cs
- AddInProcess.cs
- RectKeyFrameCollection.cs
- MethodSet.cs
- DependencyObjectProvider.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- UnsafeCollabNativeMethods.cs
- TextSelectionProcessor.cs
- OleDbReferenceCollection.cs
- EventNotify.cs
- BeginEvent.cs
- FontSizeConverter.cs
- HashAlgorithm.cs
- NamespaceExpr.cs
- NamedObject.cs
- CodeIdentifier.cs
- ExpressionBuilder.cs
- TaskFormBase.cs
- PeerNodeTraceRecord.cs
- GifBitmapDecoder.cs
- ZipPackage.cs
- IssuedTokenServiceCredential.cs
- WS2007HttpBindingElement.cs
- LiteralLink.cs
- ContextBase.cs
- WsatConfiguration.cs
- BuildProvidersCompiler.cs
- BindingNavigator.cs
- PolicyException.cs
- DesignerForm.cs
- RawStylusInputReport.cs
- DataTableExtensions.cs
- XmlObjectSerializerReadContextComplex.cs
- CheckBox.cs
- ScriptManager.cs
- XmlRawWriter.cs
- EmbossBitmapEffect.cs
- XmlFormatExtensionPrefixAttribute.cs
- InputScopeNameConverter.cs
- DataServiceQueryOfT.cs
- MimeXmlReflector.cs
- XmlQueryType.cs
- OverlappedAsyncResult.cs
- configsystem.cs
- TagNameToTypeMapper.cs
- SQLMembershipProvider.cs
- xsdvalidator.cs
- XhtmlBasicControlAdapter.cs
- CustomWebEventKey.cs
- IISMapPath.cs
- OdbcReferenceCollection.cs
- HttpUnhandledOperationInvoker.cs
- AutomationProperty.cs
- UnhandledExceptionEventArgs.cs
- DependencyObjectCodeDomSerializer.cs
- QuaternionAnimation.cs
- ADRoleFactory.cs
- TraceHwndHost.cs
- QilTernary.cs
- MultiAsyncResult.cs
- hebrewshape.cs