Show / Hide Table of Contents

Class PreferenceDetailsDto

Inheritance
object
PreferenceDetailsDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Newsletters
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class PreferenceDetailsDto

Constructors

PreferenceDetailsDto()

Declaration
public PreferenceDetailsDto()

Properties

IsEnabled

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

Preference

Declaration
public string Preference { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft