GeositeFramework.Helpers.JsonDataRegion.JsonDataRegion C# (CSharp) Method

JsonDataRegion() public method

public JsonDataRegion ( string schemaFolderPath ) : System
schemaFolderPath string
return System
        public JsonDataRegion(string schemaFolderPath)
            : base(Path.Combine(schemaFolderPath, "regionSchema.json"))
        {
        }
JsonDataRegion