GeositeFramework.Helpers.JsonDataRegion.JsonDataRegion C# (CSharp) 메소드

JsonDataRegion() 공개 메소드

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