Table of Contents

Class DocumentSchema.Field

Namespace
Tlabs.Data.Entity
Assembly
Tlabs.Data.dll
public class DocumentSchema.Field : EditableEntity
Inheritance
DocumentSchema.Field
Derived
Inherited Members
Extension Methods

Constructors

Field()

Default ctor

public Field()

Field(Field)

Copy ctor

public Field(DocumentSchema.Field other)

Parameters

other DocumentSchema.Field

Properties

CalcFormula

public string? CalcFormula { get; set; }

Property Value

string

ExtMappingInfo

public string? ExtMappingInfo { get; set; }

Property Value

string

MappingInfo

public IDictionary<string, string>? MappingInfo { get; }

Property Value

IDictionary<string, string>

Name

public string? Name { get; set; }

Property Value

string

Schema

public DocumentSchema? Schema { get; set; }

Property Value

DocumentSchema

Sensitive

public bool Sensitive { get; set; }

Property Value

bool

Type

public Type Type { get; }

Property Value

Type

TypeName

public string? TypeName { get; set; }

Property Value

string