Exemplo n.º 1
0
 public AttachmentViewModel(SOutAttachment attachment)
 {
     Id = attachment.Id;
     Name = attachment.Name;
     Format = attachment.Format;
     VideoThumbURL = attachment.VideoThumbURL;
     VideoEmbedURL = attachment.VideoEmbedURL;
     VideoLinkURL = attachment.VideoLinkURL;
     Link = attachment.Link;
     Title = attachment.Title;
     Thumb = attachment.Thumb;
     OrderNumber = attachment.OrderNumber;
     MediaData = attachment.MediaData;
 }
Exemplo n.º 2
0
 public AttachmentViewModel(SOutAttachment attachment)
 {
     Id            = attachment.Id;
     Name          = attachment.Name;
     Format        = attachment.Format;
     VideoThumbURL = attachment.VideoThumbURL;
     VideoEmbedURL = attachment.VideoEmbedURL;
     VideoLinkURL  = attachment.VideoLinkURL;
     Link          = attachment.Link;
     Title         = attachment.Title;
     Thumb         = attachment.Thumb;
     OrderNumber   = attachment.OrderNumber;
     MediaData     = attachment.MediaData;
 }