Table of Contents

Class ScalarAccessorMapping

Namespace
Z.EntityFramework.Extensions.Core.Mapping
Assembly
Z.EntityFramework.Extensions.dll

A scalar accessor mapping.

public class ScalarAccessorMapping
Inheritance
ScalarAccessorMapping
Inherited Members

Constructors

ScalarAccessorMapping()

public ScalarAccessorMapping()

Properties

AccessorPath

Gets or sets the full pathname of the accessor file.

public string AccessorPath { get; set; }

Property Value

string

The full pathname of the accessor file.

ColumnName

Gets or sets the name of the column.

public string ColumnName { get; set; }

Property Value

string

The name of the column.

ConstantValue

Gets or sets the constant value.

public string ConstantValue { get; set; }

Property Value

string

The constant value.

IsComputed

Gets or sets a value indicating whether this object is computed.

public bool IsComputed { get; set; }

Property Value

bool

true if this object is computed, false if not.

IsExternalKey

public bool IsExternalKey { get; set; }

Property Value

bool

IsKey

Gets or sets a value indicating whether this object is key.

public bool IsKey { get; set; }

Property Value

bool

true if this object is key, false if not.

IsStorageMapped

Gets or sets a value indicating whether this object is storage mapped.

public bool IsStorageMapped { get; set; }

Property Value

bool

true if this object is storage mapped, false if not.

Type

Gets or sets the type.

public Type Type { get; set; }

Property Value

Type

The type.

UseIsNullColumn

Gets or sets a value indicating whether this object use is null column.

public bool UseIsNullColumn { get; set; }

Property Value

bool

true if use is null column, false if not.