Class SchemaEnumMember
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class SchemaEnumMember
- Inheritance
-
SchemaEnumMember
- Inherited Members
Constructors
SchemaEnumMember()
public SchemaEnumMember()
Properties
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
Value
Please visit the Microsoft documentation for more detail.
public string Value { get; set; }
Property Value
- string
The value.