Table of Contents

Class TEntity

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class TEntity
Inheritance
TEntity
Inherited Members

Constructors

TEntity()

public TEntity()

Properties

CollectionKey

public string CollectionKey { get; set; }

Property Value

string

CollectionSlug

public string CollectionSlug { get; set; }

Property Value

string

ComponentName

public string ComponentName { get; set; }

Property Value

string

ComponentPart

public string ComponentPart { get; set; }

Property Value

string

ComponentType

public string ComponentType { get; set; }

Property Value

string

EntityId

public Guid EntityId { get; set; }

Property Value

Guid

EntityName

public string EntityName { get; set; }

Property Value

string

StorageKey

public string StorageKey { get; set; }

Property Value

string

StorageKeySize

public int StorageKeySize { get; }

Property Value

int

StorageSchema

public string StorageSchema { get; set; }

Property Value

string

StorageSchemaRename

public string StorageSchemaRename { get; }

Property Value

string

StorageStructure

public string StorageStructure { get; set; }

Property Value

string

StorageTable

public string StorageTable { get; set; }

Property Value

string

StorageTableRename

public string StorageTableRename { get; set; }

Property Value

string