Contains methods and properties for working directly with the Enterprise Profile Management API.
| C# | Visual Basic | Visual C++ |
namespace HubOne.Epm.Api
Namespace HubOne.Epm.Api
namespace HubOne.Epm.Api
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| Achievement |
The achievements calss represents an achievement such as Member of a Winning Team,
university medal or such like.
Achievements are stored as separate objects under the users profile. Use the profile method
Profile.AddAchievement() to add achievements to a profile. Achievements are contained as a
collection within the profile object. | |
| Activity |
An activity in the system commonly added to a news feed
| |
| Aspiration |
The Aspiration class represents an Aspiration the user has
| |
| Citation |
Represents a Citation, a response form someone on (hopefully good) work
| |
| Comment |
The Comment class represents a comment added to any object
| |
| Education |
The Education class represents some Education the user has completed or attended.
| |
| EntityBase |
Base Api class exposing common methods to derived classes
| |
| Experience |
Represents a users work history or experience
| |
| ExtensionMethods |
Extension methods used in EPM
| |
| Group |
Represents a Group in LDS
| |
| LdsPropertyBase |
this class represents the base class of an object which refers to a property of an LDS object
rather than the object itself
| |
| ObjectFactory |
A _very_ simple Inversion of Control (IoC) wrapper class
| |
| PartialProfile |
Represents a partial profile, useful when returning results of searches
| |
| Profile |
Represents a profile, the core object for Epm
| |
| Resource |
Represents a resource, a useful item a user has stored
| |
| ResourceFolder |
Represents a Resource Folder, a container which can host resources
| |
| ResourceFolderExistsException |
Thrown when attempting to create a resource folder that already exists
| |
| Settings |
EPM System settings
| |
| SingleQuery |
Represents a single query term
| |
| Skill |
Represents a skill the user holds
|