C# Class Yuhan.Common.Events.TransactionEventArgs

Inheritance: System.EventArgs
Mostra file Open project: hansuky/Yuhan

Public Methods

Method Description
TransactionEventArgs ( System.Boolean isSuccess = true, String message = null ) : System
TransactionEventArgs ( String message ) : System

Method Details

TransactionEventArgs() public method

public TransactionEventArgs ( System.Boolean isSuccess = true, String message = null ) : System
isSuccess System.Boolean
message String
return System

TransactionEventArgs() public method

public TransactionEventArgs ( String message ) : System
message String
return System