Type.registerNamespace('DicksonCounty.Webservices');
DicksonCounty.Webservices.Sites=function() {
DicksonCounty.Webservices.Sites.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DicksonCounty.Webservices.Sites.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DicksonCounty.Webservices.Sites._staticInstance.get_path();},
AddAirport:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddAirport',false,{name:name},succeededCallback,failedCallback,userContext); },
GetAirportList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAirportList',false,{},succeededCallback,failedCallback,userContext); },
AddConstructionType:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddConstructionType',false,{name:name},succeededCallback,failedCallback,userContext); },
GetConstructionTypeList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetConstructionTypeList',false,{},succeededCallback,failedCallback,userContext); },
AddHighway:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddHighway',false,{name:name},succeededCallback,failedCallback,userContext); },
GetHighwayList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetHighwayList',false,{},succeededCallback,failedCallback,userContext); },
AddInterstate:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddInterstate',false,{name:name},succeededCallback,failedCallback,userContext); },
GetInterstateList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInterstateList',false,{},succeededCallback,failedCallback,userContext); },
AddType:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddType',false,{name:name},succeededCallback,failedCallback,userContext); },
GetTypeList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTypeList',false,{},succeededCallback,failedCallback,userContext); },
AddZoning:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddZoning',false,{name:name},succeededCallback,failedCallback,userContext); },
GetZoningList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetZoningList',false,{},succeededCallback,failedCallback,userContext); },
AddContact:function(Contact,succeededCallback, failedCallback, userContext) {
/// <param name="Contact" type="DicksonCounty.Objects.Site.Contact">DicksonCounty.Objects.Site.Contact</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddContact',false,{Contact:Contact},succeededCallback,failedCallback,userContext); },
GetContactList:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContactList',false,{},succeededCallback,failedCallback,userContext); },
GetProperty:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProperty',false,{id:id},succeededCallback,failedCallback,userContext); },
AddProperty:function(financialObj,itemObj,physicalObj,utilitiesObj,succeededCallback, failedCallback, userContext) {
/// <param name="financialObj" type="DicksonCounty.Objects.Site.Financial">DicksonCounty.Objects.Site.Financial</param>
/// <param name="itemObj" type="DicksonCounty.Objects.Site.Item">DicksonCounty.Objects.Site.Item</param>
/// <param name="physicalObj" type="DicksonCounty.Objects.Site.Physical">DicksonCounty.Objects.Site.Physical</param>
/// <param name="utilitiesObj" type="DicksonCounty.Objects.Site.Utilities">DicksonCounty.Objects.Site.Utilities</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddProperty',false,{financialObj:financialObj,itemObj:itemObj,physicalObj:physicalObj,utilitiesObj:utilitiesObj},succeededCallback,failedCallback,userContext); },
UpdateProperty:function(Property,succeededCallback, failedCallback, userContext) {
/// <param name="Property" type="DicksonCounty.Objects.Site.SiteItem">DicksonCounty.Objects.Site.SiteItem</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateProperty',false,{Property:Property},succeededCallback,failedCallback,userContext); },
DeleteProperty:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteProperty',false,{id:id},succeededCallback,failedCallback,userContext); },
SendEmail:function(from,to,cc,bcc,subject,message,succeededCallback, failedCallback, userContext) {
/// <param name="from" type="String">System.String</param>
/// <param name="to" type="String">System.String</param>
/// <param name="cc" type="String">System.String</param>
/// <param name="bcc" type="String">System.String</param>
/// <param name="subject" type="String">System.String</param>
/// <param name="message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendEmail',false,{from:from,to:to,cc:cc,bcc:bcc,subject:subject,message:message},succeededCallback,failedCallback,userContext); }}
DicksonCounty.Webservices.Sites.registerClass('DicksonCounty.Webservices.Sites',Sys.Net.WebServiceProxy);
DicksonCounty.Webservices.Sites._staticInstance = new DicksonCounty.Webservices.Sites();
DicksonCounty.Webservices.Sites.set_path = function(value) {
DicksonCounty.Webservices.Sites._staticInstance.set_path(value); }
DicksonCounty.Webservices.Sites.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return DicksonCounty.Webservices.Sites._staticInstance.get_path();}
DicksonCounty.Webservices.Sites.set_timeout = function(value) {
DicksonCounty.Webservices.Sites._staticInstance.set_timeout(value); }
DicksonCounty.Webservices.Sites.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return DicksonCounty.Webservices.Sites._staticInstance.get_timeout(); }
DicksonCounty.Webservices.Sites.set_defaultUserContext = function(value) { 
DicksonCounty.Webservices.Sites._staticInstance.set_defaultUserContext(value); }
DicksonCounty.Webservices.Sites.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return DicksonCounty.Webservices.Sites._staticInstance.get_defaultUserContext(); }
DicksonCounty.Webservices.Sites.set_defaultSucceededCallback = function(value) { 
 DicksonCounty.Webservices.Sites._staticInstance.set_defaultSucceededCallback(value); }
DicksonCounty.Webservices.Sites.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return DicksonCounty.Webservices.Sites._staticInstance.get_defaultSucceededCallback(); }
DicksonCounty.Webservices.Sites.set_defaultFailedCallback = function(value) { 
DicksonCounty.Webservices.Sites._staticInstance.set_defaultFailedCallback(value); }
DicksonCounty.Webservices.Sites.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return DicksonCounty.Webservices.Sites._staticInstance.get_defaultFailedCallback(); }
DicksonCounty.Webservices.Sites.set_path("/services/sites.asmx");
DicksonCounty.Webservices.Sites.AddAirport= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddAirport(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetAirportList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetAirportList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddConstructionType= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddConstructionType(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetConstructionTypeList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetConstructionTypeList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddHighway= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddHighway(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetHighwayList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetHighwayList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddInterstate= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddInterstate(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetInterstateList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetInterstateList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddType= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddType(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetTypeList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetTypeList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddZoning= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddZoning(name,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetZoningList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetZoningList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddContact= function(Contact,onSuccess,onFailed,userContext) {
/// <param name="Contact" type="DicksonCounty.Objects.Site.Contact">DicksonCounty.Objects.Site.Contact</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddContact(Contact,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetContactList= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetContactList(onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.GetProperty= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.GetProperty(id,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.AddProperty= function(financialObj,itemObj,physicalObj,utilitiesObj,onSuccess,onFailed,userContext) {
/// <param name="financialObj" type="DicksonCounty.Objects.Site.Financial">DicksonCounty.Objects.Site.Financial</param>
/// <param name="itemObj" type="DicksonCounty.Objects.Site.Item">DicksonCounty.Objects.Site.Item</param>
/// <param name="physicalObj" type="DicksonCounty.Objects.Site.Physical">DicksonCounty.Objects.Site.Physical</param>
/// <param name="utilitiesObj" type="DicksonCounty.Objects.Site.Utilities">DicksonCounty.Objects.Site.Utilities</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.AddProperty(financialObj,itemObj,physicalObj,utilitiesObj,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.UpdateProperty= function(Property,onSuccess,onFailed,userContext) {
/// <param name="Property" type="DicksonCounty.Objects.Site.SiteItem">DicksonCounty.Objects.Site.SiteItem</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.UpdateProperty(Property,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.DeleteProperty= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.DeleteProperty(id,onSuccess,onFailed,userContext); }
DicksonCounty.Webservices.Sites.SendEmail= function(from,to,cc,bcc,subject,message,onSuccess,onFailed,userContext) {
/// <param name="from" type="String">System.String</param>
/// <param name="to" type="String">System.String</param>
/// <param name="cc" type="String">System.String</param>
/// <param name="bcc" type="String">System.String</param>
/// <param name="subject" type="String">System.String</param>
/// <param name="message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DicksonCounty.Webservices.Sites._staticInstance.SendEmail(from,to,cc,bcc,subject,message,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('DicksonCounty.Objects.Site');
if (typeof(DicksonCounty.Objects.Site.Airport) === 'undefined') {
DicksonCounty.Objects.Site.Airport=gtc("DicksonCounty.Objects.Site.Airport");
DicksonCounty.Objects.Site.Airport.registerClass('DicksonCounty.Objects.Site.Airport');
}
if (typeof(DicksonCounty.Objects.Site.ConstructionType) === 'undefined') {
DicksonCounty.Objects.Site.ConstructionType=gtc("DicksonCounty.Objects.Site.ConstructionType");
DicksonCounty.Objects.Site.ConstructionType.registerClass('DicksonCounty.Objects.Site.ConstructionType');
}
if (typeof(DicksonCounty.Objects.Site.Highway) === 'undefined') {
DicksonCounty.Objects.Site.Highway=gtc("DicksonCounty.Objects.Site.Highway");
DicksonCounty.Objects.Site.Highway.registerClass('DicksonCounty.Objects.Site.Highway');
}
if (typeof(DicksonCounty.Objects.Site.Interstate) === 'undefined') {
DicksonCounty.Objects.Site.Interstate=gtc("DicksonCounty.Objects.Site.Interstate");
DicksonCounty.Objects.Site.Interstate.registerClass('DicksonCounty.Objects.Site.Interstate');
}
if (typeof(DicksonCounty.Objects.Site.Type) === 'undefined') {
DicksonCounty.Objects.Site.Type=gtc("DicksonCounty.Objects.Site.Type");
DicksonCounty.Objects.Site.Type.registerClass('DicksonCounty.Objects.Site.Type');
}
if (typeof(DicksonCounty.Objects.Site.Zoning) === 'undefined') {
DicksonCounty.Objects.Site.Zoning=gtc("DicksonCounty.Objects.Site.Zoning");
DicksonCounty.Objects.Site.Zoning.registerClass('DicksonCounty.Objects.Site.Zoning');
}
if (typeof(DicksonCounty.Objects.Site.Contact) === 'undefined') {
DicksonCounty.Objects.Site.Contact=gtc("DicksonCounty.Objects.Site.Contact");
DicksonCounty.Objects.Site.Contact.registerClass('DicksonCounty.Objects.Site.Contact');
}
if (typeof(DicksonCounty.Objects.Site.SiteItem) === 'undefined') {
DicksonCounty.Objects.Site.SiteItem=gtc("DicksonCounty.Objects.Site.SiteItem");
DicksonCounty.Objects.Site.SiteItem.registerClass('DicksonCounty.Objects.Site.SiteItem');
}
if (typeof(DicksonCounty.Objects.Site.Financial) === 'undefined') {
DicksonCounty.Objects.Site.Financial=gtc("DicksonCounty.Objects.Site.Financial");
DicksonCounty.Objects.Site.Financial.registerClass('DicksonCounty.Objects.Site.Financial');
}
if (typeof(DicksonCounty.Objects.Site.Item) === 'undefined') {
DicksonCounty.Objects.Site.Item=gtc("DicksonCounty.Objects.Site.Item");
DicksonCounty.Objects.Site.Item.registerClass('DicksonCounty.Objects.Site.Item');
}
if (typeof(DicksonCounty.Objects.Site.Physical) === 'undefined') {
DicksonCounty.Objects.Site.Physical=gtc("DicksonCounty.Objects.Site.Physical");
DicksonCounty.Objects.Site.Physical.registerClass('DicksonCounty.Objects.Site.Physical');
}
if (typeof(DicksonCounty.Objects.Site.Utilities) === 'undefined') {
DicksonCounty.Objects.Site.Utilities=gtc("DicksonCounty.Objects.Site.Utilities");
DicksonCounty.Objects.Site.Utilities.registerClass('DicksonCounty.Objects.Site.Utilities');
}
