GeositeFramework.Helpers.JsonDataRegion.JsonDataRegion C# (CSharp) Méthode

JsonDataRegion() public méthode

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