MasterLoggingRow Constructor

Initializes a new instance of the MasterLoggingRow class

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Row(
	MasterLoggingType type,
	Object data = null
)

Parameters

type  MasterLoggingType
 
data  Object  (Optional)
 

See Also