C# Class Earthworm.Meta.CodeGenerator

ファイルを表示 Open project: jshirota/Earthworm

Public Methods

Method Description
CodeGenerator ( ITable table, string namespaceName, string className, bool includeUsingStatements ) : System.Linq
ToCSharp ( ) : string
ToVB ( ) : string

Private Methods

Method Description
AppendBeginning ( string namespaceName, string className ) : void
AppendEnding ( ) : void
AppendProperty ( string name, esriFieldType fieldType, int length, bool isNullable ) : void
AppendUsingStatements ( ) : void

Method Details

CodeGenerator() public method

public CodeGenerator ( ITable table, string namespaceName, string className, bool includeUsingStatements ) : System.Linq
table ITable
namespaceName string
className string
includeUsingStatements bool
return System.Linq

ToCSharp() public method

public ToCSharp ( ) : string
return string

ToVB() public method

public ToVB ( ) : string
return string