Exemplo n.º 1
0
 /// <summary>
 /// Create a new VideoAccess object.
 /// </summary>
 /// <param name="va_videoviewer">Initial value of the va_videoviewer property.</param>
 /// <param name="va_videoowner">Initial value of the va_videoowner property.</param>
 /// <param name="va_dateaccessgranted">Initial value of the va_dateaccessgranted property.</param>
 public static VideoAccess CreateVideoAccess(global::System.String va_videoviewer, global::System.String va_videoowner, global::System.DateTime va_dateaccessgranted)
 {
     VideoAccess videoAccess = new VideoAccess();
     videoAccess.va_videoviewer = va_videoviewer;
     videoAccess.va_videoowner = va_videoowner;
     videoAccess.va_dateaccessgranted = va_dateaccessgranted;
     return videoAccess;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VideoAccess EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVideoAccess(VideoAccess videoAccess)
 {
     base.AddObject("VideoAccess", videoAccess);
 }