C# Class System.ComponentModel.NotifyParentPropertyAttribute

Inheritance: System.Attribute
Show file Open project: dotnet/corefx

Public Properties

Property Type Description
Default System.ComponentModel.NotifyParentPropertyAttribute
No System.ComponentModel.NotifyParentPropertyAttribute
Yes System.ComponentModel.NotifyParentPropertyAttribute

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
NotifyParentPropertyAttribute ( bool notifyParent )

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

NotifyParentPropertyAttribute() public method

public NotifyParentPropertyAttribute ( bool notifyParent )
notifyParent bool

Property Details

Default public static property

public static System.ComponentModel.NotifyParentPropertyAttribute Default
return System.ComponentModel.NotifyParentPropertyAttribute

No public static property

public static System.ComponentModel.NotifyParentPropertyAttribute No
return System.ComponentModel.NotifyParentPropertyAttribute

Yes public static property

public static System.ComponentModel.NotifyParentPropertyAttribute Yes
return System.ComponentModel.NotifyParentPropertyAttribute