DefaultPropertyItemProvider.GetPropertyItemsFor method
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Gets the property items for specified type.
public IEnumerable<PropertyItem> GetPropertyItemsFor(Type type)
| parameter | description |
|---|---|
| type | The type. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | type is null |
| InvalidProgramException | CheckNames is true and there is name mismatch |
See Also
- class PropertyItem
- class DefaultPropertyItemProvider