Dev2.GatherSystemInformationTO.GatherSystemInformationTO C# (CSharp) Method

GatherSystemInformationTO() public method

public GatherSystemInformationTO ( enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
enTypeOfSystemInformation enTypeOfSystemInformationToGather
result string
indexNumber int
inserted bool
return System.Collections.Generic
        public GatherSystemInformationTO(enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result,
            int indexNumber, bool inserted = false)
        {
            Inserted = inserted;
            EnTypeOfSystemInformation = enTypeOfSystemInformation;
            Result = result;
            IndexNumber = indexNumber;
        }

Same methods

GatherSystemInformationTO::GatherSystemInformationTO ( ) : System.Collections.Generic