Example #1
0
 public static WindowsPhoneCycleTileNotification ClearCycleImage9(this WindowsPhoneCycleTileNotification n)
 {
     n.ClearCycleImage9 = true;
     return(n);
 }
Example #2
0
 public static WindowsPhoneCycleTileNotification WithTag(this WindowsPhoneCycleTileNotification n, object tag)
 {
     n.Tag = tag;
     return(n);
 }
Example #3
0
 public static WindowsPhoneCycleTileNotification WithCycleImage9(this WindowsPhoneCycleTileNotification n, string cycleImage9)
 {
     n.CycleImage6 = cycleImage9;
     return(n);
 }
Example #4
0
 public static WindowsPhoneCycleTileNotification ClearCount(this WindowsPhoneCycleTileNotification n)
 {
     n.ClearCount = true;
     return(n);
 }
Example #5
0
 public static WindowsPhoneCycleTileNotification WithTitle(this WindowsPhoneCycleTileNotification n, string title)
 {
     n.Title = title;
     return(n);
 }
Example #6
0
 public static WindowsPhoneCycleTileNotification WithCount(this WindowsPhoneCycleTileNotification n, int count)
 {
     n.Count = count;
     return(n);
 }
Example #7
0
 public static WindowsPhoneCycleTileNotification ForOSVersion(this WindowsPhoneCycleTileNotification n, WindowsPhoneDeviceOSVersion osVersion)
 {
     n.OSVersion = osVersion;
     return(n);
 }
Example #8
0
 public static WindowsPhoneCycleTileNotification WithBatchingInterval(this WindowsPhoneCycleTileNotification n, BatchingInterval batchingInterval)
 {
     n.NotificationClass = batchingInterval;
     return(n);
 }
Example #9
0
 public static WindowsPhoneCycleTileNotification WithMessageID(this WindowsPhoneCycleTileNotification n, Guid messageID)
 {
     n.MessageID = messageID;
     return(n);
 }
Example #10
0
 public static WindowsPhoneCycleTileNotification WithCallbackUri(this WindowsPhoneCycleTileNotification n, Uri callbackUri)
 {
     n.CallbackURI = callbackUri.ToString();
     return(n);
 }
Example #11
0
 public static WindowsPhoneCycleTileNotification ForEndpointUri(this WindowsPhoneCycleTileNotification n, Uri endpointUri)
 {
     n.EndPointUrl = endpointUri.ToString();
     return(n);
 }