[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue

GetValue Method

GetValue<T>(byte)

Declaration
public T GetValue<T>(byte childRecType)
Parameters
Type Name Description
byte childRecType
Returns
Type Description
T
Type Parameters
Name Description
T

GetValue<T>(byte, T)

Declaration
public T GetValue<T>(byte childRecType, T defValue)
Parameters
Type Name Description
byte childRecType
T defValue
Returns
Type Description
T
Type Parameters
Name Description
T

GetValue<T>(RplContainerRec, RplContainerRec, byte, T)

Declaration
public static T GetValue<T>(RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue)
Parameters
Type Name Description
RplContainerRec rcr1
RplContainerRec rcr2
byte childRecType
T defValue
Returns
Type Description
T
Type Parameters
Name Description
T