10 lines
203 B
C#
10 lines
203 B
C#
|
|
namespace Umbraco.Core.Persistence.Migrations.Model
|
|||
|
|
{
|
|||
|
|
public enum SystemMethods
|
|||
|
|
{
|
|||
|
|
NewGuid,
|
|||
|
|
NewSequentialId,
|
|||
|
|
CurrentDateTime,
|
|||
|
|
CurrentUTCDateTime
|
|||
|
|
}
|
|||
|
|
}
|