PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class UserNotificationItem

    Inheritance
    System.Object
    UserNotificationItem
    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 UserNotificationItem

    Constructors

    UserNotificationItem()

    Declaration
    public UserNotificationItem()

    Properties

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    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

    NotificationProduct

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

    Reference

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

    ReportProduct

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

    ServiceLevel

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

    SubTrigger

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

    SubWallet

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

    Text

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

    Trigger

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

    Type

    Declaration
    public int Type { get; set; }
    Property Value
    Type Description
    System.Int32