Esempio n. 1
0
        /// <summary>
        /// Create a new Matter object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        public static Matter CreateMatter(global::System.Int32 id, global::System.String name, global::System.Byte[] rowVersion)
        {
            Matter matter = new Matter();

            matter.Id         = id;
            matter.Name       = name;
            matter.RowVersion = rowVersion;
            return(matter);
        }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Matters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMatters(Matter matter)
 {
     base.AddObject("Matters", matter);
 }