Class ExportRole
Inheritance
System.Object
ExportRole
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportRole : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AutoAssignment
Declaration
public bool AutoAssignment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BillingFrequency
Declaration
public string BillingFrequency { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BillingPeriod
Declaration
public int? BillingPeriod { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
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
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IconFile
Declaration
public string IconFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSystemRole
Declaration
public bool IsSystemRole { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
RoleGroupID
Declaration
public int? RoleGroupID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
RoleID
Declaration
public int RoleID { get; set; }
Property Value
Type |
Description |
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
RSVPCode
Declaration
public string RSVPCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SecurityMode
Declaration
public int SecurityMode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServiceFee
Declaration
public decimal? ServiceFee { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
Status
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TrialFee
Declaration
public decimal? TrialFee { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
TrialFrequency
Declaration
public string TrialFrequency { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TrialPeriod
Declaration
public int? TrialPeriod { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods