[Mono-devel-list] Value of EditorAttribute for System.Data.SqlClient.SqlParameterCollection
Gonzalo Paniagua Javier
gonzalo at ximian.com
Fri Jan 23 04:35:20 EST 2004
El vie, 23-01-2004 a las 10:15, S Umadevi escribió:
> EditorAttribute.EditorBaseTypeName= System.Drawing.Design.UITypeEditor,
> System.Drawing, Version=1.0.5000.0, Culture=neutral
> , PublicKeyToken=b03f5f7f11d50a3a,
For this one, you can do something like
[EditorAttribute (EditorBaseTypeName = typeof
(System.Drawing.Design.UITypeEditor)]
> EditorAttribute.EditorTypeName=
> Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft
> .VSDesigner, Version=7.0.5000.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
We don't have this assembly, so I think you can leave this one without
setting. Adding a comment just before the attribute is applied
commenting that we do not have such type is ok.
-Gonzalo
More information about the Mono-devel-list
mailing list