SmcMethod

 

 

The SmcMethod class represents a single method within a method catalog interface:

 

import System.Collections.Generic

 

namespace CodeGen.MethodCatalogAPI

 

    public class SmcMethod

 

        public readwrite property Name, String

 

        public readwrite property MethodType, MethodType

 

        public readwrite property Id, String

 

        public readwrite property Comment, String

 

        public readwrite property Routine, String

 

        public readwrite property Elb, String

 

        public readwrite property Parameters, @List<SmcParameter>

 

        public readwrite property ReturnValue, @SmcReturnValue

 

        public readwrite property Encrypt, Boolean

 

    endclass

 

endnamespace

 

 


Copyright © 2021  Synergex International, Inc.