Widgetsphere.Generator.MockProxy.ProjectItemGenerators.EventArgs.EventArgsExtenderTemplate.AppendClass C# (CSharp) Method

AppendClass() public method

public AppendClass ( ) : void
return void
		public void AppendClass()
		{
			sb.AppendLine("	#region " + _currentTable.PascalName + " EventArgs");
			sb.AppendLine();
			this.AppendMethodPrimaryKeyEventArgs();
			this.AppendMethodPersistEventArgs();
			this.AppendMethodRunSelectEventArgs();
			this.AppendMethodDTOEventArgs();
			sb.AppendLine("	#endregion");
			sb.AppendLine();

		}