Exemple #1
0
 public TDMemberLocation(string id, TDLocation location, TDMemberProfile member, bool archived, List <TDLocationMapPoint>?locationMapPoints = null, DateTime?since = null, DateTime?till = null)
 {
     Id                = id;
     Location          = location;
     LocationMapPoints = locationMapPoints;
     Since             = since;
     Till              = till;
     Member            = member;
     IsArchived        = archived;
 }
Exemple #2
0
 public PublicHolidayCalendarRecord(string id, bool archived, string name, int eventsCount, TDLocation location, DateTime?firstDate = null, DateTime?lastDate = null)
 {
     Id          = id;
     IsArchived  = archived;
     Name        = name;
     FirstDate   = firstDate;
     LastDate    = lastDate;
     EventsCount = eventsCount;
     Location    = location;
 }
 public LocationMenuActionContext(string menuId, TDLocation location)
 {
     MenuId   = menuId;
     Location = location;
 }
Exemple #4
0
 public M2ChannelContentLocation(TDLocation location, ChannelSpecificDefaults notificationDefaults)
 {
     Location             = location;
     NotificationDefaults = notificationDefaults;
 }
 public UnfurlDetailsLocation(TDLocation location)
 {
     Location = location;
 }