MapFieldSig Constructor (IMapper, Int32) |
Constructor for setting up a signature object prior to use in generating per-field signatures
where mapper is positioned on the editable row.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapFieldSig(
IMapper mapper,
int expirationInMinutes
)
Public Sub New (
mapper As IMapper,
expirationInMinutes As Integer
)
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper. - expirationInMinutes
- Type: SystemInt32
The expiration time, in minutes, for the signature.
See Also