C# Class LightFramework.Data.BaseEntity

显示文件 Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
Except ( ) : string[]

排除实体对象指定一系列常量值后的集合。

GetColumnAtttibuteNames ( ) : string[]

获取当前实体的所有ColumnAttribute特性的Name值。

this ( string propertyName ) : object

获取指定属性值的索引器。

Method Details

Except() public method

排除实体对象指定一系列常量值后的集合。
public Except ( ) : string[]
return string[]

GetColumnAtttibuteNames() public method

获取当前实体的所有ColumnAttribute特性的Name值。
public GetColumnAtttibuteNames ( ) : string[]
return string[]

this() public method

获取指定属性值的索引器。
public this ( string propertyName ) : object
propertyName string 属性名称,区分大小写
return object