|
![]() |
The TimelinerDataSourceProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TimelinerDataSourceProvider |
Constructs a TimelinerDataSourceProvider
|
Methods
Name | Description | |
---|---|---|
![]() |
CreateDataSource |
Called by the framework to create a TimelinerDataSource TimelinerDataSource.
|
![]() |
Dispose()()()() | |
![]() |
Dispose(Boolean) | |
![]() |
DisposeManagedResources |
Called by the framework as part of IDisposable.
|
![]() |
DisposeUnmanagedResources |
Called by the framework as part of IDisposable.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Overrides Object..::..Finalize()()()().) |
![]() ![]() |
FindDataSourceProvider |
Call to find the Plugin record for the TimelinerDataSourceProvider corresponding to a particular
TimelinerDataSource.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetString |
Looks up a localizable string that is specific to this plugin
(Inherited from Plugin.) |
![]() |
GetStringSafe |
Looks up a localizable string that is specific to this plugin
(Inherited from Plugin.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ImportTasks |
Called by the framework to import TimelinerTasks.
Results in 'dataSource' being modified, this may be true even if the function fails.
|
![]() |
ImportTasksCore |
Called by the framework to import TimelinerTasks.
Results in 'dataSource' being modified, this may be true even if the function fails.
|
![]() |
IsSelfEnabled |
Called once to determines if the plugin is enabled.
Only called if PluginRecord.SupportsIsSelfEnabled is true
(Inherited from Plugin.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnLoaded |
Called once immediately after the plugin has been loaded (created).
Plugins are loaded on demand so this may be some time after application startup.
Default implementation does nothing.
This is a good place to subscribe to API events.
(Inherited from Plugin.) |
![]() |
OnUnloading |
Called once just before the plugin is unloaded. If the plugin implements
IDisposable, then
Dispose will be called immediately after the plugin is unloaded.
Plugins are typically unloaded at application shutdown or when the end user has disabled a plugin.
Default implementation does nothing.
This is a good place to unsubscribe from API events.
(Inherited from Plugin.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetString |
Looks up a localizable string that is specific to this plugin
(Inherited from Plugin.) |
![]() |
TryValidateSettings |
Called by the framework to validate TimelinerDataSource settings.
Any problems are reported as a user display string.
|
![]() |
UpdateDataSource |
Called by the framework to update a TimelinerDataSource TimelinerDataSource.
Results in 'dataSource' being modified, this may be true even if the function fails.
|
![]() |
ValidateSettings |
Called by the framework to validate TimelinerDataSource settings.
Any problems are reported as a user display string.
|
Properties
Name | Description | |
---|---|---|
![]() |
DeveloperId |
The 4 character ADN developer code or a GUID. The combination of this and Name should make the plugin unique (Inherited from Plugin.) |
![]() |
Id |
The full identifier for the plugin. This is formed as
Name.DeveloperId (Inherited from Plugin.) |
![]() |
IsAvailable |
Called by the framework to determine if this TimelinerDataSourceProvider is
available to import tasks. Default behaviour returns true.
|
![]() |
Name |
The name of the Plugin. The combination of this and DeveloperId should make the plugin unique (Inherited from Plugin.) |
![]() |
PluginRecord |
The PluginRecord that provides access to the attribute defined properties for this plugin. (Inherited from Plugin.) |