aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/CAT.cs
blob: 14a746a89847bd5881873d5fe2439dcd84fafea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated from a template.
//
//     Manual changes to this file may cause unexpected behavior in your application.
//     Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Tango.DAL.Local.DB
{
    using System;
    using System.Collections.Generic;
    
    public partial class CAT
    {
        public long ID { get; set; }
        public string GUID { get; set; }
        public System.DateTime LAST_UPDATED { get; set; }
        public string NAME { get; set; }
        public string LIQUID_TYPE_GUID { get; set; }
        public string RML_GUID { get; set; }
        public byte[] DATA { get; set; }
    }
}
>message); size_t file_chunk_upload_response__get_packed_size (const FileChunkUploadResponse *message); size_t file_chunk_upload_response__pack (const FileChunkUploadResponse *message, uint8_t *out); size_t file_chunk_upload_response__pack_to_buffer (const FileChunkUploadResponse *message, ProtobufCBuffer *buffer); FileChunkUploadResponse * file_chunk_upload_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void file_chunk_upload_response__free_unpacked (FileChunkUploadResponse *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*FileChunkUploadResponse_Closure) (const FileChunkUploadResponse *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor file_chunk_upload_response__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_FileChunkUploadResponse_2eproto__INCLUDED */