17 using System.ComponentModel;
27 private ICustomTypeDescriptor td;
30 :
this(TypeDescriptor.GetProvider(typeof(
AcUser)))
39 public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType,
object instance)
43 td = base.GetTypeDescriptor(objectType, instance);
Support TypeDescriptionProvider attribute on AcUser.
A user's AccuRev principal attributes name, ID, and status (active or inactive). In addition...
Support TypeDescriptionProvider attribute on AcUser.