Class DbEnumInfo
Inheritance
System.Object
DbEnumInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FreeSql.DatabaseModel
Assembly: FreeSql.dll
Syntax
public class DbEnumInfo
Properties
| Improve this Doc View SourceLabels
枚举项
Declaration
public Dictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Name
枚举类型标识
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |