Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Content" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="contentType">contentType.</param>
 /// <param name="contentDescription">contentDescription.</param>
 /// <param name="contentUrl">contentUrl.</param>
 /// <param name="userId">userId.</param>
 /// <param name="contentLocation">contentLocation.</param>
 /// <param name="created">created.</param>
 /// <param name="modified">modified.</param>
 /// <param name="contentStatus">contentStatus.</param>
 /// <param name="contentName">contentName.</param>
 /// <param name="contentCategory">contentCategory.</param>
 /// <param name="contentSize">contentSize.</param>
 /// <param name="contentDuration">contentDuration.</param>
 /// <param name="contentProperties">contentProperties.</param>
 public Content(int?id = default(int?), string contentType = default(string), string contentDescription = default(string), string contentUrl = default(string), int?userId = default(int?), string contentLocation = default(string), long?created = default(long?), long?modified = default(long?), string contentStatus = default(string), string contentName = default(string), string contentCategory = default(string), int?contentSize = default(int?), int?contentDuration = default(int?), ContentContentProperties contentProperties = default(ContentContentProperties))
 {
     this.Id                 = id;
     this.ContentType        = contentType;
     this.ContentDescription = contentDescription;
     this.ContentUrl         = contentUrl;
     this.UserId             = userId;
     this.ContentLocation    = contentLocation;
     this.Created            = created;
     this.Modified           = modified;
     this.ContentStatus      = contentStatus;
     this.ContentName        = contentName;
     this.ContentCategory    = contentCategory;
     this.ContentSize        = contentSize;
     this.ContentDuration    = contentDuration;
     this.ContentProperties  = contentProperties;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Content" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="ContentType">ContentType.</param>
 /// <param name="ContentDescription">ContentDescription.</param>
 /// <param name="ContentUrl">ContentUrl.</param>
 /// <param name="UserId">UserId.</param>
 /// <param name="ContentLocation">ContentLocation.</param>
 /// <param name="Created">Created.</param>
 /// <param name="Modified">Modified.</param>
 /// <param name="ContentStatus">ContentStatus.</param>
 /// <param name="ContentName">ContentName.</param>
 /// <param name="ContentCategory">ContentCategory.</param>
 /// <param name="ContentSize">ContentSize.</param>
 /// <param name="ContentDuration">ContentDuration.</param>
 /// <param name="ContentProperties">ContentProperties.</param>
 public Content(int?Id = default(int?), string ContentType = default(string), string ContentDescription = default(string), string ContentUrl = default(string), int?UserId = default(int?), string ContentLocation = default(string), int?Created = default(int?), int?Modified = default(int?), string ContentStatus = default(string), string ContentName = default(string), string ContentCategory = default(string), int?ContentSize = default(int?), int?ContentDuration = default(int?), ContentContentProperties ContentProperties = default(ContentContentProperties))
 {
     this.Id                 = Id;
     this.ContentType        = ContentType;
     this.ContentDescription = ContentDescription;
     this.ContentUrl         = ContentUrl;
     this.UserId             = UserId;
     this.ContentLocation    = ContentLocation;
     this.Created            = Created;
     this.Modified           = Modified;
     this.ContentStatus      = ContentStatus;
     this.ContentName        = ContentName;
     this.ContentCategory    = ContentCategory;
     this.ContentSize        = ContentSize;
     this.ContentDuration    = ContentDuration;
     this.ContentProperties  = ContentProperties;
 }