SmcParameter

 

 

The SmcParameter class represents a single method parameter within a method catalog interface:

 

import CodeGen.MethodCatalogAPI

 

namespace CodeGen.MethodCatalogAPI

 

    public class SmcParameter

 

        public readwrite property Name, String

 

        public readwrite property Number, int

 

        public readwrite property Comment, String

 

        public readwrite property Type, ParameterType

 

        public readwrite property Size, int

 

        public readwrite property Precision, int

 

        public readwrite property EnumName, String

 

        public readwrite property StructureName, String

 

        public readwrite property CoerceType, CoerceType

 

        public readwrite property DateFormat, DateFormat

 

        public readwrite property CollectionType, ParameterCollectionType

 

        public readwrite property DataTable, Boolean

 

        public readwrite property Direction, ParameterDirection

 

        public readwrite property PassBy, ParameterPassBy

 

        public readwrite property Required, Boolean

 

    endclass

 

endnamespace

 

 


Copyright © 2021  Synergex International, Inc.