Revision 59890
Added by Konstantinos Triantafyllou about 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/monitor/entities/stakeholder.ts | ||
---|---|---|
21 | 21 |
index_shortName: string; |
22 | 22 |
alias: string; |
23 | 23 |
defaultId: string; |
24 |
isActive: boolean; |
|
25 |
isPublic: boolean; |
|
26 | 24 |
visibility: Visibility; |
27 | 25 |
creationDate: Date = null; |
28 | 26 |
updateDate: Date; |
... | ... | |
64 | 62 |
alias: string; |
65 | 63 |
description: string; |
66 | 64 |
visibility: Visibility; |
65 |
creationDate: Date = null; |
|
66 |
updateDate: Date; |
|
67 | 67 |
defaultId: string; |
68 | 68 |
categories: Category[]; |
69 | 69 |
icon: string; |
... | ... | |
85 | 85 |
name: string; |
86 | 86 |
alias: string; |
87 | 87 |
description: string; |
88 |
creationDate: Date = null; |
|
89 |
updateDate: Date; |
|
88 | 90 |
visibility: Visibility; |
89 | 91 |
defaultId: string; |
90 | 92 |
subCategories: SubCategory[]; |
... | ... | |
105 | 107 |
name: string; |
106 | 108 |
alias: string; |
107 | 109 |
description: string; |
110 |
creationDate: Date = null; |
|
111 |
updateDate: Date; |
|
108 | 112 |
visibility: Visibility; |
109 | 113 |
defaultId: string; |
110 | 114 |
charts: Section[]; |
... | ... | |
129 | 133 |
_id: string; |
130 | 134 |
title: string; |
131 | 135 |
defaultId: string; |
136 |
creationDate: Date = null; |
|
137 |
updateDate: Date; |
|
132 | 138 |
stakeholderAlias: string; |
133 | 139 |
type: IndicatorType; |
134 | 140 |
indicators: Indicator[]; |
... | ... | |
148 | 154 |
name: string; |
149 | 155 |
description: string; |
150 | 156 |
additionalDescription: string; |
157 |
creationDate: Date = null; |
|
158 |
updateDate: Date; |
|
151 | 159 |
type: IndicatorType; |
152 | 160 |
width: IndicatorWidth; |
153 | 161 |
tags: string[]; |
Also available in: Unified diff
[Library | Trunk]: Add creation and update dates in all levels