PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AlertItem

    Inheritance
    System.Object
    AlertItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdBE100.Informa
    Assembly: StdBE100.dll
    Syntax
    public class AlertItem

    Constructors

    AlertItem()

    Declaration
    public AlertItem()

    Properties

    ActivationDate

    Declaration
    public string ActivationDate { get; set; }
    Property Value
    Type Description
    System.String

    Favorite

    Declaration
    public string Favorite { get; set; }
    Property Value
    Type Description
    System.String

    IdentifierType

    Declaration
    public string IdentifierType { get; set; }
    Property Value
    Type Description
    System.String

    IdentifierValue

    Declaration
    public string IdentifierValue { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Reference

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    System.String

    ServiceLevel

    Declaration
    public string ServiceLevel { get; set; }
    Property Value
    Type Description
    System.String

    SubWallet

    Declaration
    public string SubWallet { get; set; }
    Property Value
    Type Description
    System.String

    Triggers

    Declaration
    public List<string> Triggers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>