프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SubstituteCustomVariable | string |
메소드 | 설명 | |
---|---|---|
AddCustomParameter ( string name, string value ) : void | ||
AddCustomParameters ( string parameters ) : void |
Add the custom parameters from a string.
|
|
GetRoles ( ) : IList |
Get the roles in the LtiRequest as an IList of LtiRoles.
|
|
LtiRequest ( ) : System | ||
LtiRequest ( string messageType ) : System | ||
SetRoles ( IList |
Set the roles in the LtiRequest from an IList of LtiRoles.
|
|
SubstituteCustomVariables ( |
Perform all the custom variable substitutions
|
메소드 | 설명 | |
---|---|---|
SubstituteCustomVariable ( string value ) : string |
Substitute known custom value tokens. Per the LTI 1.1 spec, unknown tokens are ignored.
|
public AddCustomParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |
public AddCustomParameters ( string parameters ) : void | ||
parameters | string | |
리턴 | void |
public SubstituteCustomVariables ( |
||
parameters | ||
리턴 | void |