Search Results for

    Show / Hide Table of Contents

    Class CmsTimerDefinition

    The Object Type 161. This object type defines a 'Timer' that can be used to start jobs periodically in certain time intervals. The evaluated times of the set time attributes are always UTC-based. The execution takes place in the respective UTC time zone.

    Inheritance
    object
    CmsObject
    CmsTimerDefinition
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsTimerDefinition : CmsObject

    Properties

    TimerActionRef

    Get or set value of attribute 16109

    Declaration
    public int? TimerActionRef { get; set; }
    Property Value
    Type Description
    int?

    TimerDayOfMonth

    Get or set value of attribute 16105

    Declaration
    public string TimerDayOfMonth { get; set; }
    Property Value
    Type Description
    string

    TimerDayOfWeek

    Get or set value of attribute 16107

    Declaration
    public string TimerDayOfWeek { get; set; }
    Property Value
    Type Description
    string

    TimerErrorMessage

    Get or set value of attribute 16111

    Declaration
    public string TimerErrorMessage { get; set; }
    Property Value
    Type Description
    string

    TimerHour

    Get or set value of attribute 16104

    Declaration
    public string TimerHour { get; set; }
    Property Value
    Type Description
    string

    TimerIsActive

    Get or set value of attribute 16101

    Declaration
    public bool? TimerIsActive { get; set; }
    Property Value
    Type Description
    bool?

    TimerMinute

    Get or set value of attribute 16103

    Declaration
    public string TimerMinute { get; set; }
    Property Value
    Type Description
    string

    TimerMonth

    Get or set value of attribute 16106

    Declaration
    public string TimerMonth { get; set; }
    Property Value
    Type Description
    string

    TimerRetainJobInstances

    Get or set value of attribute 16110

    Declaration
    public long? TimerRetainJobInstances { get; set; }
    Property Value
    Type Description
    long?

    TimerRunAsUser

    Get or set value of attribute 16108

    Declaration
    public string TimerRunAsUser { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetAttributeDescription(int)

    Get value of attribute 1012

    Declaration
    public string GetAttributeDescription(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    GetAttributeName(int)

    Get value of attribute 1000

    Declaration
    public string GetAttributeName(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    SetAttributeDescription(int, string)

    Set value of attribute 1012

    Declaration
    public void SetAttributeDescription(int language, string value)
    Parameters
    Type Name Description
    int language
    string value

    SetAttributeName(int, string)

    Set value of attribute 1000

    Declaration
    public void SetAttributeName(int language, string value)
    Parameters
    Type Name Description
    int language
    string value
    In this article
    Back to top Version 6.1.0.31rc