Skip to content

Commit

Permalink
Move CDV.CDV.cls to IDP.DV.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg95 committed Nov 14, 2018
1 parent f006993 commit 2d81199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# CDV
# IDP DV
Class data verifier. Utility validates Caché classes properties data according the properties type.


### Use Import classes and call one of the entry points:

s st = ##class(CDV.CDV).ScanAllClasses(.Oid) - for all user classes
s st = ##class(CDV.CDV).ScanSubclassesOf(Class, .Oid) - for subclasses
s st = ##class(CDV.CDV).ScanMatchingClasses(Mask, .Oid) - for LIKE SQL
s st = ##class(IDP.DV).ScanAllClasses(.Oid) - for all user classes
s st = ##class(IDP.DV).ScanSubclassesOf(Class, .Oid) - for subclasses
s st = ##class(IDP.DV).ScanMatchingClasses(Mask, .Oid) - for LIKE SQL

The utility works only in a current namespace.

Expand All @@ -18,10 +18,10 @@ Arguments:

### Example

1. Import CDV.CDV into desired namespace
1. Import IDP.DV into desired namespace
2. Run in terminal:

s st = ##class(CDV.CDV).ScanAllClasses(.Oid)
s st = ##class(IDP.DV).ScanAllClasses(.Oid)
zw Oid


File renamed without changes.

0 comments on commit 2d81199

Please sign in to comment.