DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | Private Attributes | List of all members
Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity Class Reference
Inheritance diagram for Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity:

Public Member Functions

 DbMappingEntity (string tableId, TypeMapping typeMapping)
 

Properties

TypeMapping TypeMapping [get, private set]
 
override string TableId [get]
 
override Type ElementType [get]
 
override Type EntityType [get]
 

Private Attributes

readonly string tableId
 

Detailed Description

Definition at line 97 of file DeveelDbMapping.cs.

Constructor & Destructor Documentation

Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.DbMappingEntity ( string  tableId,
TypeMapping  typeMapping 
)
inline

Definition at line 98 of file DeveelDbMapping.cs.

98  {
99  this.tableId = tableId;
100  TypeMapping = typeMapping;
101  }

Member Data Documentation

readonly string Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.tableId
private

Definition at line 103 of file DeveelDbMapping.cs.

Property Documentation

override Type Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.ElementType
get

Definition at line 111 of file DeveelDbMapping.cs.

override Type Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.EntityType
get

Definition at line 115 of file DeveelDbMapping.cs.

override string Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.TableId
get

Definition at line 107 of file DeveelDbMapping.cs.

TypeMapping Deveel.Data.Linq.DeveelDbMapping.DbMappingEntity.TypeMapping
getprivate set

Definition at line 105 of file DeveelDbMapping.cs.


The documentation for this class was generated from the following file: