C# Class Priya.InfoList.Data.FileSource

ファイルを表示 Open project: Srid68/Priya.InfoList Class Usage Examples

Public Methods

Method Description
GetPagedCNDData ( CND_Data>.Dictionary allCNDDataList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedCNSDataRefType ( CNS_DataRefType>.Dictionary allCNSDataRefTypeList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedCNSDataType ( CNS_DataType>.Dictionary allCNSDataTypeList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLTDInfoCategory ( LTD_InfoCategory>.Dictionary allLTDInfoCategoryList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLTDInfoDetail ( LTD_InfoDetail>.Dictionary allLTDInfoDetailList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLTDInfoPage ( LTD_InfoPage>.Dictionary allLTDInfoPageList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLTDInfoSection ( LTD_InfoSection>.Dictionary allLTDInfoSectionList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLTDSubscriber ( LTD_Subscriber>.Dictionary allLTDSubscriberList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedSYSVersion ( SYS_Version>.Dictionary allSYSVersionList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
LoadCNDDataData ( ) : CND_Data>.Dictionary
LoadCNSDataRefTypeData ( ) : CNS_DataRefType>.Dictionary
LoadCNSDataTypeData ( ) : CNS_DataType>.Dictionary
LoadLTDInfoCategoryData ( ) : LTD_InfoCategory>.Dictionary
LoadLTDInfoDetailData ( ) : LTD_InfoDetail>.Dictionary
LoadLTDInfoPageData ( ) : LTD_InfoPage>.Dictionary
LoadLTDInfoSectionData ( ) : LTD_InfoSection>.Dictionary
LoadLTDSubscriberData ( ) : LTD_Subscriber>.Dictionary
LoadSYSVersionData ( ) : SYS_Version>.Dictionary
SaveCNDDataData ( CND_Data>.Dictionary cndDataList ) : bool
SaveCNSDataRefTypeData ( CNS_DataRefType>.Dictionary cnsDataRefTypeList ) : bool
SaveCNSDataTypeData ( CNS_DataType>.Dictionary cnsDataTypeList ) : bool
SaveLTDInfoCategoryData ( LTD_InfoCategory>.Dictionary ltdInfoCategoryList ) : bool
SaveLTDInfoDetailData ( LTD_InfoDetail>.Dictionary ltdInfoDetailList ) : bool
SaveLTDInfoPageData ( LTD_InfoPage>.Dictionary ltdInfoPageList ) : bool
SaveLTDInfoSectionData ( LTD_InfoSection>.Dictionary ltdInfoSectionList ) : bool
SaveLTDSubscriberData ( LTD_Subscriber>.Dictionary ltdSubscriberList ) : bool
SaveSYSVersionData ( SYS_Version>.Dictionary sysVersionList ) : bool

Method Details

GetPagedCNDData() public static method

public static GetPagedCNDData ( CND_Data>.Dictionary allCNDDataList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allCNDDataList CND_Data>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedCNSDataRefType() public static method

public static GetPagedCNSDataRefType ( CNS_DataRefType>.Dictionary allCNSDataRefTypeList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allCNSDataRefTypeList CNS_DataRefType>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedCNSDataType() public static method

public static GetPagedCNSDataType ( CNS_DataType>.Dictionary allCNSDataTypeList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allCNSDataTypeList CNS_DataType>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLTDInfoCategory() public static method

public static GetPagedLTDInfoCategory ( LTD_InfoCategory>.Dictionary allLTDInfoCategoryList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allLTDInfoCategoryList LTD_InfoCategory>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLTDInfoDetail() public static method

public static GetPagedLTDInfoDetail ( LTD_InfoDetail>.Dictionary allLTDInfoDetailList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allLTDInfoDetailList LTD_InfoDetail>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLTDInfoPage() public static method

public static GetPagedLTDInfoPage ( LTD_InfoPage>.Dictionary allLTDInfoPageList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allLTDInfoPageList LTD_InfoPage>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLTDInfoSection() public static method

public static GetPagedLTDInfoSection ( LTD_InfoSection>.Dictionary allLTDInfoSectionList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allLTDInfoSectionList LTD_InfoSection>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLTDSubscriber() public static method

public static GetPagedLTDSubscriber ( LTD_Subscriber>.Dictionary allLTDSubscriberList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allLTDSubscriberList LTD_Subscriber>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedSYSVersion() public static method

public static GetPagedSYSVersion ( SYS_Version>.Dictionary allSYSVersionList, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
allSYSVersionList SYS_Version>.Dictionary
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

LoadCNDDataData() public static method

public static LoadCNDDataData ( ) : CND_Data>.Dictionary
return CND_Data>.Dictionary

LoadCNSDataRefTypeData() public static method

public static LoadCNSDataRefTypeData ( ) : CNS_DataRefType>.Dictionary
return CNS_DataRefType>.Dictionary

LoadCNSDataTypeData() public static method

public static LoadCNSDataTypeData ( ) : CNS_DataType>.Dictionary
return CNS_DataType>.Dictionary

LoadLTDInfoCategoryData() public static method

public static LoadLTDInfoCategoryData ( ) : LTD_InfoCategory>.Dictionary
return LTD_InfoCategory>.Dictionary

LoadLTDInfoDetailData() public static method

public static LoadLTDInfoDetailData ( ) : LTD_InfoDetail>.Dictionary
return LTD_InfoDetail>.Dictionary

LoadLTDInfoPageData() public static method

public static LoadLTDInfoPageData ( ) : LTD_InfoPage>.Dictionary
return LTD_InfoPage>.Dictionary

LoadLTDInfoSectionData() public static method

public static LoadLTDInfoSectionData ( ) : LTD_InfoSection>.Dictionary
return LTD_InfoSection>.Dictionary

LoadLTDSubscriberData() public static method

public static LoadLTDSubscriberData ( ) : LTD_Subscriber>.Dictionary
return LTD_Subscriber>.Dictionary

LoadSYSVersionData() public static method

public static LoadSYSVersionData ( ) : SYS_Version>.Dictionary
return SYS_Version>.Dictionary

SaveCNDDataData() public static method

public static SaveCNDDataData ( CND_Data>.Dictionary cndDataList ) : bool
cndDataList CND_Data>.Dictionary
return bool

SaveCNSDataRefTypeData() public static method

public static SaveCNSDataRefTypeData ( CNS_DataRefType>.Dictionary cnsDataRefTypeList ) : bool
cnsDataRefTypeList CNS_DataRefType>.Dictionary
return bool

SaveCNSDataTypeData() public static method

public static SaveCNSDataTypeData ( CNS_DataType>.Dictionary cnsDataTypeList ) : bool
cnsDataTypeList CNS_DataType>.Dictionary
return bool

SaveLTDInfoCategoryData() public static method

public static SaveLTDInfoCategoryData ( LTD_InfoCategory>.Dictionary ltdInfoCategoryList ) : bool
ltdInfoCategoryList LTD_InfoCategory>.Dictionary
return bool

SaveLTDInfoDetailData() public static method

public static SaveLTDInfoDetailData ( LTD_InfoDetail>.Dictionary ltdInfoDetailList ) : bool
ltdInfoDetailList LTD_InfoDetail>.Dictionary
return bool

SaveLTDInfoPageData() public static method

public static SaveLTDInfoPageData ( LTD_InfoPage>.Dictionary ltdInfoPageList ) : bool
ltdInfoPageList LTD_InfoPage>.Dictionary
return bool

SaveLTDInfoSectionData() public static method

public static SaveLTDInfoSectionData ( LTD_InfoSection>.Dictionary ltdInfoSectionList ) : bool
ltdInfoSectionList LTD_InfoSection>.Dictionary
return bool

SaveLTDSubscriberData() public static method

public static SaveLTDSubscriberData ( LTD_Subscriber>.Dictionary ltdSubscriberList ) : bool
ltdSubscriberList LTD_Subscriber>.Dictionary
return bool

SaveSYSVersionData() public static method

public static SaveSYSVersionData ( SYS_Version>.Dictionary sysVersionList ) : bool
sysVersionList SYS_Version>.Dictionary
return bool