C# 클래스 weedstudio.Utils.WeedBuilder

파일 보기 프로젝트 열기: noear/Weed3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SdqName string
TableName string

공개 메소드들

메소드 설명
Build ( ) : void

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

Class ( string tableName ) : string

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

WeedBuilder ( DbContextEx db ) : System

비공개 메소드들

메소드 설명
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

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

메소드 상세

Build() 공개 메소드

执行前,请设置:TargetFolder,NameSpace,Columns,VSNET
public Build ( ) : void
리턴 void

Class() 공개 정적인 메소드

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

WeedBuilder() 공개 메소드

public WeedBuilder ( DbContextEx db ) : System
db weedstudio.exts.DbContextEx
리턴 System

프로퍼티 상세

SdqName 공개적으로 프로퍼티

public string SdqName
리턴 string

TableName 공개적으로 프로퍼티

public string TableName
리턴 string