C# Class PropertyGrid.MessageDescription

显示文件 Open project: modesto/monoreports

Private Properties

Property Type Description
MessageDescription System

Public Methods

Method Description
AddOption ( string id, string text, bool setByDefault ) : void
GetOptionValue ( string id ) : bool
SetOptionValue ( string id, bool value ) : void

Private Methods

Method Description
MessageDescription ( ) : System

Method Details

AddOption() public method

public AddOption ( string id, string text, bool setByDefault ) : void
id string
text string
setByDefault bool
return void

GetOptionValue() public method

public GetOptionValue ( string id ) : bool
id string
return bool

SetOptionValue() public method

public SetOptionValue ( string id, bool value ) : void
id string
value bool
return void