C# Subroutines

Subroutine

AboutForm_Load(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.Modals.AboutForm

Language

C#

In File

/DBCommander/Modals/AboutForm.cs line 174

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

AboutForm_Load(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.Modals.AboutForm

Language

C#

In File

/AgentMovieEditor/Modals/AboutForm.cs line 197

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

aboutMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 946

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

aboutMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 1027

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

AddExpressionToRowFilter( DataRowView Row, ref ArrayList UniqColumns, ref string rowFilter )

In Class

YariSoft.DBCommander.Modals.SelectionForm

Language

C#

In File

/DBCommander/Modals/SelectionForm.cs line 313

Arguments

Name Type Description Passed By
  Row DataRowView   ByValue
  UniqColumns ArrayList   ByRef (ref)
  rowFilter string   ByRef (ref)

Subroutine

AddMovie( AgentMovie Movie, MovieTypeEnum MovieType )

In Class

YariSoft.Utils.AgentPlayer

Language

C#

In File

/Utils/AgentPlayer.cs line 77

Arguments

Name Type Description Passed By
  Movie AgentMovie   ByValue
  MovieType MovieTypeEnum   ByValue

Subroutine

AddNewRow( DataTable Table, DataColumn Column, int Color )

In Class

YariSoft.DBUtil.ChangeTableForm

Language

C#

In File

/DBUtil/OverwriteTableForm.cs line 289

Arguments

Name Type Description Passed By
  Table DataTable   ByValue
  Column DataColumn   ByValue
  Color int   ByValue

Subroutine

AddOperation( AgentOperation Opeartion )

In Class

YariSoft.Utils.AgentMovie

Language

C#

In File

/Utils/AgentPlayer.cs line 39

Arguments

Name Type Description Passed By
  Opeartion AgentOperation   ByValue

Subroutine

AddOperationRow( DataTable Table, AgentOperation Operation )

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 947

Arguments

Name Type Description Passed By
  Table DataTable   ByValue
  Operation AgentOperation   ByValue

Subroutine

agentActiveCheckBox_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.Modals.OptionsForm

Language

C#

In File

/DBCommander/Modals/OptionsForm.cs line 301

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

agentDirButton_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.Modals.OptionsForm

Language

C#

In File

/DBCommander/Modals/OptionsForm.cs line 308

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

agentEdit_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.Modals.OptionsForm

Language

C#

In File

/DBCommander/Modals/OptionsForm.cs line 319

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

agentPropertiesButton_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.Modals.OptionsForm

Language

C#

In File

/DBCommander/Modals/OptionsForm.cs line 289

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

AllocateMapiRecipDesc( string Address, ref IntPtr Pointer, int RecipClass )

In Class

YariSoft.Utils.MapiMessage

Language

C#

In File

/Utils/Mapi.cs line 64

Arguments

Name Type Description Passed By
  Address string   ByValue
  Pointer IntPtr   ByRef (ref)
  RecipClass int   ByValue

Subroutine

animationOperationItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 732

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

BuildMovieNode( TreeNode ParentNode, string Name, YariSoft.Utils.AgentPlayer.MovieTypeEnum MovieType )

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 575

Arguments

Name Type Description Passed By
  ParentNode TreeNode   ByValue
  Name string   ByValue
  MovieType YariSoft.Utils.AgentPlayer.MovieTypeEnum   ByValue

Subroutine

BuildTree()

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 560

Subroutine

cancelButton_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBUtil.OverwriteBaseForm

Language

C#

In File

/DBUtil/OverwriteBaseForm.cs line 186

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

cancelButton_Click(object sender, System.EventArgs e)

In Class

YariSoft.Utils.YProgress

Language

C#

In File

/Utils/ProgressForm.cs line 139

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

chanegPanelMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 952

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

ChangeActivePanel()

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 995

Subroutine

CheckDataState( DataPanel Panel )

In Class

YariSoft.DBCommander.DataPanel

Language

C#

In File

/DBCommander/DataPanel.cs line 620

Arguments

Name Type Description Passed By
  Panel DataPanel   ByValue

Subroutine

Clear()

In Class

YariSoft.DBCommander.DataPanelManager

Language

C#

In File

/DBCommander/Managers/DataPanelManager.cs line 110

Subroutine

Clear()

In Class

YariSoft.DBCommander.Misc.GridStyleInfo

Language

C#

In File

/DBCommander/Misc/GridStyleInfo.cs line 27

Subroutine

clearFilterMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 972

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

connectionMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 862

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

copyMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 883

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

createMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 917

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

deleteAcionItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 696

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

DeleteMapiRecipDesc()

In Class

YariSoft.Utils.MapiMessage

Language

C#

In File

/Utils/Mapi.cs line 74

Subroutine

deleteMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 922

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

deleteOperationItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 794

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 80

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBCommander.Modals.AboutForm

Language

C#

In File

/DBCommander/Modals/AboutForm.cs line 37

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBCommander.Modals.OptionsForm

Language

C#

In File

/DBCommander/Modals/OptionsForm.cs line 39

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBCommander.Modals.SelectionForm

Language

C#

In File

/DBCommander/Modals/SelectionForm.cs line 33

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBUtil.OverwriteBaseForm

Language

C#

In File

/DBUtil/OverwriteBaseForm.cs line 35

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBUtil.OverwriteDataForm

Language

C#

In File

/DBUtil/OverwriteDataForm.cs line 30

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBUtil.ChangeTableForm

Language

C#

In File

/DBUtil/OverwriteTableForm.cs line 37

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.Utils.ModalBaseForm

Language

C#

In File

/Utils/ModalBaseForm.cs line 24

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.Utils.YProgress

Language

C#

In File

/Utils/ProgressForm.cs line 65

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.Windows.Conrols.YDataGrid

Language

C#

In File

/YDataGrid/YDataGrid.cs line 32

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.Modals.AboutForm

Language

C#

In File

/AgentMovieEditor/Modals/AboutForm.cs line 35

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.Modals.BaseEditForm

Language

C#

In File

/AgentMovieEditor/Modals/BaseEditForm.cs line 35

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.Modals.ComboWindow

Language

C#

In File

/AgentMovieEditor/Modals/ComboWindow.cs line 37

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.Modals.EditWindow

Language

C#

In File

/AgentMovieEditor/Modals/EditWindow.cs line 28

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.AgentMovieEditor.Modals.PositionForm

Language

C#

In File

/AgentMovieEditor/Modals/PositionForm.cs line 42

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBCommander.DataPanel

Language

C#

In File

/DBCommander/DataPanel.cs line 122

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose( bool disposing )

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 109

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

Dispose()

In Class

YariSoft.DBCommander.DataPanelManager

Language

C#

In File

/DBCommander/Managers/DataPanelManager.cs line 71

Subroutine

Dispose()

In Class

YariSoft.DBCommander.IManager

Language

C#

In File

/DBCommander/Managers/IManager.cs line 37

Subroutine

Dispose()

In Class

YariSoft.DBCommander.TableManager

Language

C#

In File

/DBCommander/Managers/TableManager.cs line 24

Subroutine

Dispose()

In Class

YariSoft.DBUtil.DBBaseOperation

Language

C#

In File

/DBUtil/DBBaseOperation.cs line 68

Subroutine

Dispose()

In Class

YariSoft.DBUtil.SchemaGenerator

Language

C#

In File

/DBUtil/DBSchema.cs line 48

Subroutine

Dispose()

In Class

YariSoft.DBUtil.YOleDbAdapter

Language

C#

In File

/DBUtil/YOleDbAdapter.cs line 27

Subroutine

Dispose()

In Class

YariSoft.Utils.MapiMessage

Language

C#

In File

/Utils/Mapi.cs line 50

Subroutine

DisposeIdentityArrays( OleDbConnection DestConnection, string TableName )

In Class

YariSoft.DBUtil.IdentityDataOperation

Language

C#

In File

/DBUtil/IdentityDataOperation.cs line 131

Arguments

Name Type Description Passed By
  DestConnection OleDbConnection   ByValue
  TableName string   ByValue

Subroutine

DownClick(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.DataPanel

Language

C#

In File

/DBCommander/DataPanel.cs line 509

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

downMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 936

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

downOperationItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 829

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

editMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 878

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

editOperationItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 805

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

EditWindow_Closing(object sender, System.ComponentModel.CancelEventArgs e)

In Class

YariSoft.AgentMovieEditor.Modals.EditWindow

Language

C#

In File

/AgentMovieEditor/Modals/EditWindow.cs line 121

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.ComponentModel.CancelEventArgs   ByValue

Subroutine

exitMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.DBCommander.MainForm

Language

C#

In File

/DBCommander/MainForm.cs line 857

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

exitMenuItem_Click(object sender, System.EventArgs e)

In Class

YariSoft.AgentMovieEditor.MainForm

Language

C#

In File

/AgentMovieEditor/MainForm.cs line 613

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs &nb