DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlAccountNewsletterData

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

    Properties

    Controls

    Declaration
    public IEnumerable<ControlInfo> Controls { get; set; }
    Property Value
    Type Description
    IEnumerable<ControlInfo>

    Culture

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

    Email

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

    IsSubscriber

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

    IsSubscriberAccess

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

    IsUser

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

    Subscriber

    Declaration
    public NewsletterSubscriberInfo Subscriber { get; set; }
    Property Value
    Type Description
    NewsletterSubscriberInfo

    SubscriberNavigationContext

    Declaration
    public NavigationContextInfo SubscriberNavigationContext { get; set; }
    Property Value
    Type Description
    NavigationContextInfo
    In this article
    Back to top Generated by DocFX