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