Class Evn
Inheritance
object
Evn
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.DbEntitys
Assembly: Plugin.dll
Syntax
public static class Evn
Methods
ExtcreditsName(Integral, int)
通过积分序号获取积分名称
Declaration
public static string ExtcreditsName(this Integral integer, int i)
Parameters
Type | Name | Description |
---|---|---|
Integral | integer | 积分对象 |
int | i | 积分序号 |
Returns
Type | Description |
---|---|
string |
ExtcreditsType(Integral, string)
通过积分名称获取积分序号
Declaration
public static int ExtcreditsType(this Integral integer, string invname)
Parameters
Type | Name | Description |
---|---|---|
Integral | integer | 积分对象 |
string | invname | 积分名称 |
Returns
Type | Description |
---|---|
int |