Skip to content

Forge.Forms.Extensions

redbaty edited this page Feb 16, 2018 · 1 revision

PropertyInfoExtensions

Property info extensions

public static class Forge.Forms.Extensions.PropertyInfoExtensions

Static 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.

PropertyWrapper

PropertyInfo wrapper maintaining the token.

public class Forge.Forms.Extensions.PropertyWrapper

Properties

Type Name Summary
PropertyInfo PropertyInfo The propertyInfo.
Int32 Token The original token.

Clone this wiki locally