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

Represents the set of default and custom help links for an account. More...

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

Public Member Functions

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

Properties

string HelpLinkName [get]
 The name of the help button. More...
 
string HelpLinkIcon [get]
 The icon used for the help button. More...
 
IEnumerable< HelpLinkCustomHelpLinks [get]
 Account-defined help links. More...
 
IEnumerable< HelpLinkDefaultHelpLinks [get]
 Default help links. More...
 

Detailed Description

Represents the set of default and custom help links for an account.

Property Documentation

◆ CustomHelpLinks

IEnumerable<HelpLink> UVACanvasAccess.Structures.Accounts.HelpLinks.CustomHelpLinks
get

Account-defined help links.

◆ DefaultHelpLinks

IEnumerable<HelpLink> UVACanvasAccess.Structures.Accounts.HelpLinks.DefaultHelpLinks
get

Default help links.

◆ HelpLinkIcon

string UVACanvasAccess.Structures.Accounts.HelpLinks.HelpLinkIcon
get

The icon used for the help button.

◆ HelpLinkName

string UVACanvasAccess.Structures.Accounts.HelpLinks.HelpLinkName
get

The name of the help button.


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