Group BLL.

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

Syntax

C#
protected GroupBLL(
	Guid groupId,
	int cacheDuration
)
Visual Basic
Protected Sub New ( 
	groupId As Guid,
	cacheDuration As Integer
)
Visual C++
protected:
GroupBLL(
	Guid groupId, 
	int cacheDuration
)
F#
new : 
        groupId : Guid * 
        cacheDuration : int -> GroupBLL

Parameters

groupId
Type: System..::..Guid
Group Id
cacheDuration
Type: System..::..Int32
Cache duration

See Also