AuthenticationDto.sep constructor
AuthenticationDto.sep(
- int? newRecords,
- int? serverTs,
- WardenType? warden,
- SchemaMetaData smdSys,
Implementation
AuthenticationDto.sep(int? newRecords, int? serverTs, WardenType? warden, SchemaMetaData smdSys) {
trDto = TrDto.wee(C_TABLE_ID);
waterLineDto=WaterLineDto.sep(null, null, null, C_TABLE_ID, smdSys);
this.newRecords = newRecords;
this.serverTs = serverTs;
this.warden = warden;
super.sep(trDto, smdSys, waterLineDto: waterLineDto, water_table_id: C_TABLE_ID);
}