Class Data
数据
Inheritance
object
Data
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 class Data
Constructors
Data()
Declaration
public Data()
Properties
endDate
结束id
Declaration
public DateTime endDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
isBan
是否被ban
Declaration
public bool isBan { get; set; }
Property Value
Type | Description |
---|---|
bool |
originId
基础id
Declaration
public string originId { get; set; }
Property Value
Type | Description |
---|---|
string |