/// <summary> /// Create a new Role object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> public static Role CreateRole(global::System.Int32 id, global::System.String name) { Role role = new Role(); role.Id = id; role.Name = name; return role; }
/// <summary> /// Deprecated Method for adding a new object to the RoleSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRoleSet(Role role) { base.AddObject("RoleSet", role); }