예제 #1
0
 /// <summary>
 /// Create a new TagsToPresentation object.
 /// </summary>
 /// <param name="matchId">Initial value of the MatchId property.</param>
 /// <param name="presentationId">Initial value of the PresentationId property.</param>
 /// <param name="tagId">Initial value of the TagId property.</param>
 public static TagsToPresentation CreateTagsToPresentation(global::System.Guid matchId, global::System.Guid presentationId, global::System.Guid tagId)
 {
     TagsToPresentation tagsToPresentation = new TagsToPresentation();
     tagsToPresentation.MatchId = matchId;
     tagsToPresentation.PresentationId = presentationId;
     tagsToPresentation.TagId = tagId;
     return tagsToPresentation;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TagsToPresentations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTagsToPresentations(TagsToPresentation tagsToPresentation)
 {
     base.AddObject("TagsToPresentations", tagsToPresentation);
 }