Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI] Public RemoveBinding and ClearBinding api #5634

Merged

Conversation

elishateng
Copy link
Contributor

@elishateng elishateng commented Oct 17, 2023

Description of Change

  1. Public RemoveBinding and ClearBinding api
  2. Add PropertyChanging invoke for SetValue.

API Changes

  • ACR: None

@github-actions github-actions bot added the API11 Platform : Tizen 8.0 / TFM: net6.0-tizen8.0 label Oct 17, 2023
@elishateng elishateng changed the title Public RemoveBinding api Public RemoveBinding and ClearBinding api Oct 17, 2023
@elishateng elishateng changed the title Public RemoveBinding and ClearBinding api [NUI] Public RemoveBinding and ClearBinding api Oct 17, 2023
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 2, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Binding.BindableObject::ClearBinding()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Binding.BindableObject::RemoveBinding(Tizen.NUI.Binding.BindableProperty)

Copy link

@xuelian-bai xuelian-bai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Copy link

@xiaowei-guan xiaowei-guan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zg2nets zg2nets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@huayongxu huayongxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@AchoWang AchoWang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link

@hyue7 hyue7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@zhouhao02
Copy link
Contributor

looks good to me

Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@dongsug-song dongsug-song merged commit 9073ef7 into Samsung:API11 Oct 23, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API11 Platform : Tizen 8.0 / TFM: net6.0-tizen8.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants