TypeHelper Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Helper class with static methods to get the list of available properties/events.
Inheritance
System.Object
TypeHelper
Syntax
public static class TypeHelper
Methods
GetAvailableEvents(Type) | Gets the available events for the type. |
GetAvailableProperties(Object) | Gets available properties for an object, includes attached properties also. |
GetAvailableProperties(Type) | Gets the available properties for the type. |
GetCommonAvailableProperties(IEnumerable<Object>) | Gets common properties between |
GetCommonAvailableProperties(IEnumerable<Type>) | Gets the available properties common to all input types. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()