// Model generated: 17-03-20 15:49 module fb { export class BearbetningspalettChiliDOGen extends ResourceBase { AktivitetId: ChangeTrack; BevakaVisningsaktivitet: ChangeTrack; KlarmarkeraAktivitetId: ChangeTrack; SannolikhetFoerUppdrag: ChangeTrack; NaestaKontaktDatum: ChangeTrack; KundFoervaentarSigKontakt: ChangeTrack; public static $rootName = 'BearbetningspalettChiliDO'; constructor(data: any) { super(data, true, BearbetningspalettChiliDO.$rootName); } validation(){ this.SannolikhetFoerUppdrag.required = true; this.NaestaKontaktDatum.required = true; const self = this; } } }