Show / Hide Table of Contents

Class IdGeneratorSettings

Settings for the DefaultIdGenerator.

Inheritance
System.Object
IdGeneratorSettings
Inherited Members
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()
Namespace: Kephas.Data
Assembly: Kephas.Core.dll
Syntax
public class IdGeneratorSettings

Properties

| Improve this Doc View Source

DiscriminatorBitLength

Gets or sets the length of the discriminator part bits.

Declaration
public int DiscriminatorBitLength { get; set; }
Property Value
Type Description
System.Int32

The length of the discriminator part bits.

| Improve this Doc View Source

Namespace

Gets or sets the namespace integer value.

Declaration
public int Namespace { get; set; }
Property Value
Type Description
System.Int32

The namespace integer value.

| Improve this Doc View Source

NamespaceIdentifierBitLength

Gets or sets the length of the namespace identifier bits.

Declaration
public int NamespaceIdentifierBitLength { get; set; }
Property Value
Type Description
System.Int32

The length of the namespace identifier bits.

| Improve this Doc View Source

StartEpoch

Gets or sets the start epoch for the timestamp part of an ID - 2015-06-01.

Declaration
public DateTimeOffset StartEpoch { get; set; }
Property Value
Type Description
System.DateTimeOffset

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX