类名 : Variant
说明 : 变量 属性 :
| 名称 | 说明 |
|---|---|
| Value | 值 |
| IsNullOrEmpty | 是否为空 |
| Type | 逻辑类型 |
| IsArray | 因为数据类型中,并不支持数组类型,所以在这里特地标记下这个是数组 |
| Name | 名称 |
构造方法名称 : #ctor(H3.Data.BizDataType)
| 参数 | 说明 |
|---|---|
| "Type" | |
| 返回值 | |
构造方法名称 : #ctor
| 参数 | 说明 |
|---|---|
| 返回值 | |
构造方法名称 : #ctor(System.Object)
| 参数 | 说明 |
|---|---|
| "o" | Object对象 |
| 返回值 | |
构造方法名称 : #ctor(System.Object,System.String,H3.Data.BizDataType,System.Boolean)
| 参数 | 说明 |
|---|---|
| "o" | 对象 |
| "name" | 名称 |
| "type" | 类型 |
| "isArray" | 是否数组 |
| 返回值 | |
构造方法名称 : #ctor(System.Object,H3.Data.BizDataType)
| 参数 | 说明 |
|---|---|
| "o" | |
| "Type" | |
| 返回值 | |
方法名称 : _Variant(System.Object)
| 参数 | 说明 |
|---|---|
| "o" | |
| 返回值 | |
构造方法名称 : #ctor(H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
构造方法名称 : #ctor(System.Boolean)
| 参数 | 说明 |
|---|---|
| "b" | |
| 返回值 | |
构造方法名称 : #ctor(System.Int32)
| 参数 | 说明 |
|---|---|
| "i" | |
| 返回值 | |
构造方法名称 : #ctor(System.Double)
| 参数 | 说明 |
|---|---|
| "d" | |
| 返回值 | |
构造方法名称 : #ctor(System.String)
| 参数 | 说明 |
|---|---|
| "s" | |
| 返回值 | |
构造方法名称 : #ctor(System.DateTime)
| 参数 | 说明 |
|---|---|
| "dt" | |
| 返回值 | |
构造方法名称 : #ctor(System.TimeSpan)
| 参数 | 说明 |
|---|---|
| "ts" | |
| 返回值 | |
方法名称 : ToString
| 参数 | 说明 |
|---|---|
| 返回值 | |
方法名称 : GetHashCode
| 参数 | 说明 |
|---|---|
| 返回值 | |
方法名称 : Equals(System.Object)
| 参数 | 说明 |
|---|---|
| "o" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.Boolean
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.Int32
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.Double
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.DateTime
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.TimeSpan
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(H3.DataModel.Script.Variant)~System.String
| 参数 | 说明 |
|---|---|
| "v" | |
| 返回值 | |
方法名称 : op_Implicit(System.String)~H3.DataModel.Script.Variant
| 参数 | 说明 |
|---|---|
| "s" | |
| 返回值 | |
方法名称 : op_UnaryNegation(H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "a" | |
| 返回值 | |
方法名称 : op_LogicalNot(H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "a" | |
| 返回值 | |
方法名称 : op_UnaryPlus(H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "a" | |
| 返回值 | |
方法名称 : op_Addition(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_Subtraction(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_Multiply(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_Division(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_BitwiseAnd(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_BitwiseOr(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | |
| "a" | |
| 返回值 | |
方法名称 : op_GreaterThan(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量a |
| "a" | 变量b |
| 返回值 | |
方法名称 : op_LessThan(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量b |
| "a" | 变量a |
| 返回值 | |
方法名称 : op_GreaterThanOrEqual(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量b |
| "a" | 变量a |
| 返回值 | |
方法名称 : op_LessThanOrEqual(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量b |
| "a" | 变量a |
| 返回值 | |
方法名称 : op_Equality(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量b |
| "a" | 变量a |
| 返回值 | |
方法名称 : op_Inequality(H3.DataModel.Script.Variant,H3.DataModel.Script.Variant)
| 参数 | 说明 |
|---|---|
| "b" | 变量b |
| "a" | 变量a |
| 返回值 | |
文章反馈
*请选择您遇到的问题类型?
*请描述问题详情
支持上传9张图片且单张大小不超过3M