/// <summary> /// There are no comments for RightsofRoles in the schema. /// </summary> public void AddToRightsofRoles(RightsofRoles rightsofRoles) { base.AddObject("RightsofRoles", rightsofRoles); }
/// <summary> /// Create a new RightsofRoles object. /// </summary> /// <param name="id">Initial value of ID.</param> public static RightsofRoles CreateRightsofRoles(int id) { RightsofRoles rightsofRoles = new RightsofRoles(); rightsofRoles.ID = id; return rightsofRoles; }