public ClearQuestRecordItem(
            OAdEntity aRecord,
            OAdHistory aHistory,
            string historyFieldName,
            string historyIndex)
        {
            Initialize(CQWrapper.GetEntityDefName(aRecord),
                       CQWrapper.GetEntityDisplayName(aRecord),
                       CQWrapper.HistoryValue(aHistory),
                       true);

            Version          = historyIndex;
            HistoryFieldName = historyFieldName;
        }
Пример #2
0
 public CQHistory(OAdHistory aHistory)
 {
     Initialize(CQWrapper.HistoryValue(aHistory));
 }