Show / Hide Table of Contents

Class BaseEntityInfo

Inheritance
object
BaseEntityInfo
ListInfo
ContentItem
Term
Vocabulary
Host
IPFilterInfo
ControlInfo
PortalDesktopModuleInfo
PortalAliasInfo
PortalGroupInfo
PortalInfo
PortalSettings
ProfilePropertyDefinition
TabAliasSkinInfo
TabVersion
TabVersionDetail
PasswordHistory
RelationshipType
Relationship
UserRelationship
UserRelationshipPreference
UserInfo
PermissionInfo
RoleGroupInfo
RoleInfo
AuthenticationInfo
UserAuthenticationInfo
FileInfo
FileVersionInfo
FolderInfo
PackageInfo
LanguagePackInfo
Locale
ScheduleItem
Message
MessageAttachment
MessageRecipient
Notification
NotificationType
NotificationTypeAction
SkinPackageInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities
Assembly: DotNetNuke.dll
Syntax
public abstract class BaseEntityInfo

Constructors

BaseEntityInfo()

Declaration
protected BaseEntityInfo()

Properties

CreatedByUserID

Declaration
[Browsable(false)]
public int CreatedByUserID { get; }
Property Value
Type Description
int

CreatedOnDate

Declaration
[Browsable(false)]
public DateTime CreatedOnDate { get; }
Property Value
Type Description
DateTime

LastModifiedByUserID

Declaration
[Browsable(false)]
public int LastModifiedByUserID { get; }
Property Value
Type Description
int

LastModifiedOnDate

Declaration
[Browsable(false)]
public DateTime LastModifiedOnDate { get; }
Property Value
Type Description
DateTime

Methods

CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)

Declaration
protected void CloneBaseProperties(BaseEntityInfo clonedItem, BaseEntityInfo originalItem)
Parameters
Type Name Description
BaseEntityInfo clonedItem
BaseEntityInfo originalItem

CreatedByUser(int)

Declaration
public UserInfo CreatedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

FillInternal(IDataReader)

Declaration
protected virtual void FillInternal(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

LastModifiedByUser(int)

Declaration
public UserInfo LastModifiedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS