UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Accounts.HelpLink Class Reference

Represents an account help link. More...

Inheritance diagram for UVACanvasAccess.Structures.Accounts.HelpLink:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Accounts.HelpLink:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

string Id [get]
 The help link's id. More...
 
string Text [get]
 The help link's name. More...
 
string Subtext [get]
 The help link's description. More...
 
string Url [get]
 The help link's URL. More...
 
IEnumerable< string > AvailableTo [get]
 The roles that can see this help link. More...
 

Detailed Description

Represents an account help link.

Property Documentation

◆ AvailableTo

IEnumerable<string> UVACanvasAccess.Structures.Accounts.HelpLink.AvailableTo
get

The roles that can see this help link.

◆ Id

string UVACanvasAccess.Structures.Accounts.HelpLink.Id
get

The help link's id.

◆ Subtext

string UVACanvasAccess.Structures.Accounts.HelpLink.Subtext
get

The help link's description.

◆ Text

string UVACanvasAccess.Structures.Accounts.HelpLink.Text
get

The help link's name.

◆ Url

string UVACanvasAccess.Structures.Accounts.HelpLink.Url
get

The help link's URL.


The documentation for this class was generated from the following file: