| AuditedEntity Constructor (DateTime, String, String, DateTime, String, String) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public AuditedEntity(
DateTime created,
string createdBy,
string createdByName,
DateTime updated,
string updatedBy,
string updatedByName
)
Public Sub New (
created As DateTime,
createdBy As String,
createdByName As String,
updated As DateTime,
updatedBy As String,
updatedByName As String
)
Parameters
- created
- Type: SystemDateTime
- createdBy
- Type: SystemString
- createdByName
- Type: SystemString
- updated
- Type: SystemDateTime
- updatedBy
- Type: SystemString
- updatedByName
- Type: SystemString
See Also