String? get Type => this._type;
set Type(String? value) { if (this.CanSetFieldValue(this._type, value)) { this._type = value; this.Changed(); } }