C# Class weedstudio.Utils.WeedBuilder

Afficher le fichier Open project: noear/Weed3 Class Usage Examples

Méthodes publiques

Свойство Type Description
SdqName string
TableName string

Méthodes publiques

Méthode Description
Build ( ) : void

执行前,请设置:TargetFolder,NameSpace,Columns,VSNET

Class ( string tableName ) : string

首字母大写,去掉复数,‘ ’=>'_'

WeedBuilder ( DbContextEx db ) : System

Private Methods

Méthode Description
DEF ( PropertyModel col ) : string
DT ( PropertyModel col ) : string

获取System.Data.DbType

EST ( PropertyModel col ) : string

获取System.Type ?

GetItem ( string itemFormat ) : string
GetKeyCol ( ) : PropertyModel
N ( PropertyModel col ) : string

获取名称

ST ( PropertyModel col ) : string

获取System.Type

Up1 ( string text1 ) : string

首字母大写,‘ ’=>'_'

Method Details

Build() public méthode

执行前,请设置:TargetFolder,NameSpace,Columns,VSNET
public Build ( ) : void
Résultat void

Class() public static méthode

首字母大写,去掉复数,‘ ’=>'_'
public static Class ( string tableName ) : string
tableName string
Résultat string

WeedBuilder() public méthode

public WeedBuilder ( DbContextEx db ) : System
db weedstudio.exts.DbContextEx
Résultat System

Property Details

SdqName public_oe property

public string SdqName
Résultat string

TableName public_oe property

public string TableName
Résultat string