Class Index

A E O P

A

AuditLogEntry Represents a single entry in the UPM's Audit Log. 

E

Either<L, R> A disjoint union type typically used as an alternative to Option where by convention the left value contains an error and the right is akin to "some". 
Either.LeftProjection<L, R>  
Either.RightProjection<L, R>  
EntryType Represents various types of audit log entries. 

O

Option<A> An Option<T> is a wrapper for a value of type T
Options Useful methods for working with Options  

P

Pair<A, B> A tuple of size 2. 
PluginLogService Provides a log of all events that change the state of the plugin system. 
Give us feedback

Was this documentation helpful?