C# Class AcManager.Tools.Helpers.SettingEntry

Inheritance: FirstFloor.ModernUI.Presentation.Displayable, IWithId
Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SettingEntry ( [ value, string displayName ) : System.ComponentModel
SettingEntry ( int value, string displayName ) : System.ComponentModel

Method Details

SettingEntry() public method

public SettingEntry ( [ value, string displayName ) : System.ComponentModel
value [
displayName string
return System.ComponentModel

SettingEntry() public method

public SettingEntry ( int value, string displayName ) : System.ComponentModel
value int
displayName string
return System.ComponentModel