Back to Devexpress

Session.GetClassInfo Method

xpo-devexpress-dot-xpo-dot-session-dot-getclassinfo.md

latest945 B
Original Source

Session.GetClassInfo Method

NameParametersDescription
GetClassInfo(Object)theObjectReturns the XPClassInfo for the specified persistent object.
GetClassInfo(String, String)assemblyName, classNameReturns the XPClassInfo for the specified assembly and class.
GetClassInfo(Type)classTypeReturns the XPClassInfo for the specified type of class.
GetClassInfo<ClassType>()noneReturns the XPClassInfo for the type designated by the specified generic type parameter.