Last-Modified: Thu, 30 Jul 2026 10:40:00 GMT Expires: Sun, 27 Jul 2036 10:40:00 GMT USER.cs « DB « Tango.DAL.Remote « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/USER.cs
blob: f8c124d43f28a8a9f9a64f754e8291c489dcf4e5 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//------------------------------------------------------------------------------
// <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.Remote.DB
{
    using System;
    using System.Collections.Generic;
    
    public partial class USER
    {
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
        public USER()
        {
            this.JOBS = new HashSet<JOB>();
            this.MACHINE_STUDIO_VERSIONS = new HashSet<MACHINE_STUDIO_VERSIONS>();
            this.MACHINES_EVENTS = new HashSet<MACHINES_EVENTS>();
            this.TANGO_VERSIONS = new HashSet<TANGO_VERSIONS>();
            this.USERS_ROLES = new HashSet<USERS_ROLES>();
        }
    
        public int ID { get; set; }
        public string GUID { get; set; }
        public System.DateTime LAST_UPDATED { get; set; }
        public bool DELETED { get; set; }
        public string EMAIL { get; set; }
        public string PASSWORD { get; set; }
        public string ORGANIZATION_GUID { get; set; }
        public string CONTACT_GUID { get; set; }
        public string ADDRESS_GUID { get; set; }
        public Nullable<System.DateTime> LAST_LOGIN { get; set; }
    
        public virtual ADDRESS ADDRESS { get; set; }
        public virtual CONTACT CONTACT { get; set; }
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<JOB> JOBS { get; set; }
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<MACHINE_STUDIO_VERSIONS> MACHINE_STUDIO_VERSIONS { get; set; }
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<MACHINES_EVENTS> MACHINES_EVENTS { get; set; }
        public virtual ORGANIZATION ORGANIZATION { get; set; }
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<TANGO_VERSIONS> TANGO_VERSIONS { get; set; }
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<USERS_ROLES> USERS_ROLES { get; set; }
    }
}
"> "Type", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_ENUM, offsetof(MessageContainer, has_type), offsetof(MessageContainer, type), &message_type__descriptor, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Token", 2, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING, 0, /* quantifier_offset */ offsetof(MessageContainer, token), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Continuous", 3, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL, offsetof(MessageContainer, has_continuous), offsetof(MessageContainer, continuous), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Completed", 4, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL, offsetof(MessageContainer, has_completed), offsetof(MessageContainer, completed), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Data", 5, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BYTES, offsetof(MessageContainer, has_data), offsetof(MessageContainer, data), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "CRC", 6, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_UINT32, offsetof(MessageContainer, has_crc), offsetof(MessageContainer, crc), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "Error", 7, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_ENUM, offsetof(MessageContainer, has_error), offsetof(MessageContainer, error), &error_code__descriptor, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned message_container__field_indices_by_name[] = { 5, /* field[5] = CRC */ 3, /* field[3] = Completed */ 2, /* field[2] = Continuous */ 4, /* field[4] = Data */ 6, /* field[6] = Error */ 1, /* field[1] = Token */ 0, /* field[0] = Type */ }; static const ProtobufCIntRange message_container__number_ranges[1 + 1] = { { 1, 0 }, { 0, 7 } }; const ProtobufCMessageDescriptor message_container__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "MessageContainer", "MessageContainer", "MessageContainer", "", sizeof(MessageContainer), 7, message_container__field_descriptors, message_container__field_indices_by_name, 1, message_container__number_ranges, (ProtobufCMessageInit) message_container__init, NULL,NULL,NULL /* reserved[123] */ };