C# Class XRefresh.Model.SettingsDataTable

Inheritance: global::System.Data.DataTable, global::System.Collections.IEnumerable
显示文件 Open project: binaryage/xrefresh

Private Properties

Property Type Description
AddSettingsRow SettingsRow
AddSettingsRow void
Clone global::System.Data.DataTable
CreateInstance global::System.Data.DataTable
GetEnumerator global::System.Collections.IEnumerator
GetRowType global::System.Type
GetTypedTableSchema global::System.Xml.Schema.XmlSchemaComplexType
InitClass void
InitVars void
NewRowFromBuilder global::System.Data.DataRow
NewSettingsRow SettingsRow
OnRowChanged void
OnRowChanging void
OnRowDeleted void
OnRowDeleting void
RemoveSettingsRow void
SettingsDataTable
SettingsDataTable
SettingsDataTable
this SettingsRow

Private Methods

Method Description
AddSettingsRow ( bool RunOnWindowsStartup, bool ShowGlobalIncludes, bool ShowGlobalExcludes, bool PlaySoundOnRefresh, string SoundFile, bool FlashIconOnRefresh, int Port, bool LocalhostOnly, string SlaveHost, int PortRange, int WaitingTimeout, bool CheckForUpdates, bool SendUsage, bool EnableLogging ) : SettingsRow
AddSettingsRow ( SettingsRow row ) : void
Clone ( ) : global::System.Data.DataTable
CreateInstance ( ) : global::System.Data.DataTable
GetEnumerator ( ) : global::System.Collections.IEnumerator
GetRowType ( ) : global::System.Type
GetTypedTableSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType
InitClass ( ) : void
InitVars ( ) : void
NewRowFromBuilder ( global builder ) : global::System.Data.DataRow
NewSettingsRow ( ) : SettingsRow
OnRowChanged ( global e ) : void
OnRowChanging ( global e ) : void
OnRowDeleted ( global e ) : void
OnRowDeleting ( global e ) : void
RemoveSettingsRow ( SettingsRow row ) : void
SettingsDataTable ( )
SettingsDataTable ( global table )
SettingsDataTable ( global info, global context )
this ( int index ) : SettingsRow