Beispiel #1
0
#pragma warning restore CS8632 // The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
        public override string ToString()
        {
            return(ProjectSheetId.ToString() + ", " + UserLogin + ", " + TaskId + ", " + Name + ", " + Description + ", " + DateStarted + ", " + DateEnded + ", " + Others);
        }
Beispiel #2
0
#pragma warning restore CS8632 // The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
        public override string ToString()
        {
            return(ProjectSheetId.ToString() + ", " + UserLogin + ", " + Id + ", " + Name + ", " + DateStarted + ", " + DateEnded);
        }