Example #1
0
        /// <summary>
        /// Create a new CueGroup object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="number">Initial value of the Number property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="description">Initial value of the Description property.</param>
        /// <param name="scriptPosition">Initial value of the ScriptPosition property.</param>
        public static CueGroup CreateCueGroup(global::System.Int32 id, global::System.String number, global::System.String name, global::System.String description, global::System.Int64 scriptPosition)
        {
            CueGroup cueGroup = new CueGroup();

            cueGroup.Id             = id;
            cueGroup.Number         = number;
            cueGroup.Name           = name;
            cueGroup.Description    = description;
            cueGroup.ScriptPosition = scriptPosition;
            return(cueGroup);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CueGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCueGroups(CueGroup cueGroup)
 {
     base.AddObject("CueGroups", cueGroup);
 }