Class ExportWorkflowStatePermission
Inheritance
System.Object
ExportWorkflowStatePermission
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportWorkflowStatePermission : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AllowAccess
Declaration
public bool AllowAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
PermissionCode
Declaration
public string PermissionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionID
Declaration
public int PermissionID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionKey
Declaration
public string PermissionKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionName
Declaration
public string PermissionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RoleID
Declaration
public int? RoleID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
RoleName
Declaration
public string RoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StateID
Declaration
public int StateID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UserID
Declaration
public int? UserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkflowStatePermissionID
Declaration
public int WorkflowStatePermissionID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods