- Changed properties from `init` to `set` for mutability. - Updated `ProfileId`, `UserId`, `ObjId`, and `StateId` to nullable types. - Added XML documentation for clarity on property usage. - Reduced maximum length of `State2`, `State3`, and `State4` to 100 characters. - Modified `AddedWho` to nullable with default value "SYS". - Changed `AddedWhen` to nullable with default value of `DateTime.Now`. - Introduced `ChangedWho` and `ChangedWhen` properties for tracking changes. - Updated navigation properties to reflect new accessors.
WorkFlow
Description
Languages
C#
100%