Class Property
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class Property
- Inheritance
-
Property
- Inherited Members
Constructors
Property()
Default constructor.
public Property()
Properties
ComplexType
Gets or sets the type of the complex.
public SchemaEntityType ComplexType { get; set; }
Property Value
- SchemaEntityType
The type of the complex.
ConcurrencyMode
Please visit the Microsoft documentation for more detail.
public string ConcurrencyMode { get; set; }
Property Value
- string
The concurrency mode.
EnumType
Gets or sets the type of the enum.
public SchemaEnumType EnumType { get; set; }
Property Value
- SchemaEnumType
The type of the enum.
FixedLength
Please visit the Microsoft documentation for more detail.
public bool FixedLength { get; set; }
Property Value
- bool
true if fixed length, false if not.
IsComplex
Gets or sets a value indicating whether this object is complex.
public bool IsComplex { get; set; }
Property Value
- bool
true if this object is complex, false if not.
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.
IsConcurrency
Gets or sets the is concurrency.
public bool IsConcurrency { get; set; }
Property Value
- bool
The is concurrency.
IsEnum
Gets or sets a value indicating whether this object is enum.
public bool IsEnum { get; set; }
Property Value
- bool
true if this object is enum, false if not.
IsPrimaryKey
Gets or sets a value indicating whether this object is primary key.
public bool IsPrimaryKey { get; set; }
Property Value
- bool
true if this object is primary key, false if not.
MaxLength
Please visit the Microsoft documentation for more detail.
public string MaxLength { get; set; }
Property Value
- string
The length of the maximum.
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
Nullable
Please visit the Microsoft documentation for more detail.
public bool Nullable { get; set; }
Property Value
- bool
true if nullable, false if not.
ParentEntity
Gets or sets the parent entity.
public SchemaEntityType ParentEntity { get; set; }
Property Value
- SchemaEntityType
The parent entity.
Precision
Please visit the Microsoft documentation for more detail.
public int Precision { get; set; }
Property Value
- int
The precision.
Scale
Please visit the Microsoft documentation for more detail.
public int Scale { get; set; }
Property Value
- int
The scale.
StoreGeneratedPattern
Please visit the Microsoft documentation for more detail.
public string StoreGeneratedPattern { get; set; }
Property Value
- string
The store generated pattern.
Type
Gets or sets the type.
public Type Type { get; set; }
Property Value
- Type
The type.
TypeName
Please visit the Microsoft documentation for more detail.
public string TypeName { get; set; }
Property Value
- string
The name of the type.
Unicode
Please visit the Microsoft documentation for more detail.
public bool Unicode { get; set; }
Property Value
- bool
true if unicode, false if not.