Click or drag to resize

ContextMembership Constructor (Int32, Int32, DateTime, DateTime)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ContextMembership(
	int identityId,
	int contextId,
	DateTime validFrom,
	DateTime validTo
)

Parameters

identityId
Type: SystemInt32
contextId
Type: SystemInt32
validFrom
Type: SystemDateTime
validTo
Type: SystemDateTime
See Also