DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ConnectAppNotificationEdit.CultureAppNotificationValue

    Inheritance
    object
    ConnectAppNotificationEdit.CultureAppNotificationValue
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Connect
    Assembly: DataWeb.Core.dll
    Syntax
    public class ConnectAppNotificationEdit.CultureAppNotificationValue

    Properties

    Culture

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

    NotificationValues

    Declaration
    [JsonConverter(typeof(AppNotificationValueJsonConverter))]
    public List<AppNotificationValue> NotificationValues { get; set; }
    Property Value
    Type Description
    List<AppNotificationValue>
    In this article
    Back to top Generated by DocFX