C# Class Cydin.Models.NotificationInfo

ファイルを表示 Open project: slluis/cydin

Public Methods

Method Description
NotificationInfo ( string name ) : MySql.Data.MySqlClient
NotificationInfo ( string name, object value, object enabled ) : MySql.Data.MySqlClient

Method Details

NotificationInfo() public method

public NotificationInfo ( string name ) : MySql.Data.MySqlClient
name string
return MySql.Data.MySqlClient

NotificationInfo() public method

public NotificationInfo ( string name, object value, object enabled ) : MySql.Data.MySqlClient
name string
value object
enabled object
return MySql.Data.MySqlClient