Show / Hide Table of Contents

Class ExportThemeDto

Inheritance
System.Object
ExportThemeDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class ExportThemeDto

Properties

| Improve this Doc View Source

Associations

Declaration
public SelectedExport Associations { get; set; }
Property Value
Type Description
SelectedExport
| Improve this Doc View Source

Content

Declaration
public SelectedExport Content { get; set; }
Property Value
Type Description
SelectedExport
| Improve this Doc View Source

CreatedBy

Declaration
public string CreatedBy { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CultureIds

Declaration
public List<int> CultureIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

IsExportAll

Declaration
public bool IsExportAll { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncludeAssets

Declaration
public bool IsIncludeAssets { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncludeConfigurations

Declaration
public bool IsIncludeConfigurations { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncludePermissions

Declaration
public bool IsIncludePermissions { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncludeTemplates

Declaration
public bool IsIncludeTemplates { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Specificulture

Declaration
public string Specificulture { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ThemeId

Declaration
public int ThemeId { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾