예제 #1
0
 public List <Entity> GetTeams(IOrganizationService Service, ColumnSet Columns)
 {
     return(BaseProxyClass.GetRelatedManyToManyEntities(Service, this, "role", "roleid", "team", "teamid", "teamroles", "roleid", "teamid", Columns));
 }
예제 #2
0
 public List <Entity> GetUsers(IOrganizationService Service, ColumnSet Columns)
 {
     return(BaseProxyClass.GetRelatedManyToManyEntities(Service, this, "role", "roleid", "systemuser", "systemuserid", "systemuserroles", "roleid", "systemuserid", Columns));
 }
예제 #3
0
 public List <Entity> GetModel_drivenApps(IOrganizationService Service, ColumnSet Columns)
 {
     return(BaseProxyClass.GetRelatedManyToManyEntities(Service, this, "role", "roleid", "appmodule", "appmoduleid", "appmoduleroles", "roleid", "appmoduleid", Columns));
 }
예제 #4
0
 public List <Entity> GetPrivileges(IOrganizationService Service, ColumnSet Columns)
 {
     return(BaseProxyClass.GetRelatedManyToManyEntities(Service, this, "role", "roleid", "privilege", "privilegeid", "roleprivileges", "roleid", "privilegeid", Columns));
 }
예제 #5
0
 public List <Antigen_SourceAssociation> GetAntigen_SourceAssociations(IOrganizationService Service, ColumnSet Columns)
 {
     return(BaseProxyClass.GetRelatedManyToManyEntities <Antigen_SourceAssociation>(Service, this, "nhs_anitensrcassoc_nhs_raritysrcassoc", "nhs_anitensrcassoc_nhs_raritysrcassocid", "nhs_antigensourceassociation", "nhs_antigensourceassociationid", "nhs_anitensrcassoc_nhs_raritysrcassoc", "nhs_raritysourceassociationid", "nhs_antigensourceassociationid", Columns));
 }