/// <summary> /// Create a new Securable object. /// </summary> /// <param name="securableID">Initial value of the SecurableID property.</param> public static Securable CreateSecurable(global::System.Int32 securableID) { Securable securable = new Securable(); securable.SecurableID = securableID; return securable; }
/// <summary> /// Deprecated Method for adding a new object to the Securables EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSecurables(Securable securable) { base.AddObject("Securables", securable); }