/// <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); }
/// <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); }