What is the ObservableAttribute?
When is used this attribute?
using Mobilize.WebMAP.Common.Attributes;
[Observable]
public class Class1
{
.
.
.
}What happens to the class when used this attribute?
Was this helpful?