SuperMap.Web.OGC.WFSTResult.WFSTResult C# (CSharp) Method

WFSTResult() public method

${mapping_WFSTResult_constructor_D}
public WFSTResult ( ) : System
return System
        public WFSTResult()
        {
            InsertResults = new List<InsertResult>();
        }