-
Notifications
You must be signed in to change notification settings - Fork 31
Forge.Forms.Extensions
redbaty edited this page Feb 16, 2018
·
1 revision
Property info extensions
public static class Forge.Forms.Extensions.PropertyInfoExtensionsStatic Methods
| Type | Name | Summary |
|---|---|---|
PropertyInfo |
GetHighestProperty(this Type type, String name) |
Get the last property from a type based on a name. |
Object |
GetHighestPropertyValue(this Object obj, String property) |
Gets the highest property value. |
IEnumerable<PropertyWrapper> |
GetOutmostProperties(this Type type) |
Get all properties, keeping the token position. |
PropertyInfo wrapper maintaining the token.
public class Forge.Forms.Extensions.PropertyWrapperProperties
| Type | Name | Summary |
|---|---|---|
PropertyInfo |
PropertyInfo | The propertyInfo. |
Int32 |
Token | The original token. |