namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
When lookup key is null, e.g. default constructor is used, this method tries to determine the lookup key by looking at the type this attribute is placed on. This is a combination of module identifier and type name. If type has a [Module] attribute it is used, otherwise module identifier is determined from namespace, by removing ".Entities", ".Scripts", ".Lookups" common suffixes and the root namespace (e.g. the first part of namespace before the first dot). Type name is determined from class type name, with common suffixes like "Row" or "Lookup" removed.
public static string AutoLookupKeyFor(Type type)
parameter | description |
---|---|
type | Type to generate a lookup key for |
Auto generated lookup key
- class LookupScriptAttribute