Nucleus .Net Core CMS

Models.ModelBase Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Base class for core model classes.

Properties

AddedBy Property

Id of the user who added the record.

DateAdded Property

Date/Time when the record was added.

ChangedBy Property

Id of the user who last changed the record.

DateChanged Property

Date/Time when the record was last changed.

Methods

Copy<T>

Copy<T> ()
Copy the object to a new object
Type Parameters
T

CopyTo<T> (<T0>) Method

CopyTo<T> (<T0>)
Shallow-copy the object to an existing object
Type Parameters
T