Пример #1
0
 /// <summary>
 /// Constructs a new <code>AppsExtendedEntry</code> object.
 /// </summary>
 public AppsExtendedEntry()
     : base()
 {
     GAppsExtensions.AddPropertyElementExtensions(this);
 }
 /// <summary>
 /// Constructs a new <code>GoogleMailSettingsEntry</code> object.
 /// </summary>
 public GoogleMailSettingsEntry()
     : base()
 {
     GAppsExtensions.AddPropertyElementExtensions(this);
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="uriBase">The uri for the migration feed.</param>
 /// <param name="iService">The GoogleMailSettings service.</param>
 public AppsExtendedFeed(Uri uriBase, IService iService)
     : base(uriBase, iService)
 {
     GAppsExtensions.AddPropertyElementExtensions(this);
 }
Пример #4
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="uriBase">The uri for the migration feed.</param>
 /// <param name="iService">The GoogleMailSettings service.</param>
 public GoogleMailSettingsFeed(Uri uriBase, IService iService)
     : base(uriBase, iService)
 {
     GAppsExtensions.AddPropertyElementExtensions(this);
 }