Ejemplo n.º 1
0
        private void init(int identifier
                          , Nullable <DateTime> date, string content, bool isRead, ChroniGenNHibernate.EN.Chroni.ConversationEN conversation, string attachment)
        {
            this.Identifier = identifier;


            this.Date = date;

            this.Content = content;

            this.IsRead = isRead;

            this.Conversation = conversation;

            this.Attachment = attachment;
        }
Ejemplo n.º 2
0
 public MessageEN(int identifier, Nullable <DateTime> date, string content, bool isRead, ChroniGenNHibernate.EN.Chroni.ConversationEN conversation, string attachment
                  )
 {
     this.init(Identifier, date, content, isRead, conversation, attachment);
 }