C# Class OpenPermit.MDC.MDCOpenPermitAdapter

Inheritance: OpenPermit.Socrata.SocrataOpenPermitAdapter
显示文件 Open project: openpermit/OpenPermit.NET

Public Methods

Method Description
GetInspections ( string permitNumber ) : List

Protected Methods

Method Description
SetJurisdiction ( Permit permit ) : void

Private Methods

Method Description
CheckIfExpired ( Permit permit ) : bool
GetMDCInspections ( string permitNum ) : List
GetMDCInspections ( string relURL, List current ) : List

Method Details

GetInspections() public method

public GetInspections ( string permitNumber ) : List
permitNumber string
return List

SetJurisdiction() protected method

protected SetJurisdiction ( Permit permit ) : void
permit Permit
return void