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 / BindableAttribute.cs / 1 / BindableAttribute.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 BindableAttribute : Attribute { ///Specifies whether a property is appropriate to bind data /// to. ////// public static readonly BindableAttribute Yes = new BindableAttribute(true); ////// Specifies that a property is appropriate to bind data to. This /// ///field is read-only. /// /// public static readonly BindableAttribute No = new BindableAttribute(false); ////// Specifies that a property is not appropriate to bind /// data to. This ///field is read-only. /// /// public static readonly BindableAttribute Default = No; private bool bindable = false; private bool isDefault = false; private BindingDirection direction; ////// Specifies the default value for the ///, /// which is . This field is /// read-only. /// /// public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) { } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(bool bindable, BindingDirection direction) { this.bindable = bindable; this.direction = direction; } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) { } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(BindableSupport flags, BindingDirection direction) { this.bindable = (flags != BindableSupport.No); this.isDefault = (flags == BindableSupport.Default); this.direction = direction; } ////// Initializes a new instance of the ///class. /// /// public bool Bindable { get { return bindable; } } ////// Gets a value indicating /// whether a property is appropriate to bind data to. /// ////// public BindingDirection Direction { get { return direction; } } ////// Gets a value indicating /// the direction(s) this property be bound to data. /// ////// /// public override bool Equals(object obj) { if (obj == this) { return true; } if (obj != null && obj is BindableAttribute) { return (((BindableAttribute)obj).Bindable == bindable); } return false; } ////// public override int GetHashCode() { return bindable.GetHashCode(); } ///[To be supplied.] ////// ///public override bool IsDefaultAttribute() { return (this.Equals(Default) || isDefault); } } } // 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 BindableAttribute : Attribute { ///Specifies whether a property is appropriate to bind data /// to. ////// public static readonly BindableAttribute Yes = new BindableAttribute(true); ////// Specifies that a property is appropriate to bind data to. This /// ///field is read-only. /// /// public static readonly BindableAttribute No = new BindableAttribute(false); ////// Specifies that a property is not appropriate to bind /// data to. This ///field is read-only. /// /// public static readonly BindableAttribute Default = No; private bool bindable = false; private bool isDefault = false; private BindingDirection direction; ////// Specifies the default value for the ///, /// which is . This field is /// read-only. /// /// public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) { } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(bool bindable, BindingDirection direction) { this.bindable = bindable; this.direction = direction; } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) { } ////// Initializes a new instance of the ///class. /// /// public BindableAttribute(BindableSupport flags, BindingDirection direction) { this.bindable = (flags != BindableSupport.No); this.isDefault = (flags == BindableSupport.Default); this.direction = direction; } ////// Initializes a new instance of the ///class. /// /// public bool Bindable { get { return bindable; } } ////// Gets a value indicating /// whether a property is appropriate to bind data to. /// ////// public BindingDirection Direction { get { return direction; } } ////// Gets a value indicating /// the direction(s) this property be bound to data. /// ////// /// public override bool Equals(object obj) { if (obj == this) { return true; } if (obj != null && obj is BindableAttribute) { return (((BindableAttribute)obj).Bindable == bindable); } return false; } ////// public override int GetHashCode() { return bindable.GetHashCode(); } ///[To be supplied.] ////// ///public override bool IsDefaultAttribute() { return (this.Equals(Default) || isDefault); } } } // 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
- HttpRawResponse.cs
- ImageCollectionEditor.cs
- ComponentGuaranteesAttribute.cs
- TagPrefixInfo.cs
- BitVector32.cs
- HtmlInputPassword.cs
- SessionStateUtil.cs
- EntityType.cs
- RelationshipManager.cs
- ComplexBindingPropertiesAttribute.cs
- IndependentAnimationStorage.cs
- ProviderConnectionPoint.cs
- CompiledRegexRunner.cs
- MsmqProcessProtocolHandler.cs
- DocumentGridContextMenu.cs
- ExpressionConverter.cs
- QilParameter.cs
- X509InitiatorCertificateClientElement.cs
- ItemsChangedEventArgs.cs
- DriveNotFoundException.cs
- WindowsToolbarAsMenu.cs
- HttpContext.cs
- SystemIPGlobalStatistics.cs
- CTreeGenerator.cs
- ParallelEnumerable.cs
- WebControl.cs
- DetailsViewInsertEventArgs.cs
- ResponseStream.cs
- SystemMulticastIPAddressInformation.cs
- sapiproxy.cs
- CompressEmulationStream.cs
- SafeThreadHandle.cs
- OleDbErrorCollection.cs
- DataStorage.cs
- PlainXmlWriter.cs
- iisPickupDirectory.cs
- ButtonField.cs
- URLAttribute.cs
- ContentElement.cs
- AssertFilter.cs
- OdbcConnectionStringbuilder.cs
- JournalEntryListConverter.cs
- XmlSchemaAttributeGroupRef.cs
- ConsumerConnectionPointCollection.cs
- FontCacheLogic.cs
- XhtmlConformanceSection.cs
- TranslateTransform3D.cs
- TcpConnectionPoolSettings.cs
- BackoffTimeoutHelper.cs
- VersionedStreamOwner.cs
- GenericNameHandler.cs
- RadioButtonPopupAdapter.cs
- ReferenceSchema.cs
- InlineUIContainer.cs
- FacetDescription.cs
- PasswordPropertyTextAttribute.cs
- Hyperlink.cs
- XmlResolver.cs
- BinaryConverter.cs
- ObjectListSelectEventArgs.cs
- _HeaderInfoTable.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- ArgumentException.cs
- PreProcessInputEventArgs.cs
- RegexWriter.cs
- NativeMethods.cs
- InkCanvasSelection.cs
- FullTextBreakpoint.cs
- Events.cs
- ApplicationSecurityInfo.cs
- ReliabilityContractAttribute.cs
- BitFlagsGenerator.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ExpressionBuilder.cs
- ReadOnlyTernaryTree.cs
- SkipStoryboardToFill.cs
- HostingEnvironmentWrapper.cs
- FixedPageProcessor.cs
- CapabilitiesSection.cs
- NotifyIcon.cs
- BlurEffect.cs
- DynamicEntity.cs
- ClientTargetCollection.cs
- TriggerBase.cs
- FindRequestContext.cs
- DictionaryChange.cs
- XmlSchemaObjectTable.cs
- StrokeIntersection.cs
- SQLDoubleStorage.cs
- CorrelationService.cs
- ImageMap.cs
- RuleAttributes.cs
- PropertyNames.cs
- RenderDataDrawingContext.cs
- ErrorWrapper.cs
- XmlElementAttribute.cs
- PageThemeParser.cs
- CoTaskMemSafeHandle.cs
- ContextDataSource.cs
- AppDomainEvidenceFactory.cs