示例#1
0
 /// <summary>
 /// Create a new SystemRole object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static SystemRole CreateSystemRole(global::System.Int32 id, global::System.String name)
 {
     SystemRole systemRole = new SystemRole();
     systemRole.Id = id;
     systemRole.Name = name;
     return systemRole;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SystemRoles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSystemRoles(SystemRole systemRole)
 {
     base.AddObject("SystemRoles", systemRole);
 }