componentmodel Questions

2

In order to disable component designer in classes it is simple to add just [System.ComponentModel.DesignerCategory("")] attribute to it, however it does not work for any classes derived from this c...
Millihenry asked 24/1, 2012 at 9:45

2

Solved

What is the difference between IEditableObject and IRevertibleChangeTracking (both from the System.ComponentModel namespace)? It looks as if the first supports explicit transaction whilst the secon...
Rillis asked 3/6, 2010 at 14:41

4

Solved

Using <System.ComponentModel.TypeConverter(GetType(System.ComponentModel.ExpandableObjectConverter))> _ on the declaration of a class (which is a property of another class) that consists o...
Isisiskenderun asked 9/3, 2009 at 15:50

2

Solved

First of all, I have to say that I'm going to talk about System.ComponentModel.Component. You know, I understand, that the .NET Component Model provides ability (through Site Services) to define s...
Ebeneser asked 19/3, 2010 at 10:22

1

Solved

I just created a sample MVC3 application to learn validation. It is using DataAnnotations. I have created a custom ValidationAttribute named CustomStartLetterMatch. It is implementing “System.Web.M...
Gilbye asked 19/2, 2012 at 13:52

2

Solved

I have a class. At one point, I had set the properties of the class to [Required] using System.ComponentModel.... Okay, then I realized this was not needed. I have removed the required property b...
1

© 2022 - 2024 — McMap. All rights reserved.