C# Class System.ComponentModel.DesignOnlyAttribute

Inheritance: Attribute
Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Default DesignOnlyAttribute
No DesignOnlyAttribute
Yes DesignOnlyAttribute

Public Methods

Method Description
DesignOnlyAttribute ( bool isDesignOnly )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Method Details

DesignOnlyAttribute() public method

public DesignOnlyAttribute ( bool isDesignOnly )
isDesignOnly bool

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

Property Details

Default public static property

public static DesignOnlyAttribute,System.ComponentModel Default
return DesignOnlyAttribute

No public static property

public static DesignOnlyAttribute,System.ComponentModel No
return DesignOnlyAttribute

Yes public static property

public static DesignOnlyAttribute,System.ComponentModel Yes
return DesignOnlyAttribute