[NUI] Fix build warning CA1720
authorSunghyun Kim <scholb.kim@samsung.com>
Thu, 10 Dec 2020 10:18:22 +0000 (19:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
commiteb1fd24cd66c08553e8e0a8295b5669dedce658b
treeeb227b09b4d41af4234e75d149a8a77c1efdb8ba
parenta9a3c393f8372c376bb1f3604f6482bf6dadd8ec
[NUI] Fix build warning CA1720

https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1720
CA1720: Identifiers should not contain type names

These warnings need to suppress.
because it is very common name and it's already published.
According to the document described about the rule, we can suppress warnings.
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/PropertyKey.cs