C# Class System.ComponentModel.RefreshPropertiesAttribute

Inheritance: Attribute
Show file Open project: dotnet/corefx

Public Properties

Property Type Description
All System.ComponentModel.RefreshPropertiesAttribute
Default System.ComponentModel.RefreshPropertiesAttribute
Repaint System.ComponentModel.RefreshPropertiesAttribute

Public Methods

Method Description
Equals ( object value ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
RefreshPropertiesAttribute ( System refresh )

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

RefreshPropertiesAttribute() public method

public RefreshPropertiesAttribute ( System refresh )
refresh System

Property Details

All public static property

public static System.ComponentModel.RefreshPropertiesAttribute All
return System.ComponentModel.RefreshPropertiesAttribute

Default public static property

public static System.ComponentModel.RefreshPropertiesAttribute Default
return System.ComponentModel.RefreshPropertiesAttribute

Repaint public static property

public static System.ComponentModel.RefreshPropertiesAttribute Repaint
return System.ComponentModel.RefreshPropertiesAttribute