We7 CMS V2.6 类库文档 for .net Framework 2.0 (生成于:2010-6-25)
程序集: Thinkment.Data (在Thinkment.Data.dll文件中)
版本: dll
Initializes a new instance of the Criteria class
命名空间:
Thinkment.Data程序集: Thinkment.Data (在Thinkment.Data.dll文件中)
版本: dll
语法
| C# |
|---|
public Criteria( CriteriaType t, string n, Object v ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ t As CriteriaType, _ n As String, _ v As Object _ ) |
| Visual C++ |
|---|
public: Criteria( CriteriaType t, String^ n, Object^ v ) |
参数
- t
- 类型:Thinkment.Data..::.CriteriaType
[Missing <param name="t"/> documentation for "M:Thinkment.Data.Criteria.#ctor(Thinkment.Data.CriteriaType,System.String,System.Object)"]
- n
- 类型:System..::.String
[Missing <param name="n"/> documentation for "M:Thinkment.Data.Criteria.#ctor(Thinkment.Data.CriteriaType,System.String,System.Object)"]
- v
- 类型:System..::.Object
[Missing <param name="v"/> documentation for "M:Thinkment.Data.Criteria.#ctor(Thinkment.Data.CriteriaType,System.String,System.Object)"]
