Class ExportTabModuleSetting
Inheritance
System.Object
ExportTabModuleSetting
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportTabModuleSetting : BasicExportImportDto
Properties
|
Improve this Doc
View Source
CreatedByUserID
Declaration
public int? CreatedByUserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CreatedByUserName
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime? CreatedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
LastModifiedByUserID
Declaration
public int? LastModifiedByUserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LastModifiedByUserName
Declaration
public string LastModifiedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime? LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
SettingName
Declaration
public string SettingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SettingValue
Declaration
public string SettingValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabModuleID
Declaration
public int TabModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods