public static Ice.DispatchStatus hasProperty___(RepoApi obj__, IceInternal.Incoming inS__, Ice.Current current__) { checkMode__(Ice.OperationMode.Idempotent, current__.mode); IceInternal.BasicStream is__ = inS__.istr(); is__.startReadEncaps(); string id; id = is__.readString(); string propertyName; propertyName = is__.readString(); is__.endReadEncaps(); IceInternal.BasicStream os__ = inS__.ostr(); bool ret__ = obj__.hasProperty(id, propertyName, current__); os__.writeBool(ret__); return Ice.DispatchStatus.DispatchOK; }