UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Users.PageViewLinks Class Reference

Represents relationships in a PageView. More...

Inheritance diagram for UVACanvasAccess.Structures.Users.PageViewLinks:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Users.PageViewLinks:
Collaboration graph
[legend]

Public Member Functions

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

Properties

ulong User [get]
 The id of the user responsible for the view. More...
 
ulong? Context [get]
 The id of the context for the view. E.g. the course id, if PageView.ContextType is Course. More...
 
ulong? Asset [get]
 The id of the asset for the view, if relevant. More...
 
ulong? RealUser [get]
 If this request was made while masquerading, i.e. "act as", the id of the responsible user. More...
 
ulong? Account [get]
 The account id for the context. More...
 

Detailed Description

Represents relationships in a PageView.

Property Documentation

◆ Account

ulong? UVACanvasAccess.Structures.Users.PageViewLinks.Account
get

The account id for the context.

◆ Asset

ulong? UVACanvasAccess.Structures.Users.PageViewLinks.Asset
get

The id of the asset for the view, if relevant.

◆ Context

ulong? UVACanvasAccess.Structures.Users.PageViewLinks.Context
get

The id of the context for the view. E.g. the course id, if PageView.ContextType is Course.

◆ RealUser

ulong? UVACanvasAccess.Structures.Users.PageViewLinks.RealUser
get

If this request was made while masquerading, i.e. "act as", the id of the responsible user.

◆ User

ulong UVACanvasAccess.Structures.Users.PageViewLinks.User
get

The id of the user responsible for the view.


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