{"id":19409887,"url":"https://github.com/dsuarezv/binder","last_synced_at":"2026-06-12T04:31:41.282Z","repository":{"id":151789732,"uuid":"57190333","full_name":"dsuarezv/Binder","owner":"dsuarezv","description":"A small databinding library. Use it to bind stuff to your game UI if your engine doesn't have it already. ","archived":false,"fork":false,"pushed_at":"2016-04-27T07:10:50.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T02:23:46.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsuarezv.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T06:45:29.000Z","updated_at":"2016-04-27T06:46:10.000Z","dependencies_parsed_at":"2023-07-31T21:02:31.371Z","dependency_job_id":null,"html_url":"https://github.com/dsuarezv/Binder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsuarezv/Binder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2FBinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2FBinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2FBinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2FBinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsuarezv","download_url":"https://codeload.github.com/dsuarezv/Binder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2FBinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34229624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T12:13:57.991Z","updated_at":"2026-06-12T04:31:41.261Z","avatar_url":"https://github.com/dsuarezv.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple data binding library for .Net.\n\n# Usage\n\n```c#\nvar slider = new Slider() { MinValue = 0,MaxValue = 10};\nvar model = new MyModel() { Data = 5 };\n\n// Bind the model to the control\nvar b = new Binding(model, \"Data\", slider, \"Value\", BindingMode.TwoWay);\n```\n\nIn this sample, two-way binding is used, meaning that a change in the model will update the slider control, and viceversa. It is also posible to setup bindings in a single direction (Source to Target or Target to Source).\n\nFor the binding to work, the source object has to implement the [INotifiyPropertyChanged](https://www.google.com/search?q=INotifiyPropertyChanged) interface. \n\n# License\n\nThis code is licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsuarezv%2Fbinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsuarezv%2Fbinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsuarezv%2Fbinder/lists"}