File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ classDiagram
7575 <<interface>>
7676 +ItemId : string
7777 +Database : IDatabase
78+ +HasChanged(void) bool
7879 }
7980
8081 class IAccount {
@@ -136,7 +137,6 @@ classDiagram
136137 +Save(void) void
137138 +Delete(void) void
138139 +Close(void) void
139- +HasChanged(void) bool
140140 +HasChanged(in itemId string) bool
141141 +HasChanged(in itemId string, in fieldName string) bool
142142 +ImportFromFile(in filePath string) bool
@@ -146,6 +146,7 @@ classDiagram
146146 class ILog {
147147 <<interface>>
148148 +DateTime : DateTime
149+ +ItemId : string
149150 +Message : string
150151 +NeedsReview : bool
151152 }
@@ -164,6 +165,7 @@ classDiagram
164165 <<enumeration>>
165166 None
166167 WarnIfPasswordLeaked
168+ WarnIfDuplicatedPassword
167169 }
168170
169171 class WarningType {
You can’t perform that action at this time.
0 commit comments