[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class PluginTriggerAttribute : Attribute,
IPluginMetadataTrigger, ISerializableMetadata<IPluginMetadataTrigger>
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := false, AllowMultiple := true)>
Public NotInheritable Class PluginTriggerAttribute
Inherits Attribute
Implements IPluginMetadataTrigger, ISerializableMetadata(Of IPluginMetadataTrigger)
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = true)]
public ref class PluginTriggerAttribute sealed : public Attribute,
IPluginMetadataTrigger, ISerializableMetadata<IPluginMetadataTrigger^>
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = true)>]
type PluginTriggerAttribute =
class
inherit Attribute
interface IPluginMetadataTrigger
interface ISerializableMetadata<IPluginMetadataTrigger>
end
PluginTriggerAttribute | Инициализирует новый экземпляр класса PluginTriggerAttribute |
ConfigFile | Имя или путь к конфигурационному файлу, описывающему плагин, относительно папки со сборкой плагина. |
Cron | Описание времени вызова плагина в строке формата Cron. |
RepeatSecondInterval | Целочисленный интервал в секундах между вызовами плагина. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Унаследован от Attribute) |
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Унаследован от Attribute) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Returns the hash code for this instance. (Унаследован от Attribute) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Унаследован от Attribute) |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Унаследован от Attribute) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
ConfigFileSpecified |
Возвращает признак того, что метаданные содержат информацию о конфигурационном файле.
(Определяется PluginHostExtensions) |
CronSpecified |
Возвращает признак того, что метаданные содержат информацию о строке в формате Cron.
(Определяется PluginHostExtensions) |
Get | (Определяется ComHelper) |
Invoke | (Определяется ComHelper) |
RepeatSecondIntervalSpecified |
Возвращает признак того, что метаданные содержат информацию об интервале между вызовами плагина.
(Определяется PluginHostExtensions) |
Set | (Определяется ComHelper) |
TriggerHasData |
Возвращает признак того, что метаданные содержат какую-либо информацию по триггеру.
(Определяется PluginHostExtensions) |
ValidateTrigger |
Выполняет проверку корректности заданных метаданных триггера.
(Определяется PluginHostExtensions) |