Esempio n. 1
0
 public DataSet GetMaritalStateList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("MaritalState");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 2
0
 public DataSet GetOccupationList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("Position");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 3
0
 public DataSet GetSecurityQuestionList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("SecurityQuestion");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public DataSet GetIdentificationTypeList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("IdentificationType");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 5
0
 public DataSet GetFalseAddressList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("FalseAddress");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 6
0
 public DataSet GetTopicOfInterestList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("TopicOfInterest");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 7
0
 public DataSet GetIncomeLevelList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("IncomeLevel");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 8
0
 public DataSet GetCompensationFundList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("CompensationFund");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 9
0
 public DataSet GetEPSList()
 {
     try
     {
         SharepointHelper SPHelper = new SharepointHelper(Web);
         return SPHelper.GetListDataSet("EPS");
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }