Exemple #1
0
 private bool CalcSpreadAcrossTables(CRefMetaInfo aProperty) => aProperty.IsDefined <CSpreadAcrossTablesAttribute>()
                                                             ? aProperty.GetAttribute <CSpreadAcrossTablesAttribute>().Value
                                                             : false
 ;