Ejemplo n.º 1
0
 /// <summary>
 /// Create a new TagPresentationLink object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="presentationId">Initial value of the PresentationId property.</param>
 /// <param name="tagId">Initial value of the TagId property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static TagPresentationLink CreateTagPresentationLink(global::System.Int32 id, global::System.Int32 presentationId, global::System.Int32 tagId, global::System.Boolean isActive)
 {
     TagPresentationLink tagPresentationLink = new TagPresentationLink();
     tagPresentationLink.Id = id;
     tagPresentationLink.PresentationId = presentationId;
     tagPresentationLink.TagId = tagId;
     tagPresentationLink.IsActive = isActive;
     return tagPresentationLink;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TagPresentationLink EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTagPresentationLink(TagPresentationLink tagPresentationLink)
 {
     base.AddObject("TagPresentationLink", tagPresentationLink);
 }