Custom Property Tag in C#


Author
Message
Bill Cunnien
Bill Cunnien
StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)
Group: Forum Members
Posts: 785, Visits: 3.6K
I am trying to add some custom properties to my business objects and I ran across a couple of posts (e.g. http://forum.strataframe.net/Topic13021-10-1.aspx#bm13027) that show how to attach a tag so that the property will be reflected in the intellisense and elsewhere.  It is VB and looks like this: 

<Browsable(false),
BusinessFieldDisplayInEditor(),
Description(
"MyCustomProperty"),
DesignerSerializationVisibility(
DesignerSerializationVisibility.Hidden)>

Is there a different set of instructions in the C# environment?  I tried using some of the attribute options, but those are not acceptable to the compiler. 

Thanks!
Bill


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search