File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040;;
4141;;*****************************************************************************
4242
43- .define DDINFO_DEFINES_ONLY
44- .include "RPSLIB:ddinfo.def"
45- .undefine DDINFO_DEFINES_ONLY
46-
4743namespace CodeGen.RepositoryAPI
4844
45+ .define DDINFO_STRUCTURE
46+ .define DDINFO_DEFINES_ONLY
47+ .include "RPSLIB:ddinfo.def"
48+ .undefine DDINFO_DEFINES_ONLY
49+ .undefine DDINFO_STRUCTURE
50+
4951 public class Repository implements IDisposable
5052
5153 public RpsControl ,dcs
Original file line number Diff line number Diff line change @@ -662,6 +662,16 @@ namespace CodeGen.RepositoryAPI
662662
663663 endmethod
664664
665+ ;;---------------------------------------------------------------------
666+ ;;Public properties to expose the fields raw DDLIB data
667+
668+ public property ddlib_f_info, f_info
669+ method get
670+ proc
671+ mreturn mf_info
672+ endmethod
673+ endproperty
674+
665675 ;;---------------------------------------------------------------------
666676 ;;Public properties to expose field attributes
667677 ;;
Original file line number Diff line number Diff line change @@ -172,6 +172,16 @@ namespace CodeGen.RepositoryAPI
172172
173173 endmethod
174174
175+ ;;---------------------------------------------------------------------
176+ ;;Public properties to expose the files raw DDLIB data
177+
178+ public property ddlib_fl_info, fl_info
179+ method get
180+ proc
181+ mreturn mfl_info
182+ endmethod
183+ endproperty
184+
175185 ;;---------------------------------------------------------------------
176186 ;;Public properties to expose the files attributes to the outside world
177187
Original file line number Diff line number Diff line change @@ -156,7 +156,17 @@ namespace CodeGen.RepositoryAPI
156156 endmethod
157157
158158 ;;---------------------------------------------------------------------
159- ;;Public properties to expose the keys attributes to the outside world
159+ ;;Public properties to expose the keys raw DDLIB data
160+
161+ public property ddlib_k_info, k_info
162+ method get
163+ proc
164+ mreturn mk_info
165+ endmethod
166+ endproperty
167+
168+ ;;---------------------------------------------------------------------
169+ ;;Public properties to expose the keys attributes
160170
161171 ;;; <summary>
162172 ;;; Sequence number
Original file line number Diff line number Diff line change @@ -345,6 +345,16 @@ namespace CodeGen.RepositoryAPI
345345
346346 endmethod
347347
348+ ;;---------------------------------------------------------------------
349+ ;;Public properties to expose the structures raw DDLIB data
350+
351+ public property ddlib_s_info, s_info
352+ method get
353+ proc
354+ mreturn ms_info
355+ endmethod
356+ endproperty
357+
348358 ;;---------------------------------------------------------------------
349359 ;; Public properties to expose the structures attributes
350360
You can’t perform that action at this time.
0 commit comments