Enum GenericValue.KindOneofCase
- Namespace
- MASES.EntityFrameworkCore.KNet.Serialization.Protobuf.Storage
- Assembly
- MASES.EntityFrameworkCore.KNet.Serialization.Protobuf.dll
Enum of possible cases for the "kind" oneof.
public enum GenericValue.KindOneofCase
Fields
BoolValue = 2ByteValue = 4CharValue = 3DatetimeValue = 16DatetimeoffsetValue = 17DecimalValue = 18DoubleValue = 13FloatValue = 12GuidValue = 15IntValue = 8LongValue = 10None = 0NullValue = 1SbyteValue = 5ShortValue = 6StringValue = 14UintValue = 9UlongValue = 11UshortValue = 7