C# Class Priya.InfoList.Views.DataView

Inheritance: IPageView
Datei anzeigen Open project: Srid68/Priya.InfoList

Public Properties

Property Type Description
ChildDataIndexSuffix int
ShowEmptyChildData bool

Public Methods

Method Description
GetAppendView ( long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetListAllItemView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken, long filterDataRefTypeId, long filterDataTypeId ) : string
GetListDetailView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetListView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetPageView ( ) : string
GetPageView ( string templateSuffix, string themeName, string pageTitle, string headerTitle, string helpUrl, string afterAction ) : string
GetSaveDetailView ( long dataRefTypeId, long dataRefId, long dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic, long parentDataId, long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string &retConfigToken ) : string
GetSaveView ( bool showSaveDetail, long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, long dataRefTypeId, long dataRefId, long dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic, string &retConfigToken ) : string
GetSaveView ( long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetView ( bool skipMain, long dataIndex, string templateSuffix, bool showSaveDetail, CommonRefType dataRefTypeId, long dataRefId, CommonDataType dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic ) : string
InitView ( bool reInit ) : void
isPublic ( string configToken ) : bool

Private Methods

Method Description
GetConfigToken ( long dataRefTypeId, long dataRefId, long dataTypeId, string dataValueName, bool enableDataRefTypeId, bool enableDataRefId, bool enableDataTypeId, bool showDataRefType, bool showDataRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic ) : string
GetListChildAllItemView ( CND_Data parentCndData, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetListChildDetailView ( CND_Data parentCndData, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetListScript ( ) : string
GetListSingleItemView ( CND_Data cndData, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
GetSaveScript ( ) : string
ProcessConfigToken ( string base64ConfigToken, long &retDataRefTypeId, long &retDataRefId, long &retDataTypeId, string &retDataValueName, bool &retEnableDataRefTypeId, bool &retEnableDataRefId, bool &retEnableDataTypeId, bool &retShowDataRefType, bool &retShowDataRefId, bool &retShowDataType, bool &retShowItemHeader, bool &retShowItemEdit, bool &retShowItemAppend, string &retItemAddName, string &retItemEditName, string &retItemAppendName, bool &retIsPublic ) : void

Method Details

GetAppendView() public static method

public static GetAppendView ( long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
dataId long
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
configToken string
return string

GetListAllItemView() public static method

public static GetListAllItemView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken, long filterDataRefTypeId, long filterDataTypeId ) : string
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
configToken string
filterDataRefTypeId long
filterDataTypeId long
return string

GetListDetailView() public static method

public static GetListDetailView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
configToken string
return string

GetListView() public static method

public static GetListView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
configToken string
return string

GetPageView() public method

public GetPageView ( ) : string
return string

GetPageView() public static method

public static GetPageView ( string templateSuffix, string themeName, string pageTitle, string headerTitle, string helpUrl, string afterAction ) : string
templateSuffix string
themeName string
pageTitle string
headerTitle string
helpUrl string
afterAction string
return string

GetSaveDetailView() public static method

public static GetSaveDetailView ( long dataRefTypeId, long dataRefId, long dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic, long parentDataId, long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string &retConfigToken ) : string
dataRefTypeId long
dataRefId long
dataTypeId long
dataValueName string
enableRefTypeId bool
enableRefId bool
enableDataTypeId bool
showRefType bool
showRefId bool
showDataType bool
showItemHeader bool
showItemEdit bool
showItemAppend bool
itemAddName string
itemEditName string
itemAppendName string
isPublic bool
parentDataId long
dataId long
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
retConfigToken string
return string

GetSaveView() public static method

public static GetSaveView ( bool showSaveDetail, long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, long dataRefTypeId, long dataRefId, long dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic, string &retConfigToken ) : string
showSaveDetail bool
dataId long
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
dataRefTypeId long
dataRefId long
dataTypeId long
dataValueName string
enableRefTypeId bool
enableRefId bool
enableDataTypeId bool
showRefType bool
showRefId bool
showDataType bool
showItemHeader bool
showItemEdit bool
showItemAppend bool
itemAddName string
itemEditName string
itemAppendName string
isPublic bool
retConfigToken string
return string

GetSaveView() public static method

public static GetSaveView ( long dataId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, string configToken ) : string
dataId long
pageNo long
itemsPerPage long
dataIndex long
templateSuffix string
configToken string
return string

GetView() public static method

public static GetView ( bool skipMain, long dataIndex, string templateSuffix, bool showSaveDetail, CommonRefType dataRefTypeId, long dataRefId, CommonDataType dataTypeId, string dataValueName, bool enableRefTypeId, bool enableRefId, bool enableDataTypeId, bool showRefType, bool showRefId, bool showDataType, bool showItemHeader, bool showItemEdit, bool showItemAppend, string itemAddName, string itemEditName, string itemAppendName, bool isPublic ) : string
skipMain bool
dataIndex long
templateSuffix string
showSaveDetail bool
dataRefTypeId CommonRefType
dataRefId long
dataTypeId CommonDataType
dataValueName string
enableRefTypeId bool
enableRefId bool
enableDataTypeId bool
showRefType bool
showRefId bool
showDataType bool
showItemHeader bool
showItemEdit bool
showItemAppend bool
itemAddName string
itemEditName string
itemAppendName string
isPublic bool
return string

InitView() public method

public InitView ( bool reInit ) : void
reInit bool
return void

isPublic() public static method

public static isPublic ( string configToken ) : bool
configToken string
return bool

Property Details

ChildDataIndexSuffix public_oe static_oe property

public static int ChildDataIndexSuffix
return int

ShowEmptyChildData public_oe static_oe property

public static bool ShowEmptyChildData
return bool