Hide Property Attribute Class
This is a simple attribute class used to indicate which properties should be hidden but allows their
children to be included for binding.
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public sealed class HidePropertyAttribute : AttributeVB
Public NotInheritable Class HidePropertyAttribute
Inherits AttributeC++
public ref class HidePropertyAttribute sealed : public AttributeF#
[<SealedAttribute>]
type HidePropertyAttribute =
class
inherit Attribute
endRemarks
This attribute is only valid when applied to a property. Unlike BrowsableAttribute,
child properties of a property marked with this attribute will be included.
Constructors
| HidePropertyAttribute | Initializes a new instance of the HidePropertyAttribute class |
Properties
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute) |
Methods
| Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute) |
| GetHashCode | Returns the hash code for this instance. (Inherited from Attribute) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute) |
| Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |