public EsiWalletJournalListItem()
 {
     date       = DateTime.MinValue;
     ownerType1 = CCPAPIContactType.Other;
     ownerType2 = CCPAPIContactType.Other;
     refType    = EsiRefTypeString.none;
 }
示例#2
0
 public EsiAPICalendarEvent()
 {
     ownerType = CCPAPIContactType.Other;
 }
示例#3
0
 public EsiNotificationsListItem()
 {
     senderType = CCPAPIContactType.Other;
     sentDate   = DateTime.MinValue;
 }