Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual int GetTotalCount(
	Type entityType
)
Visual Basic
Public Overridable Function GetTotalCount ( 
	entityType As Type
) As Integer
Visual C++
public:
virtual int GetTotalCount(
	Type^ entityType
)
F#
abstract GetTotalCount : 
        entityType : Type -> int 
override GetTotalCount : 
        entityType : Type -> int 

Parameters

entityType
Type: System..::..Type

Return Value

Type: Int32

Implements

IAnalyticsBLL..::..GetTotalCount(Type)

See Also