GuidKeyGenerator Class
Namespace: PTS.EntityLayer
Assembly: PTS.EntityLayer.Tenancy.dll
Syntax
public class GuidKeyGenerator : ValueGenerator
Inheritance
System.Object
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
GuidKeyGenerator
Properties
GeneratesTemporaryValues
Declaration
public override bool GeneratesTemporaryValues { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator.GeneratesTemporaryValues
Methods
NextValue(EntityEntry)
Declaration
protected override object NextValue(EntityEntry entry)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry | entry |
Returns
Type | Description |
---|---|
System.Object |
Overrides
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator.NextValue(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry)
Inherited Members
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator.Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry)
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator.NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry, System.Threading.CancellationToken)
Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator.NextValueAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry, System.Threading.CancellationToken)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()