C# Class InspectR.Data.InspectRContextQueries

显示文件 Open project: remcoros/InspectR

Public Methods

Method Description
GetInspectorInfo ( this context, System.Guid id ) : InspectR.Data.InspectorInfo
GetInspectorInfoByKey ( this context, string uniquekey ) : InspectR.Data.InspectorInfo
GetUserProfile ( this context, string username ) : InspectRUserProfile

Method Details

GetInspectorInfo() public static method

public static GetInspectorInfo ( this context, System.Guid id ) : InspectR.Data.InspectorInfo
context this
id System.Guid
return InspectR.Data.InspectorInfo

GetInspectorInfoByKey() public static method

public static GetInspectorInfoByKey ( this context, string uniquekey ) : InspectR.Data.InspectorInfo
context this
uniquekey string
return InspectR.Data.InspectorInfo

GetUserProfile() public static method

public static GetUserProfile ( this context, string username ) : InspectRUserProfile
context this
username string
return InspectRUserProfile