PropertyExtensions.Template Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
Overloads
Template(Property) | Gets the name of the template used to display or edit the property. |
Template(Property |
Gets the name of the template used to display or edit the property. |
Template(Property)
Gets the name of the template used to display or edit the property.
Returns the name of the template used to display or edit the property; or null if no template exists for the property.
public static string Template(this Property prop)
Parameters
- prop
- Property
Returns
string
Template(PropertyInfo)
Gets the name of the template used to display or edit the property.
Returns the name of the template used to display or edit the property; or null
if no template exists for the property.
public static string Template(this PropertyInfo prop)
Parameters
- prop
- System.Reflection.PropertyInfo
Returns
string