DefaultPropertyItemProvider.GetPropertyItemsFor method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

public IEnumerable<PropertyItem> GetPropertyItemsFor(Type type, Func<PropertyInfo, bool> predicate)
parameter description
type The type.
predicate

Exceptions

exception condition
ArgumentNullException type is null
InvalidProgramException CheckNames is true and there is name mismatch

See Also