New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

QAttribute

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

QAttribute

Package Description

nugetNuGet
Version
1.0.34
Version published
Maintainers
1
Created
Source

QAttribute Nuget Nuget

It is a tool that helps to easily implement c# IPropertyChanged and ICommnad, and I made it for study haha.
Just use the Community Toolkit

[QBinding]

By adding the [QBinding] attribute to the class, it automatically creates a binding property by adding only a field.

[QNoBinding]

If you do not want the property to be automatically bindable through the field, add the [QNoBinding] attribute to the field.

[QVirtual]

If you want to make a virtual property that can be automatically bound through the field, add the [QVirtual] attribute to the field.

[QEvent]

To add a PropertyChanging or PropertyChanged event, add [QEvent (PropertyChanging = "ChangingEvent()", PropertyChanged = "ChangedEvent()")] to the field

Additional Resources
https://andrewlock.net/series/creating-a-source-generator/

Keywords

FAQs

Package last updated on 21 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts