메소드 | 설명 | |
---|---|---|
GetInspectorInfo ( this context, System.Guid id ) : InspectR.Data.InspectorInfo | ||
GetInspectorInfoByKey ( this context, string uniquekey ) : InspectR.Data.InspectorInfo | ||
GetUserProfile ( this context, string username ) : InspectRUserProfile |
public static GetInspectorInfo ( this context, System.Guid id ) : InspectR.Data.InspectorInfo | ||
context | this | |
id | System.Guid | |
리턴 | InspectR.Data.InspectorInfo |
public static GetInspectorInfoByKey ( this context, string uniquekey ) : InspectR.Data.InspectorInfo | ||
context | this | |
uniquekey | string | |
리턴 | InspectR.Data.InspectorInfo |
public static GetUserProfile ( this context, string username ) : InspectRUserProfile | ||
context | this | |
username | string | |
리턴 | InspectRUserProfile |