1 write to Type
cdac-build-tool (1)
DataDescriptorModel.cs (1)
342
return new FieldModel {
Type
= _type, Offset = (int)_offset };
3 references to Type
cdac-build-tool (3)
DataDescriptorModel.cs (1)
58
Console.WriteLine($" Type: {field.
Type
}");
JsonConverter\FieldModelJsonConverter.cs (2)
23
if (string.IsNullOrEmpty(value.
Type
))
31
writer.WriteStringValue(value.
Type
);