Property | Type | Description | |
---|---|---|---|
SubstituteCustomVariable | string |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 | |
return | void |
public AddCustomParameters ( string parameters ) : void | ||
parameters | string | |
return | void |
public LtiRequest ( string messageType ) : System | ||
messageType | string | |
return | System |
public SetRoles ( IList |
||
roles | IList |
An IList of LtiRoles. |
return | void |
public SubstituteCustomVariables ( |
||
parameters | ||
return | void |