PropertyTable constructor
PropertyTable(
- PropertyRoster<
PermanentlyProperty> permanentlyPropertyRoster, - PropertyRoster<
TemporaryProperty> temporaryPropertyRoster, - PropertyRoster<
ListProperty> listPropertyRoster, - PropertyRoster<
FragmentProperty> fragmentPropertyRoster,
Implementation
PropertyTable(this.permanentlyPropertyRoster, this.temporaryPropertyRoster, this.listPropertyRoster, this.fragmentPropertyRoster) {
_validatePropertyTableExceptionA();
}